diff --git a/CHANGELOG.md b/CHANGELOG.md index 52b0abd..3d7b701 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.2](https://github.com/DenisGorbachev/option-like/compare/v0.2.1...v0.2.2) - 2026-09-06 + +### Fixed + +- AGENTS +- CargoMetadata +- update errgonomic +- update errgonomic +- update errgonomic +- support +- README +- refactor to support workspaces +- update errgonomic +- update errgonomic +- clippy +- clippy +- general +- Cargo +- absolute_paths +- Cargo +- bump Rust version +- AGENTS + ## [0.2.1](https://github.com/DenisGorbachev/option-like/compare/v0.2.0...v0.2.1) - 2026-05-17 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index b966cd9..9e1f1ba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 4 [[package]] name = "option-like" -version = "0.2.1" +version = "0.2.2" diff --git a/Cargo.toml b/Cargo.toml index b015e54..a96162a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ resolver = "3" [workspace.package] -version = "0.2.1" +version = "0.2.2" edition = "2024" rust-version = "1.85.0" license = "Apache-2.0 OR MIT"