diff --git a/CHANGELOG.md b/CHANGELOG.md index 505040b..22306e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. +## [0.4.3] - 2026-03-20 + +### Bug Fixes + +- Correct pattern directory path in README +- Correct tarball extraction paths in installation instructions + + ## [0.4.2] - 2026-03-20 diff --git a/Cargo.lock b/Cargo.lock index 6aab4ab..b4bfb46 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -581,7 +581,7 @@ dependencies = [ [[package]] name = "double-o" -version = "0.4.2" +version = "0.4.3" dependencies = [ "assert_cmd", "clap", diff --git a/Cargo.toml b/Cargo.toml index 079fe39..c708c96 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "double-o" -version = "0.4.2" +version = "0.4.3" edition = "2024" rust-version = "1.85" description = "Context-efficient command runner for AI coding agents"