Skip to content

Commit 3c15186

Browse files
release-plzrobo9k
release-plz
authored andcommitted
chore: release
Signed-off-by: release-plz <release-plz@github.com>
1 parent 07115d4 commit 3c15186

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.15.1](https://github.com/robo9k/rust-magic/compare/v0.15.0...v0.15.1) - 2023-09-28
10+
11+
### Other
12+
- Refactor workflow names and events
13+
- Fix clippy findings in rustdoc doctests
14+
- Run `cargo-rustdoc-clippy` as part of lint workflow
15+
- Fix clippy findings in tests
16+
- Run tests on nightly with `cargo-careful`
17+
- Configure `release-plz` to add "release" labels
18+
- Configure `release-plz` to use a GitHub App instead of PAT
19+
- Use `mold` linker
20+
- Fix docs workflow SHA for pull requests
21+
- *(deps)* Update `proc-macro2` dependency for nightly builds
22+
- Build docs on pull requests but do not deploy them
23+
- Add `Cargo.lock`
24+
- Run build workflow on push also
25+
- Add codecov badge to readme
26+
- Upload coverage to `codecov.io`
27+
- Report test coverage with `cargo-llvm-cov`
28+
- Fix CI build workflow badge in readme
29+
930
## [0.15.0](https://github.com/robo9k/rust-magic/compare/v0.14.0...v0.15.0) - 2023-09-26
1031

1132
### Changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ authors = [
2222
"Onur Aslan <onur@onur.im>",
2323
"robo9k <robo9k@symlink.io>",
2424
]
25-
version = "0.15.0"
25+
version = "0.15.1"
2626
include = [
2727
"/src/",
2828
]

0 commit comments

Comments
 (0)