Skip to content

Commit

Permalink
chore(main): release 0.1.3 (#70)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Aug 13, 2022
1 parent e4d3128 commit 3738b8f
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.3](https://github.com/daniel-white/twist/compare/v0.1.2...v0.1.3) (2022-08-13)


### Bug Fixes

* build on additional platforms ([e4d3128](https://github.com/daniel-white/twist/commit/e4d3128c6003d7635e787fa56f267112769a875e))

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


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.2"
version = "0.1.3"
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.2"
version = "0.1.3"
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.2"
version = "0.1.3"
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.2"
version = "0.1.3"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit 3738b8f

Please sign in to comment.