Skip to content

Commit

Permalink
chore: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
0xCCF4 committed Jul 20, 2024
1 parent be943f2 commit f7486b5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
5 changes: 4 additions & 1 deletion untrusted_value/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [0.3.0](https://github.com/0xCCF4/UntrustedValue/compare/untrusted_value-v0.2.4...untrusted_value-v0.3.0) - 2024-07-20

### Added
- [**breaking**] improved sanitization interface
- [**breaking**] trait have now constraints and guarantees that must hold for implementations (see documentation of each trait)
- [**breaking**] changed proc macro implementation to provide an better sanitization experience when using nested structs
- introduced `FromTrustedVariant`
- improved documentation of proc macros

### Fixed
- removed feature still #[cfg(...)] in code
Expand Down
5 changes: 4 additions & 1 deletion untrusted_value_derive/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [0.3.0](https://github.com/0xCCF4/UntrustedValue/compare/untrusted_value_derive-v0.2.4...untrusted_value_derive-v0.3.0) - 2024-07-20

### Added
- [**breaking**] improved sanitization interface
- [**breaking**] trait have now constraints and guarantees that must hold for implementations (see documentation of each trait)
- [**breaking**] changed proc macro implementation to provide an better sanitization experience when using nested structs
- introduced `FromTrustedVariant`
- improved documentation of proc macros

## [0.2.4](https://github.com/0xCCF4/UntrustedValue/compare/untrusted_value_derive-v0.2.3...untrusted_value_derive-v0.2.4) - 2024-07-18

Expand Down
5 changes: 4 additions & 1 deletion untrusted_value_derive_internals/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [0.3.0](https://github.com/0xCCF4/UntrustedValue/compare/untrusted_value_derive_internals-v0.2.4...untrusted_value_derive_internals-v0.3.0) - 2024-07-20

### Added
- [**breaking**] improved sanitization interface
- [**breaking**] trait have now constraints and guarantees that must hold for implementations (see documentation of each trait)
- [**breaking**] changed proc macro implementation to provide an better sanitization experience when using nested structs
- introduced `FromTrustedVariant`
- improved documentation of proc macros

## [0.2.4](https://github.com/0xCCF4/UntrustedValue/compare/untrusted_value_derive_internals-v0.2.3...untrusted_value_derive_internals-v0.2.4) - 2024-07-18

Expand Down

0 comments on commit f7486b5

Please sign in to comment.