Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed May 15, 2024
1 parent bb4eabc commit 0b8d15a
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 9 deletions.
5 changes: 4 additions & 1 deletion 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.0.1] - 2024-05-15

## [1.0.0] - 2023-10-23

### Compatibility
Expand Down Expand Up @@ -72,7 +74,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [0.2.0] - 2021-08-16

<!-- next-url -->
[Unreleased]: https://github.com/epage/git-stack/compare/v1.0.0...HEAD
[Unreleased]: https://github.com/epage/git-stack/compare/v1.0.1...HEAD
[1.0.1]: https://github.com/epage/git-stack/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/epage/git-stack/compare/v0.3.7...v1.0.0
[0.3.7]: https://github.com/epage/git-stack/compare/v0.3.6...v0.3.7
[0.3.6]: https://github.com/epage/git-stack/compare/v0.3.5...v0.3.6
Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ zero_sized_map_values = "warn"

[package]
name = "toml-test"
version = "1.0.0"
version = "1.0.1"
description = "Verify Rust TOML parsers"
repository = "https://github.com/epage/toml-test-rs"
documentation = "http://docs.rs/toml-test"
Expand Down
2 changes: 1 addition & 1 deletion crates/data/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "toml-test-data"
version = "1.8.0"
version = "1.8.1"
description = "TOML test cases"
repository = "https://github.com/epage/toml-test-rs"
readme = "README.md"
Expand Down
6 changes: 3 additions & 3 deletions crates/harness/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "toml-test-harness"
version = "0.4.8"
version = "0.4.9"
description = "Cargo test harness for verifying TOML parsers"
repository = "https://github.com/epage/toml-test-rs"
readme = "README.md"
Expand All @@ -16,8 +16,8 @@ all-features = true
rustdoc-args = ["--cfg", "docsrs"]

[dependencies]
toml-test-data = { version = "1.8.0", path = "../data" }
toml-test = { version = "^1.0.0", path = "../../" }
toml-test-data = { version = "1.8.1", path = "../data" }
toml-test = { version = "^1.0.1", path = "../../" }
ignore = "0.4.18"
libtest-mimic = "0.7.0"

Expand Down

0 comments on commit 0b8d15a

Please sign in to comment.