Skip to content

Commit

Permalink
chore(main): release 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and daniel-white committed Aug 13, 2022
1 parent 6b9f2de commit 5e940ab
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 8 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.2](https://github.com/daniel-white/twist/compare/v0.1.1...v0.1.2) (2022-08-13)


### Bug Fixes

* dependency updates and clippy conformance ([6b9f2de](https://github.com/daniel-white/twist/commit/6b9f2dee8b3f7d0b055ba3d11e095723557622dd))

### [0.1.1](https://github.com/daniel-white/twist/compare/v0.1.0...v0.1.1) (2022-05-02)


Expand Down
8 changes: 4 additions & 4 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ members = [

[package]
name = "twist"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
build = "build.rs"

Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "twist-cli"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
build = "./build.rs"

Expand Down
2 changes: 1 addition & 1 deletion commands/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "twist-commands"
version = "0.1.1"
version = "0.1.2"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "twist-common"
version = "0.1.1"
version = "0.1.2"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit 5e940ab

Please sign in to comment.