Skip to content

Commit db33f30

Browse files
committed
chore: Release
1 parent 363970a commit db33f30

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ The format is based on [Keep a Changelog].
77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
99

10+
## [0.13.0] - 2022-01-13
11+
1012
### Breaking Changes
1113

1214
- `iter`, `get`, and `contains_key` functions were made consistent across `Table` and `InlineTable`, ignoring `Item::None`.
@@ -272,7 +274,8 @@ This release was sponsored by Futurewei
272274
- `array.push` now returns a `Result`.
273275

274276
<!-- next-url -->
275-
[Unreleased]: https://github.com/ordian/toml_edit/compare/v0.12.6...HEAD
277+
[Unreleased]: https://github.com/ordian/toml_edit/compare/v0.13.0...HEAD
278+
[0.13.0]: https://github.com/ordian/toml_edit/compare/v0.12.6...v0.13.0
276279
[0.12.6]: https://github.com/ordian/toml_edit/compare/v0.12.5...v0.12.6
277280
[0.12.5]: https://github.com/ordian/toml_edit/compare/v0.12.4...v0.12.5
278281
[0.12.4]: https://github.com/ordian/toml_edit/compare/v0.12.3...v0.12.4

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_edit"
3-
version = "0.12.6"
3+
version = "0.13.0"
44
readme = "README.md"
55
license = "MIT/Apache-2.0"
66
keywords = ["toml"]

0 commit comments

Comments
 (0)