Skip to content

Commit b09cc0e

Browse files
committed
chore: Release
1 parent f6aebf6 commit b09cc0e

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.4.1] - 2024-12-19
1213
### Added
1314
- [PR#11](https://github.com/EmbarkStudios/toml-span/pull/11) resolved [#10](https://github.com/EmbarkStudios/toml-span/issues/10) by adding span information for tables.
1415

@@ -44,7 +45,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4445
- Initial implementation
4546

4647
<!-- next-url -->
47-
[Unreleased]: https://github.com/EmbarkStudios/toml-span/compare/0.4.0...HEAD
48+
[Unreleased]: https://github.com/EmbarkStudios/toml-span/compare/0.4.1...HEAD
49+
[0.4.1]: https://github.com/EmbarkStudios/toml-span/compare/0.4.0...0.4.1
4850
[0.4.0]: https://github.com/EmbarkStudios/toml-span/compare/0.3.0...0.4.0
4951
[0.3.0]: https://github.com/EmbarkStudios/toml-span/compare/0.2.1...0.3.0
5052
[0.2.1]: https://github.com/EmbarkStudios/toml-span/compare/0.2.0...0.2.1

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.0"
3+
version = "0.4.1"
44
description = "Toml parser and deserializer that preserves span information"
55
license.workspace = true
66
edition.workspace = true

0 commit comments

Comments
 (0)