Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Jun 4, 2024
1 parent 9f212e2 commit f12fbef
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/anstyle-query/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

## [1.1.0] - 2024-06-04

### Fixes

- `CLICOLOR_FORCE` now only checks for non-empty strings, rather than non-`"0"` strings
Expand All @@ -32,7 +34,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [1.0.0] - 2023-04-13

<!-- next-url -->
[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-query-v1.0.3...HEAD
[Unreleased]: https://github.com/rust-cli/anstyle/compare/anstyle-query-v1.1.0...HEAD
[1.1.0]: https://github.com/rust-cli/anstyle/compare/anstyle-query-v1.0.3...anstyle-query-v1.1.0
[1.0.3]: https://github.com/rust-cli/anstyle/compare/anstyle-query-v1.0.2...anstyle-query-v1.0.3
[1.0.2]: https://github.com/rust-cli/anstyle/compare/anstyle-query-v1.0.1...anstyle-query-v1.0.2
[1.0.1]: https://github.com/rust-cli/anstyle/compare/anstyle-query-v1.0.0...anstyle-query-v1.0.1
Expand Down
2 changes: 1 addition & 1 deletion crates/anstyle-query/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "anstyle-query"
version = "1.0.3"
version = "1.1.0"
description = "Look up colored console capabilities"
repository = "https://github.com/rust-cli/anstyle"
categories = ["command-line-interface"]
Expand Down

0 comments on commit f12fbef

Please sign in to comment.