Skip to content

Commit 5748812

Browse files
committed
chore: Release
1 parent fa1d371 commit 5748812

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

toml-span/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
<!-- next-header -->
1111
## [Unreleased] - ReleaseDate
12+
## [0.6.0] - 2025-10-23
1213
### Changed
1314
- [PR#18](https://github.com/EmbarkStudios/toml-span/pull/18) updated `codespan-reporting` to 0.13.
1415

@@ -60,7 +61,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6061
- Initial implementation
6162

6263
<!-- next-url -->
63-
[Unreleased]: https://github.com/EmbarkStudios/toml-span/compare/0.5.2...HEAD
64+
[Unreleased]: https://github.com/EmbarkStudios/toml-span/compare/0.6.0...HEAD
65+
[0.6.0]: https://github.com/EmbarkStudios/toml-span/compare/0.5.2...0.6.0
6466
[0.5.2]: https://github.com/EmbarkStudios/toml-span/compare/0.5.1...0.5.2
6567
[0.5.1]: https://github.com/EmbarkStudios/toml-span/compare/0.5.0...0.5.1
6668
[0.5.0]: https://github.com/EmbarkStudios/toml-span/compare/0.4.1...0.5.0

toml-span/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "toml-span"
3-
version = "0.5.2"
3+
version = "0.6.0"
44
description = "Toml parser and deserializer that preserves span information"
55
license.workspace = true
66
edition.workspace = true

0 commit comments

Comments
 (0)