From 5cb0686e5cfddcc5796254f8b2d0a3f4a51024b4 Mon Sep 17 00:00:00 2001 From: Chris Fentiman Date: Fri, 13 Mar 2026 21:22:58 -0700 Subject: [PATCH] chore(main): release 0.9.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 02f17d9..76d5538 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.8.1" + ".": "0.9.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4184b8e..4a8f69d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.9.0](https://github.com/chrisfentiman/dot/compare/v0.8.1...v0.9.0) (2026-03-14) + + +### Features + +* git-style scope auto-detection with .dotf/ walk-up ([#15](https://github.com/chrisfentiman/dot/issues/15)) ([13e3ccc](https://github.com/chrisfentiman/dot/commit/13e3ccc7bc238b0ebea2bea405658d9d9f5b4bec)) + ## [0.8.1](https://github.com/chrisfentiman/dot/compare/v0.8.0...v0.8.1) (2026-03-13) diff --git a/Cargo.lock b/Cargo.lock index 869f6fa..0231557 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -234,7 +234,7 @@ dependencies = [ [[package]] name = "dot" -version = "0.8.1" +version = "0.9.0" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 6e495f6..4849def 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dot" -version = "0.8.1" +version = "0.9.0" edition = "2024" description = "Dotfiles manager with pluggable secret injection (pass, op, bw, env)" license = "MIT"