From 542789da6b02de93589e7dcacd9a6f0343458ff9 Mon Sep 17 00:00:00 2001 From: Janni Turunen Date: Thu, 16 Apr 2026 21:15:02 +0300 Subject: [PATCH] chore: release v0.4.5 --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30918cd..d3a3e79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [0.4.5] - 2026-04-16 + +### Features + +- *(distribution)* Enable shell installer ([#143](https://github.com/randomm/oo/pull/143)) ([#144](https://github.com/randomm/oo/pull/144)) + + ## [0.4.4] - 2026-03-20 diff --git a/Cargo.lock b/Cargo.lock index b377908..4ae0759 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -581,7 +581,7 @@ dependencies = [ [[package]] name = "double-o" -version = "0.4.4" +version = "0.4.5" dependencies = [ "assert_cmd", "clap", diff --git a/Cargo.toml b/Cargo.toml index 9769095..77052a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "double-o" -version = "0.4.4" +version = "0.4.5" edition = "2024" rust-version = "1.85" description = "Context-efficient command runner for AI coding agents"