Skip to content

Commit

Permalink
chore: bump version to 0.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gibfahn committed Jan 28, 2022
1 parent 809e02d commit 5ca5f6c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
<a name="0.13.3"></a>
## [0.13.3][] (2022-01-28)


#### Bug Fixes

* **generate:** skip git update if nothing changed ([7129a033](https://github.com/gibfahn/up-rs/commit/7129a0331a8e96c3e8907024ca7cc99c198c26e2))
* **task:** add a suggestion when the task to execute isn't executable ([75e00a28](https://github.com/gibfahn/up-rs/commit/75e00a288f481d2fbd82803f20822447794ae023))



<a name="0.13.2"></a>
## [0.13.2][] (2021-12-02)

Expand Down Expand Up @@ -560,3 +571,4 @@
[0.13.0]: https://github.com/gibfahn/up-rs/releases/tag/0.13.0
[0.13.1]: https://github.com/gibfahn/up-rs/releases/tag/0.13.1
[0.13.2]: https://github.com/gibfahn/up-rs/releases/tag/0.13.2
[0.13.3]: https://github.com/gibfahn/up-rs/releases/tag/0.13.3
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
@@ -1,6 +1,6 @@
[package]
name = "up-rs"
version = "0.13.2"
version = "0.13.3"
authors = ["Gibson Fahnestock <[email protected]>"]
edition = '2021'
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 5ca5f6c

Please sign in to comment.