Skip to content

Commit

Permalink
Also bump version in aquadoggo_cli, add note about that in RELEASE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adzialocha committed Jun 26, 2024
1 parent a83c596 commit 5e66b62
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ _This is an example for publising version `1.2.0`._

## Tagging and versioning

6. Bump the package version in `Cargo.toml` by hand.
6. Bump the package version in `Cargo.toml` by hand, also bump the `aquadoggo` dependency version in `aquadoggo_cli`.
7. Commit the version changes with a commit message `1.2.0`.
8. Run `git tag v1.2.0` and push including your tags using `git push origin main --tags`.

Expand Down
2 changes: 1 addition & 1 deletion aquadoggo_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ tokio = { version = "1.28.2", features = ["full"] }
toml = "0.7.6"

[dependencies.aquadoggo]
version = "~0.7.4"
version = "~0.8.0"
path = "../aquadoggo"

0 comments on commit 5e66b62

Please sign in to comment.