File tree Expand file tree Collapse file tree 2 files changed +39
-1
lines changed Expand file tree Collapse file tree 2 files changed +39
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,44 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments