Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Jan 3, 2023
1 parent d233bd2 commit 974bcc4
Show file tree
Hide file tree
Showing 3 changed files with 6 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.

5 changes: 4 additions & 1 deletion crates/toml_edit/CHANGELOG.md
Expand Up @@ -7,6 +7,8 @@ The format is based on [Keep a Changelog].
<!-- next-header -->
## [Unreleased] - ReleaseDate

## [0.17.1] - 2023-01-03

### Fixes

- *(compliance)* Add more error checks for a dotted key that references an explicit table
Expand Down Expand Up @@ -377,7 +379,8 @@ This release was sponsored by Futurewei
- `array.push` now returns a `Result`.

<!-- next-url -->
[Unreleased]: https://github.com/toml-rs/toml_edit/compare/v0.17.0...HEAD
[Unreleased]: https://github.com/toml-rs/toml_edit/compare/v0.17.1...HEAD
[0.17.1]: https://github.com/toml-rs/toml_edit/compare/v0.17.0...v0.17.1
[0.17.0]: https://github.com/toml-rs/toml_edit/compare/v0.16.2...v0.17.0
[0.16.2]: https://github.com/toml-rs/toml_edit/compare/v0.16.1...v0.16.2
[0.16.1]: https://github.com/toml-rs/toml_edit/compare/v0.16.0...v0.16.1
Expand Down
2 changes: 1 addition & 1 deletion crates/toml_edit/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "toml_edit"
version = "0.17.0"
version = "0.17.1"
readme = "README.md"
license = "MIT/Apache-2.0"
keywords = ["encoding", "toml"]
Expand Down

0 comments on commit 974bcc4

Please sign in to comment.