Skip to content

Commit d890318

Browse files
committed
Release 0.7.1
1 parent 79e70d5 commit d890318

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.7.1] - 2026-03-06
1213
### Added
1314
- [PR#21](https://github.com/EmbarkStudios/toml-span/pull/21) set the MSRV to 1.70.0.
1415

@@ -68,7 +69,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6869
- Initial implementation
6970

7071
<!-- next-url -->
71-
[Unreleased]: https://github.com/EmbarkStudios/toml-span/compare/0.7.0...HEAD
72+
[Unreleased]: https://github.com/EmbarkStudios/toml-span/compare/0.7.1...HEAD
73+
[0.7.1]: https://github.com/EmbarkStudios/toml-span/compare/0.7.0...0.7.1
7274
[0.7.0]: https://github.com/EmbarkStudios/toml-span/compare/0.6.0...0.7.0
7375
[0.6.0]: https://github.com/EmbarkStudios/toml-span/compare/0.5.2...0.6.0
7476
[0.5.2]: https://github.com/EmbarkStudios/toml-span/compare/0.5.1...0.5.2

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

0 commit comments

Comments
 (0)