Skip to content

Commit

Permalink
Bump version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasKalbertodt committed Sep 20, 2020
1 parent 50ec0a4 commit e17fb9e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.


## [Unreleased]


## [0.2.1] - 2020-09-20
### Added
- Add `eprint!` and `eprintln!`

Expand Down Expand Up @@ -33,6 +36,7 @@ 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.0...HEAD
[Unreleased]: https://github.com/LukasKalbertodt/bunt/compare/v0.2.1...HEAD
[0.2.0]: 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
[0.1.1]: https://github.com/LukasKalbertodt/bunt/compare/v0.1.0...v0.1.1
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bunt"
version = "0.2.0"
version = "0.2.1"
authors = ["Lukas Kalbertodt <[email protected]>"]
edition = "2018"

Expand Down

0 comments on commit e17fb9e

Please sign in to comment.