Skip to content

Commit

Permalink
Fill in changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
Shnatsel committed Nov 11, 2024
1 parent e5f6ec9 commit c746f2d
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
7 changes: 7 additions & 0 deletions auditable-info/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.9.0] - 2024-11-11

### Changed

- Upgraded to `auditable-serde` v0.8.x
- Upgraded to `miniz_oxide` v0.8.x and removed its types from the public API to simplify future upgrades

## [0.8.0] - 2024-07-30

### Changed
Expand Down
4 changes: 4 additions & 0 deletions auditable-serde/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.8.0] - 2024-11-11
### Removed
- Removed the conversion from `cargo_metadata` structures. The `cargo_metadata` crate makes breaking changes quite frequently, and we need to be able to upgrade it without breaking semver on this crate.

## [0.7.0] - 2024-07-30
### Changed
- Removed the disabled-by-default conversion from the internal format to Cargo.lock. The Cargo.lock format is unstable, and the conversion to CycloneDX is a better idea these days.
Expand Down
10 changes: 10 additions & 0 deletions cargo-auditable/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.6.5] - 2024-11-11

### Added

- Upgraded the `cargo_metadata` dependency to gain support for Rust 2024 edition

### Fixed

- Fixed build on `riscv64-linux-android` target and certain custom RISC-V targets

## [0.6.4] - 2024-05-08

### Added
Expand Down

0 comments on commit c746f2d

Please sign in to comment.