Skip to content

Commit c746f2d

Browse files
committed
Fill in changelogs
1 parent e5f6ec9 commit c746f2d

File tree

3 files changed

+21
-0
lines changed

3 files changed

+21
-0
lines changed

auditable-info/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.9.0] - 2024-11-11
9+
10+
### Changed
11+
12+
- Upgraded to `auditable-serde` v0.8.x
13+
- Upgraded to `miniz_oxide` v0.8.x and removed its types from the public API to simplify future upgrades
14+
815
## [0.8.0] - 2024-07-30
916

1017
### Changed

auditable-serde/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.8.0] - 2024-11-11
8+
### Removed
9+
- 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.
10+
711
## [0.7.0] - 2024-07-30
812
### Changed
913
- 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.

cargo-auditable/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.6.5] - 2024-11-11
9+
10+
### Added
11+
12+
- Upgraded the `cargo_metadata` dependency to gain support for Rust 2024 edition
13+
14+
### Fixed
15+
16+
- Fixed build on `riscv64-linux-android` target and certain custom RISC-V targets
17+
818
## [0.6.4] - 2024-05-08
919

1020
### Added

0 commit comments

Comments
 (0)