Skip to content

Commit

Permalink
Prepare changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
RazerM committed Dec 30, 2023
1 parent 75d25cd commit 83a9cb7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,18 @@

## [Unreleased][unreleased]

N/A

## [2.0.0] - 2023-12-30

### Changed

- Dropped support for Python < 3.8

### Removed

- All previously deprecated items.
- `represent.__version__` etc. use `importlib.metadata` instead.

## [1.6.0.post0] - 2020-12-22

Expand Down Expand Up @@ -150,7 +155,8 @@ These aliases will raise deprecation warnings:

- Only create class variables during first instantiation.

[unreleased]: https://github.com/RazerM/represent/compare/1.6.0.post0...HEAD
[unreleased]: https://github.com/RazerM/represent/compare/2.0.0...HEAD
[2.0.0]: https://github.com/RazerM/represent/compare/1.6.0.post0..2.0.0
[1.6.0.post0]: https://github.com/RazerM/represent/compare/1.6.0...1.6.0.post0
[1.6.0]: https://github.com/RazerM/represent/compare/1.5.1...1.6.0
[1.5.1]: https://github.com/RazerM/represent/compare/1.5.0...1.5.1
Expand Down

0 comments on commit 83a9cb7

Please sign in to comment.