Skip to content

Commit 8193102

Browse files
committed
Prepare version 1.3.0 release
1 parent 79bb173 commit 8193102

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
## [1.3.0] - 24th of June, 2025
10+
911
### Added
1012
- A new method `shutdown` to gracefully quit internal tasks
1113

1214
### Changed
1315
- Removed type annotations from enum members in accordance with a new mypy rule
14-
- Simplified the `JSONObject` type now that recursive aliases are properly supported
16+
- Simplified the `JSONType` type now that recursive aliases are properly supported
1517

1618
### Removed
1719
- Removed project.py and simplified version.py as part of the migration towards pyproject.toml
@@ -171,7 +173,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
171173
### Changed
172174
- Upon serialization the current library version is added to the serialized structures, to allow for seamless updates in the future.
173175

174-
[Unreleased]: https://github.com/Syndace/python-omemo/compare/v1.2.0...HEAD
176+
[Unreleased]: https://github.com/Syndace/python-omemo/compare/v1.3.0...HEAD
177+
[1.3.0]: https://github.com/Syndace/python-omemo/compare/v1.2.0...v1.3.0
175178
[1.2.0]: https://github.com/Syndace/python-omemo/compare/v1.1.0...v1.2.0
176179
[1.1.0]: https://github.com/Syndace/python-omemo/compare/v1.0.5...v1.1.0
177180
[1.0.5]: https://github.com/Syndace/python-omemo/compare/v1.0.4...v1.0.5

omemo/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
__all__ = [ "__version__" ]
22

3-
__version__ = "1.2.0"
3+
__version__ = "1.3.0"

0 commit comments

Comments
 (0)