Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down