Skip to content

Commit

Permalink
chore: Release cargo-manifest version 0.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Turbo87 committed Sep 5, 2024
1 parent 2672c8c commit aac767c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## v0.15.2 (2024-09-05)

### :memo: Documentation

- [#53](https://github.com/LukeMathWalker/cargo-manifest/pull/53) Improve readme document ([@Turbo87](https://github/Turbo87))
- [#54](https://github.com/LukeMathWalker/cargo-manifest/pull/54) Fix rustdoc warnings ([@Turbo87](https://github/Turbo87))
- [#55](https://github.com/LukeMathWalker/cargo-manifest/pull/55) Use `README.md` as module doc comment ([@Turbo87](https://github/Turbo87))

## v0.15.1 (2024-08-22)

### :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.15.1"
version = "0.15.2"
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 aac767c

Please sign in to comment.