Skip to content
Open
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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project
tries to adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [0.47.0] - 2025-09-06

### BREAKING
Expand Down
18 changes: 18 additions & 0 deletions dev/releases/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
majorversion = 0
reponame = "Nemocas/AbstractAlgebra.jl"
enabletwolevel = false
requiretwolevel = false

[topics]
"release notes: highlight" = "Highlights"
breaking = "Breaking Changes"
renaming = "Renamings"
serialization = "Changes related to serializing data in the MRDI file format"
enhancement = "New features or extended functionality"
experimental = "Only changes experimental parts of OSCAR"
optimization = "Performance improvements or improved testing"
"bug: wrong result" = "Fixed bugs that returned incorrect results"
"bug: crash" = "Fixed bugs that could lead to crashes"
"bug: unexpected error" = "Fixed bugs that resulted in unexpected errors"
bug = "Other fixed bugs"
doc = "Improvements or additions to documentation"
Loading