From 63d553e314bf0cec71d7eeb23880a9f77439ab0a Mon Sep 17 00:00:00 2001 From: Chris Fentiman Date: Fri, 13 Mar 2026 16:40:05 -0700 Subject: [PATCH] chore(main): release 0.8.1 --- .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 64f3cdd..02f17d9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.8.0" + ".": "0.8.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index cf200a1..4184b8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.8.1](https://github.com/chrisfentiman/dot/compare/v0.8.0...v0.8.1) (2026-03-13) + + +### Bug Fixes + +* correct upload-pages-artifact action name in pages workflow ([8d02679](https://github.com/chrisfentiman/dot/commit/8d02679d074cb9e1e5b57adbd23d05f3a137261c)) + ## [0.8.0](https://github.com/chrisfentiman/dot/compare/v0.7.0...v0.8.0) (2026-03-13) diff --git a/Cargo.lock b/Cargo.lock index d411829..4bf139c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -234,7 +234,7 @@ dependencies = [ [[package]] name = "dot" -version = "0.8.0" +version = "0.8.1" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index fc3b3af..5b1c585 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dot" -version = "0.8.0" +version = "0.8.1" edition = "2024" description = "Dotfiles manager with pluggable secret injection (pass, op, bw, env)" license = "MIT"