Skip to content

Commit

Permalink
bump version to 0.11.1 (#455)
Browse files Browse the repository at this point in the history
As suggested by @bcantrill in [this comment][1], recent changes from
PRs #452 and # 453 have added new user-visible features, so we ought to
bump the patch version of Humility to indicate this.

[1]: #453 (review)
  • Loading branch information
hawkw authored Mar 13, 2024
1 parent 29aa13a commit 5587a27
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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 @@ -17,7 +17,7 @@ name = "humility"
#
# Be sure to check in and push all of the files that change. Happy versioning!
#
version = "0.11.0"
version = "0.11.1"
authors = ["Bryan Cantrill <bryan@oxide.computer>"]
edition = "2018"
license = "MPL-2.0"
Expand Down
4 changes: 2 additions & 2 deletions tests/cmd/chip.trycmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ For more information try --help

```
$ humility --chip this-can-be-anything -V
humility 0.11.0
humility 0.11.1

```

Expand All @@ -28,7 +28,7 @@ For more information try --help

```
$ humility -c apx432 -V
humility 0.11.0
humility 0.11.1

```

4 changes: 2 additions & 2 deletions tests/cmd/version.trycmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ Long version flag:

```
$ humility --version
humility 0.11.0
humility 0.11.1

```

Short version flag:

```
$ humility -V
humility 0.11.0
humility 0.11.1

```

0 comments on commit 5587a27

Please sign in to comment.