Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jfolz committed Jul 31, 2024
1 parent 6d213d8 commit 81d60b2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [Unreleased]
## [1.0.0] - 2024-07-31
### Changed
- Compatibility with builtins: `difference`, `intersection`,
`symmetric_difference`, `union` are no longer classmethods
Expand Down Expand Up @@ -41,7 +41,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Initial public release.


[Unreleased]: https://github.com/jfolz/ducer/compare/0.2.1...main
[Unreleased]: https://github.com/jfolz/ducer/compare/1.0.0...main
[1.0.0]: https://github.com/jfolz/ducer/compare/0.2.1...1.0.0
[0.2.1]: https://github.com/jfolz/ducer/compare/0.2.0...0.2.1
[0.2.0]: https://github.com/jfolz/ducer/compare/0.1...0.2.0
[0.1.0]: https://github.com/jfolz/ducer/releases/tag/0.1

0 comments on commit 81d60b2

Please sign in to comment.