Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 9 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<br/>

## [v] - yyyy-mm-dd
### Added
## [v1.2.4] - 2026-04-28
- Added Olexandr Konovalov as well as the GAP Team as package maintainers
- Added `NeededSystemPackages` and `ExternalConditions` to the package
metadata in `PackageInfo.g`
- Updated `makedoc.g` to not use obsolete call syntax for `AutoDoc`

## [v1.2.3] - 2025-07-03
### Fixed

## [v1.2.3] - 2025-07-03 (current release)
## Fixed
- Fixed test suite failing with the next major GAP release.

## [v1.2.2] - 2024-03-01 (current release)
## Fixed
## [v1.2.2] - 2024-03-01
### Fixed
- Excluded digraphs tests when the digraphs package is not loaded

## [v1.2.1] - 2024-02-20
## Fixed
### Fixed
- Fixed test suite failing when minimal dependencies are loaded
- Updated package status to deposited

Expand Down
4 changes: 2 additions & 2 deletions PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ SetPackageInfo( rec(

PackageName := "typeset",
Subtitle := "Automatic typesetting framework for common GAP objects, with LaTeX generation",
Version := "1.2.3",
Date := "03/07/2025", # dd/mm/yyyy format
Version := "1.2.4",
Date := "28/04/2026", # dd/mm/yyyy format
License := "GPL-2.0-or-later",

Persons := [
Expand Down