Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Aug 23, 2023
1 parent dd0b957 commit 4b83bfc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion crates/anstream/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- next-header -->
## [Unreleased] - ReleaseDate

## [0.4.0] - 2023-08-23

### Breaking Change

- Switched from being generic over types to explicit `impl`s for expected types
Expand Down Expand Up @@ -116,7 +118,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [0.0.1] - 2023-03-07

<!-- next-url -->
[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstream-v0.3.2...HEAD
[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstream-v0.4.0...HEAD
[0.4.0]: https://github.com/rust-cli/anstyle/compare/anstream-v0.3.2...anstream-v0.4.0
[0.3.2]: https://github.com/rust-cli/anstyle/compare/anstream-v0.3.1...anstream-v0.3.2
[0.3.1]: https://github.com/rust-cli/anstyle/compare/anstream-v0.3.0...anstream-v0.3.1
[0.3.0]: https://github.com/rust-cli/anstyle/compare/anstream-v0.2.6...anstream-v0.3.0
Expand Down
2 changes: 1 addition & 1 deletion crates/anstream/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "anstream"
version = "0.3.2"
version = "0.4.0"
description = "A simple cross platform library for writing colored text to a terminal."
repository = "https://github.com/rust-cli/anstyle.git"
homepage = "https://github.com/rust-cli/anstyle"
Expand Down

0 comments on commit 4b83bfc

Please sign in to comment.