From 91fda8d91bec4880ef45cf3fa34f2e2f7e64b84e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 08:34:05 +0000 Subject: [PATCH] chore: release v0.1.3 --- CHANGELOG.md | 9 +++++++++ Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb9deea..da32213 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.0](https://github.com/ngraf3255/RbGB/compare/v0.1.2...v0.2.0) - 2026-01-07 + +### Other + +- Added detailed doc comments to public items and configured github to serve the pages ([#28](https://github.com/ngraf3255/RbGB/pull/28)) +- Dropped publish environment from local github job ([#27](https://github.com/ngraf3255/RbGB/pull/27)) +- Updated changelog to remove old items ([#26](https://github.com/ngraf3255/RbGB/pull/26)) +- Changed import strategy for statements not included in formal releases ([#24](https://github.com/ngraf3255/RbGB/pull/24)) + ## [0.1.2](https://github.com/ngraf3255/RbGB/compare/v0.1.1...v0.1.2) - 2026-01-07 ### Other diff --git a/Cargo.toml b/Cargo.toml index 3c94247..4af4326 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rbgb" -version = "0.1.2" +version = "0.2.0" edition = "2024" authors = ["Noah Graf "] description = "A basic and rough gameboy emulator"