Skip to content

Commit

Permalink
[meta] prepare releases
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshowers committed Oct 6, 2024
1 parent f8bc3c0 commit 155f2a0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tools/cargo-hakari/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file.

## [0.9.33] - 2024-10-06

### Fixed

`cargo hakari init` now sets `edition = "2021"` in the created workspace-hack's `Cargo.toml`. This
silences a Cargo warning about a missing edition.

## [0.9.32] - 2024-10-02

### Fixed
Expand Down Expand Up @@ -314,6 +321,7 @@ This was tagged, but never released due to

Initial release.

[0.9.33]: https://github.com/guppy-rs/guppy/releases/tag/cargo-hakari-0.9.33
[0.9.32]: https://github.com/guppy-rs/guppy/releases/tag/cargo-hakari-0.9.32
[0.9.31]: https://github.com/guppy-rs/guppy/releases/tag/cargo-hakari-0.9.31
[0.9.30]: https://github.com/guppy-rs/guppy/releases/tag/cargo-hakari-0.9.30
Expand Down
8 changes: 8 additions & 0 deletions tools/hakari/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.17.5] - 2024-10-06

### Fixed

`cargo hakari init` now sets `edition = "2021"` in the created workspace-hack's `Cargo.toml`. This
silences a Cargo warning about a missing edition.

## [0.17.4] - 2024-09-11

### Changed
Expand Down Expand Up @@ -344,6 +351,7 @@ Internal updates for `cargo-hakari 0.9.8`.

Initial release.

[0.17.5]: https://github.com/guppy-rs/guppy/releases/tag/hakari-0.17.5
[0.17.4]: https://github.com/guppy-rs/guppy/releases/tag/hakari-0.17.4
[0.17.3]: https://github.com/guppy-rs/guppy/releases/tag/hakari-0.17.3
[0.17.2]: https://github.com/guppy-rs/guppy/releases/tag/hakari-0.17.2
Expand Down

0 comments on commit 155f2a0

Please sign in to comment.