From 13328ba8d0277d45362ad7441007c45c5d97f6cd Mon Sep 17 00:00:00 2001 From: Janni Turunen Date: Tue, 3 Mar 2026 14:36:44 +0200 Subject: [PATCH] chore: release v0.2.0 --- CHANGELOG.md | 24 ++++++++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 26 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..ff09eee --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,24 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +## [0.2.0] - 2026-03-03 + +### Bug Fixes + +- Formatting issues in README header +- README with styled div for context + +### Documentation + +- Add spacing below zalgo logo to avoid h1 border clipping +- Use div-wrapped h1 to suppress border clipping on zalgo logo +- Update README with description and clean HTML +- Change font style and size in README +- Use bold text for zalgo logo to avoid h1 border clipping +- Use processed PNG logo instead of SVG/text for zalgo header ([#23](https://github.com/randomm/oo/pull/23)) + +### Miscellaneous + +- Regenerate release.yml for pr-run-mode upload + diff --git a/Cargo.lock b/Cargo.lock index 409dd17..299ac10 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -581,7 +581,7 @@ dependencies = [ [[package]] name = "double-o" -version = "0.1.0" +version = "0.2.0" dependencies = [ "assert_cmd", "clap", diff --git a/Cargo.toml b/Cargo.toml index f9fc806..f7d7edb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "double-o" -version = "0.1.0" +version = "0.2.0" edition = "2024" rust-version = "1.85" description = "Context-efficient command runner for AI coding agents"