We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92e2a7f commit 725e539Copy full SHA for 725e539
2 files changed
CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## Unreleased
9
10
+## [v0.3.0](https://github.com/replane-dev/replane-python/releases/tag/v0.3.0) - 2025-12-22
11
+
12
## [v0.2.0](https://github.com/replane-dev/replane-python/releases/tag/v0.2.0) - 2025-12-20
13
14
## [v0.1.7](https://github.com/replane-dev/replane-python/releases/tag/v0.1.7) - 2025-12-20
replane/version.py
@@ -1,5 +1,5 @@
1
_MAJOR = "0"
2
-_MINOR = "2"
+_MINOR = "3"
3
# On main and in a nightly release the patch should be one ahead of the last
4
# released build.
5
_PATCH = "0"
0 commit comments