Skip to content

Commit

Permalink
Improve CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
brews authored Jul 22, 2024
1 parent f82b818 commit f5dedc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Changed
- Check code format with `ruff` instead of `black`.
- Check for dataclass instances before encoding as JSON, guarding against edge case.
### Fixed
- Check for dataclass instances before encoding as JSON in `write_params()`, guarding against edge case.

## [1.1.0] - 2023-07-25
### Changed
Expand All @@ -16,7 +17,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- CI will now test with latest stable Python 3 release.
- Renamed `dev` optional dependencies to `test`.
- Unused packages in CI from `requirements.txt` - this does not influence the packages requirements.
### Fixed
- Fix bad release links in CHANGELOG.

## [1.0.0] - 2023-06-28
Expand Down

0 comments on commit f5dedc2

Please sign in to comment.