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
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changes in GAP.jl

## Version 0.16.2 (released 2025-XX-XX)

- Declare compatibility with Nemo 0.53

## Version 0.16.1 (released 2025-11-05)

- In the Nemo package extension, add `GAP.GapInt(::ZZRingElem)` as an alias
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Libdl = "1.10"
MacroTools = "0.5.13"
Markdown = "1.10"
Ncurses_jll = "6.4.1"
Nemo = "0.50.0, 0.51.0, 0.52.0"
Nemo = "0.50, 0.51, 0.52, 0.53"
REPL = "1.10"
Random = "1.10"
SHA = "0.7, 1"
Expand Down
Loading