From 247879e0461973f604f4a728893a4b83dd426832 Mon Sep 17 00:00:00 2001 From: Kuma Taro Date: Wed, 25 Feb 2026 09:58:54 +0900 Subject: [PATCH] chore: release v0.1.3 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a17a316..c6ae443 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.3](https://github.com/km-tr/worktree-link/compare/v0.1.2...v0.1.3) - 2026-02-25 + +### Other + +- remove cargo-release from mise.toml ([#12](https://github.com/km-tr/worktree-link/pull/12)) + ## [0.1.2](https://github.com/km-tr/worktree-link/compare/v0.1.1...v0.1.2) - 2026-02-24 ### Added diff --git a/Cargo.lock b/Cargo.lock index a6ad39b..aa5ef06 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -561,7 +561,7 @@ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" [[package]] name = "worktree-link" -version = "0.1.2" +version = "0.1.3" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 88c424a..4059a13 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "worktree-link" -version = "0.1.2" +version = "0.1.3" edition = "2021" description = "Automatically create symlinks from a main worktree to a new worktree based on .worktreelinks patterns" license = "MIT"