Skip to content

Commit 725e539

Browse files
committed
Bump version to v0.3.0 for release
1 parent 92e2a7f commit 725e539

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## [v0.3.0](https://github.com/replane-dev/replane-python/releases/tag/v0.3.0) - 2025-12-22
11+
1012
## [v0.2.0](https://github.com/replane-dev/replane-python/releases/tag/v0.2.0) - 2025-12-20
1113

1214
## [v0.1.7](https://github.com/replane-dev/replane-python/releases/tag/v0.1.7) - 2025-12-20

replane/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
_MAJOR = "0"
2-
_MINOR = "2"
2+
_MINOR = "3"
33
# On main and in a nightly release the patch should be one ahead of the last
44
# released build.
55
_PATCH = "0"

0 commit comments

Comments
 (0)