Skip to content

Commit 7a507d2

Browse files
committed
chore: Release
1 parent 3d81580 commit 7a507d2

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

toml-span/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
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.2.0] - 2024-02-22
1213
### Added
1314
- [PR#3](https://github.com/EmbarkStudios/toml-span/pull/3) actually added some documentation.
1415
- [PR#3](https://github.com/EmbarkStudios/toml-span/pull/3) added `DeserError::merge`
@@ -24,5 +25,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2425
- Initial implementation
2526

2627
<!-- next-url -->
27-
[Unreleased]: https://github.com/EmbarkStudios/toml-span/compare/0.1.0...HEAD
28+
[Unreleased]: https://github.com/EmbarkStudios/toml-span/compare/0.2.0...HEAD
29+
[0.2.0]: https://github.com/EmbarkStudios/toml-span/compare/0.1.0...0.2.0
2830
[0.1.0]: https://github.com/EmbarkStudios/toml-span/releases/tag/0.1.0

toml-span/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "toml-span"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "Toml parser and deserializer that preserves span information"
55
license.workspace = true
66
edition.workspace = true

0 commit comments

Comments
 (0)