Skip to content

Commit

Permalink
Bump version to 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasKalbertodt committed Oct 3, 2020
1 parent 58a46f4 commit a0e07ab
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.


## [Unreleased]

## [0.2.3] - 2020-10-03
### Added
- Add way to pass multiple format strings (`println!(["abc", "bar"])` to work around the `concat!` limitation ([#17](https://github.com/LukasKalbertodt/bunt/pull/17))

Expand Down Expand Up @@ -44,7 +46,8 @@ All notable changes to this project will be documented in this file.
- Everything (`write`, `writeln`, `print`, `println`, `style`)


[Unreleased]: https://github.com/LukasKalbertodt/bunt/compare/v0.2.2...HEAD
[Unreleased]: https://github.com/LukasKalbertodt/bunt/compare/v0.2.3...HEAD
[0.2.1]: https://github.com/LukasKalbertodt/bunt/compare/v0.2.2...v0.2.3
[0.2.1]: https://github.com/LukasKalbertodt/bunt/compare/v0.2.1...v0.2.2
[0.2.1]: https://github.com/LukasKalbertodt/bunt/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/LukasKalbertodt/bunt/compare/v0.1.1...v0.2.0
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bunt"
version = "0.2.2"
version = "0.2.3"
authors = ["Lukas Kalbertodt <[email protected]>"]
edition = "2018"

Expand All @@ -18,5 +18,5 @@ categories = ["command-line-interface"]
exclude = [".github"]

[dependencies]
bunt-macros = { version = "=0.2.2", path = "macros" }
bunt-macros = { version = "=0.2.3", path = "macros" }
termcolor = "1"
2 changes: 1 addition & 1 deletion macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bunt-macros"
version = "0.2.2"
version = "0.2.3"
authors = ["Lukas Kalbertodt <[email protected]>"]
edition = "2018"

Expand Down

0 comments on commit a0e07ab

Please sign in to comment.