Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasPickering committed Dec 8, 2021
1 parent 6d22584 commit e2d89b6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name = "osrs-cli"
repository = "https://github.com/LucasPickering/osrs-cli"
# If you update this, make sure to update the version used in ci.yml
rust-version = "1.56"
version = "1.0.2"
version = "1.1.0"

[[bin]]
name = "osrs"
Expand Down
1 change: 1 addition & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ The release process for this tool is as follows:

- Cut a `release-x.y.z` branch
- Update the version number in `Cargo.toml` to `x.y.z`
- Commit with the message `x.y.z`
- This branch should include **no** other changes, all patches should've already been merged to `master`
- Post and merge a PR for this branch
- Pull latest master (with the version update)
Expand Down

0 comments on commit e2d89b6

Please sign in to comment.