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"