From f1a6f2c4f174a584eaf2bf7f2ed4bd2a3bbbda3b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 08:24:57 +0000 Subject: [PATCH] chore: release v0.2.2 --- CHANGELOG.md | 23 +++++++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 25 insertions(+), 2 deletions(-) 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"