Skip to content

Commit ee7004f

Browse files
committed
chore: Release
1 parent 5a6c366 commit ee7004f

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

toml-span/CHANGELOG.md

+3-1
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.5.0] - 2025-04-03
1213
### Changed
1314
- [PR#12](https://github.com/EmbarkStudios/toml-span/pull/12) updated `codespan-reporting` to 0.12, and update to edition 2024.
1415

@@ -48,7 +49,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4849
- Initial implementation
4950

5051
<!-- next-url -->
51-
[Unreleased]: https://github.com/EmbarkStudios/toml-span/compare/0.4.1...HEAD
52+
[Unreleased]: https://github.com/EmbarkStudios/toml-span/compare/0.5.0...HEAD
53+
[0.5.0]: https://github.com/EmbarkStudios/toml-span/compare/0.4.1...0.5.0
5254
[0.4.1]: https://github.com/EmbarkStudios/toml-span/compare/0.4.0...0.4.1
5355
[0.4.0]: https://github.com/EmbarkStudios/toml-span/compare/0.3.0...0.4.0
5456
[0.3.0]: https://github.com/EmbarkStudios/toml-span/compare/0.2.1...0.3.0

toml-span/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "toml-span"
3-
version = "0.4.1"
3+
version = "0.5.0"
44
description = "Toml parser and deserializer that preserves span information"
55
license.workspace = true
66
edition.workspace = true

0 commit comments

Comments
 (0)