Skip to content
This repository was archived by the owner on Jun 25, 2026. It is now read-only.
Merged
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
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Possible log types:
- `[fixed]` for any bug fixes.
- `[security]` to invite users to upgrade in case of vulnerabilities.

## [0.7.0]
## [0.7.0] - 2021-11-19

- `[removed]` Drop support for Python 3.5 (#34)
- `[added]` Add support for Python 3.9 and 3.10 (#50)
Expand Down Expand Up @@ -78,7 +78,8 @@ codebase.

- Initial version

[Unreleased]: https://github.com/rustedpy/result/compare/v0.6.0...HEAD
[Unreleased]: https://github.com/rustedpy/result/compare/v0.7.0...HEAD
[0.7.0]: https://github.com/rustedpy/result/compare/v0.6.0...v0.7.0
[0.6.0]: https://github.com/rustedpy/result/compare/v0.5.0...v0.6.0
[0.5.0]: https://github.com/rustedpy/result/compare/v0.4.1...v0.5.0
[0.4.1]: https://github.com/rustedpy/result/compare/v0.4.0...v0.4.1
Expand Down