Skip to content

Commit 1a0991d

Browse files
Bump version to 0.2.6
1 parent 7073596 commit 1a0991d

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55

66
## [Unreleased]
77

8+
## [0.2.6] - 2021-09-09
9+
### Added
10+
- `println`, `eprintln` and `writeln` can now be used without format string and arguments to only emit a single newline.
11+
812
## [0.2.5] - 2021-06-09
913
### Changed
1014
- Use crate `litrs` for string literal parsing instead of having custom code for that.
@@ -56,7 +60,8 @@ All notable changes to this project will be documented in this file.
5660
- Everything (`write`, `writeln`, `print`, `println`, `style`)
5761

5862

59-
[Unreleased]: https://github.com/LukasKalbertodt/bunt/compare/v0.2.5...HEAD
63+
[Unreleased]: https://github.com/LukasKalbertodt/bunt/compare/v0.2.6...HEAD
64+
[0.2.6]: https://github.com/LukasKalbertodt/bunt/compare/v0.2.5...v0.2.6
6065
[0.2.5]: https://github.com/LukasKalbertodt/bunt/compare/v0.2.4...v0.2.5
6166
[0.2.4]: https://github.com/LukasKalbertodt/bunt/compare/v0.2.3...v0.2.4
6267
[0.2.3]: https://github.com/LukasKalbertodt/bunt/compare/v0.2.2...v0.2.3

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bunt"
3-
version = "0.2.5"
3+
version = "0.2.6"
44
authors = ["Lukas Kalbertodt <[email protected]>"]
55
edition = "2018"
66

0 commit comments

Comments
 (0)