Skip to content

Commit

Permalink
Update CHANGES.md, prepare for 0.11.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Jun 6, 2024
1 parent 2cf157c commit 6ca6c5b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changes in GAP.jl

## Version 0.11.1-DEV (released YYYY-MM-DD)

- Optimize conversion from `UInt` to `GapObj`
- Allow `GapInt(x)` as shorthand for producing a GAP integer
- Show an error when trying to load GAP.jl while multithreaded GC is enabled
- Support `gap_to_julia(::AbstractVector)`
- Various janitorial changes

## Version 0.11.0 (released 2024-04-05)

- Update to GAP 4.13.0
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "GAP"
uuid = "c863536a-3901-11e9-33e7-d5cd0df7b904"
authors = ["Thomas Breuer <[email protected]>", "Sebastian Gutsche <[email protected]>", "Max Horn <[email protected]>"]
version = "0.11.0"
version = "0.11.1-DEV"

[deps]
Artifacts = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"
Expand Down

0 comments on commit 6ca6c5b

Please sign in to comment.