Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed Dec 16, 2024
1 parent 8e51088 commit a1a2daa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 3 additions & 1 deletion toml-span/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- next-header -->
## [Unreleased] - ReleaseDate
## [0.4.0] - 2024-12-16
### Changed
- [PR#9](https://github.com/EmbarkStudios/toml-span/pull/9) added `value` to `ErrorKind::UnexpectedValue`.

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

<!-- next-url -->
[Unreleased]: https://github.com/EmbarkStudios/toml-span/compare/0.3.0...HEAD
[Unreleased]: https://github.com/EmbarkStudios/toml-span/compare/0.4.0...HEAD
[0.4.0]: https://github.com/EmbarkStudios/toml-span/compare/0.3.0...0.4.0
[0.3.0]: https://github.com/EmbarkStudios/toml-span/compare/0.2.1...0.3.0
[0.2.1]: https://github.com/EmbarkStudios/toml-span/compare/0.2.0...0.2.1
[0.2.0]: https://github.com/EmbarkStudios/toml-span/compare/0.1.0...0.2.0
Expand Down
2 changes: 1 addition & 1 deletion toml-span/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "toml-span"
version = "0.3.0"
version = "0.4.0"
description = "Toml parser and deserializer that preserves span information"
license.workspace = true
edition.workspace = true
Expand Down

0 comments on commit a1a2daa

Please sign in to comment.