Skip to content

Commit a1a2daa

Browse files
committed
chore: Release
1 parent 8e51088 commit a1a2daa

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

Cargo.lock

+2-2
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.4.0] - 2024-12-16
1213
### Changed
1314
- [PR#9](https://github.com/EmbarkStudios/toml-span/pull/9) added `value` to `ErrorKind::UnexpectedValue`.
1415

@@ -40,7 +41,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4041
- Initial implementation
4142

4243
<!-- next-url -->
43-
[Unreleased]: https://github.com/EmbarkStudios/toml-span/compare/0.3.0...HEAD
44+
[Unreleased]: https://github.com/EmbarkStudios/toml-span/compare/0.4.0...HEAD
45+
[0.4.0]: https://github.com/EmbarkStudios/toml-span/compare/0.3.0...0.4.0
4446
[0.3.0]: https://github.com/EmbarkStudios/toml-span/compare/0.2.1...0.3.0
4547
[0.2.1]: https://github.com/EmbarkStudios/toml-span/compare/0.2.0...0.2.1
4648
[0.2.0]: https://github.com/EmbarkStudios/toml-span/compare/0.1.0...0.2.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.3.0"
3+
version = "0.4.0"
44
description = "Toml parser and deserializer that preserves span information"
55
license.workspace = true
66
edition.workspace = true

0 commit comments

Comments
 (0)