From 98ecc78b581c813ddaba354ddd9058ec214a624d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 28 Feb 2026 21:54:52 +0000 Subject: [PATCH] chore: release v0.2.2 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bab1b3c..fe02bf3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.2](https://github.com/ngraf3255/RbGB/compare/v0.2.1...v0.2.2) - 2026-02-28 + +### Other + +- Updated get_color function to use the Result type ([#33](https://github.com/ngraf3255/RbGB/pull/33)) + ## [0.2.1](https://github.com/ngraf3255/RbGB/compare/v0.2.0...v0.2.1) - 2026-02-20 ### Other diff --git a/Cargo.toml b/Cargo.toml index 72172a9..55ab81a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rbgb" -version = "0.2.1" +version = "0.2.2" edition = "2024" authors = ["Noah Graf "] description = "A basic and rough gameboy emulator"