Skip to content

Commit

Permalink
chore: Release cargo-manifest version 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Turbo87 committed Nov 28, 2024
1 parent a46ae59 commit 6699c63
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## v0.17.0 (2024-11-28)

### :rocket: Enhancements

- [#59](https://github.com/LukeMathWalker/cargo-manifest/pull/59) toml: disable the unused `display` Cargo feature ([@AudaciousAxiom](https://github/AudaciousAxiom))
- [#60](https://github.com/LukeMathWalker/cargo-manifest/pull/60) Add Edition 2024 ([@eth3lbert](https://github/eth3lbert))

## v0.16.1 (2024-11-14)

### :rocket: Enhancements
Expand Down
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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "cargo-manifest"
version = "0.16.1"
version = "0.17.0"
authors = ["Kornel <kornel@geekhood.net>", "Luca Palmieri <rust@lpalmieri.com>"]
description = "Helper crate to parse and manipulate manifests - `Cargo.toml` files."
keywords = ["cargo", "metadata", "toml", "serde", "manifest"]
Expand Down

0 comments on commit 6699c63

Please sign in to comment.