Skip to content

Commit

Permalink
Update the version to 0.2.1
Browse files Browse the repository at this point in the history
Update documentation because starting from release 0.2.0 the version
needs to be updated before release.
  • Loading branch information
vsbogd committed Oct 23, 2024
1 parent 27ce1cd commit 009326a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 15 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ members = [
resolver = "2"

[workspace.package]
version = "0.2.0"
version = "0.2.1"
edition = "2021"

[workspace.dependencies]
hyperon = { path = "./lib", version = "0.2.0" }
hyperon = { path = "./lib", version = "0.2.1" }
regex = "1.11.0"
log = "0.4.0"
env_logger = "0.8.4"
Expand Down
23 changes: 11 additions & 12 deletions docs/DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ documentation](https://cibuildwheel.pypa.io/en/stable/) for details.

## How to update the version

Usually it is needed after releasing the artifacts or before making a test
Usually it is needed before releasing the artifacts or before making a test
release.

There are three locations to update:
Expand All @@ -54,17 +54,16 @@ All three locations should contain the same version.

## How to release binaries

Use [Create a new release
link](https://github.com/trueagi-io/hyperon-experimental/releases/new) on the
main page of the GitHub repo. Press `Choose a tag` control and type new tag
which should be in form of `v<next-version>` (for example if next version is
`0.1.7` then tag is `v0.1.7`). Next version should be identical to versions
which are written in locations mentioned in [How to update the
version](#how-to-update-the-version) instruction. After typing the tag press
`Create new tag on publish`. Now press `Generate release notes` button. It will
automatically fill the `Release title` and `Release description` fields. Tick
`Set as a pre-release` checkbox if needed and press `Publish release` button.
Now you have published new GitHub release and triggered a job to build release
Update the version [How to update the version](#how-to-update-the-version) in
the main branch of the repository, raise PR and merge it. Use [Create a new
release link](https://github.com/trueagi-io/hyperon-experimental/releases/new)
on the main page of the GitHub repo. Press `Choose a tag` control and type new
tag which should be in form of `v<version>` (for example if version is
`0.1.7` then tag is `v0.1.7`). After typing the tag press `Create new tag
on publish`. Now press `Generate release notes` button. It will automatically
fill the `Release title` and `Release description` fields. Tick `Set as a
pre-release` checkbox if needed and press `Publish release` button. Now you
have published new GitHub release and triggered a job to build release
artifacts.

After release job is finished one need to approve publishing artifacts to the
Expand Down
2 changes: 1 addition & 1 deletion python/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
'0.2.0'
'0.2.1'

0 comments on commit 009326a

Please sign in to comment.