Skip to content

Commit fee5c16

Browse files
authored
Update CHANGELOG.md for versions 0.1.1 and 0.1.2 (#18)
* chore: bump version to 0.1.2 * update README and CHANGELOG for 0.1.2 release
1 parent 644c9e4 commit fee5c16

File tree

2 files changed

+39
-1
lines changed

2 files changed

+39
-1
lines changed

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,44 @@ 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.1.2] - 2025-07-11
9+
Added
10+
11+
Unit tests for all assertion types (#16)
12+
Support for custom assertion validation (#15)
13+
14+
Security
15+
16+
Intel security scan workflow integration
17+
18+
[0.1.1] - 2025-06-11
19+
Added
20+
21+
PartialEq trait implementation for HashAlgorithm struct (#13)
22+
FromStr trait implementation for HashAlgorithm for string parsing
23+
GitHub Actions workflows for CI/CD (#4)
24+
25+
Changed
26+
27+
Upgraded to Rust edition 2024 (#14)
28+
Updated dependencies:
29+
30+
mockito to 1.7.0
31+
base64 to use modern API (#12)
32+
33+
34+
Improved code formatting and clippy compliance (#3, #5)
35+
36+
Fixed
37+
38+
Test compatibility issues
39+
Code formatting inconsistencies
40+
41+
Security
42+
43+
Added OSSF Scorecard workflow
44+
45+
846
## [0.1.0] - 2025-05-01
947

1048
### Added

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add Atlas C2PA Library to your `Cargo.toml`:
2222

2323
```toml
2424
[dependencies]
25-
atlas-c2pa-lib = "0.1.0"
25+
atlas-c2pa-lib = "0.1.2"
2626
```
2727

2828
## 🚀 Quick Start

0 commit comments

Comments
 (0)