Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed Jun 26, 2024
1 parent 63d3cae commit f206445
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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.3.0] - 2024-06-26
### Changed
- [PR#7](https://github.com/EmbarkStudios/toml-span/pull/7) implemented `Borrow<str>` for `Key`, making the API much more ergonomic.

Expand Down Expand Up @@ -36,7 +37,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.2.1...HEAD
[Unreleased]: https://github.com/EmbarkStudios/toml-span/compare/0.3.0...HEAD
[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
[0.1.0]: https://github.com/EmbarkStudios/toml-span/releases/tag/0.1.0
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.2.1"
version = "0.3.0"
description = "Toml parser and deserializer that preserves span information"
license.workspace = true
edition.workspace = true
Expand Down

0 comments on commit f206445

Please sign in to comment.