Skip to content

Commit bdb2071

Browse files
chore: release v0.13.1 (#74)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2dca78c commit bdb2071

6 files changed

Lines changed: 30 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ clap_complete = { version = "4.6.5", features = ["unstable-dynamic"] }
2626
clap_mangen = "0.3.0"
2727
dialoguer = { version = "0.12.0", features = ["fuzzy-select"] }
2828
env_logger = "0.11.10"
29-
git-workon-lib = { version = "0.13.0", path = "./git-workon-lib" }
29+
git-workon-lib = { version = "0.13.1", path = "./git-workon-lib" }
3030
git-workon-fixture = { path = "./git-workon-fixture" }
3131
auth-git2 = "0.6"
3232
git2 = { version = "0.21.0", default-features = false, features = [

git-workon-lib/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.13.1](https://github.com/lettertwo/git-workon/compare/git-workon-lib-v0.13.0...git-workon-lib-v0.13.1) - 2026-08-31
11+
12+
### Added
13+
14+
- *(lib)* split merged-PR JSON parsing and add remote host check
15+
- *(lib)* add per-branch merged-PR lookup via gh
16+
1017
## [0.13.0](https://github.com/lettertwo/git-workon/compare/git-workon-lib-v0.12.0...git-workon-lib-v0.13.0) - 2026-08-30
1118

1219
### Added

git-workon-lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name = "git-workon-lib"
1010
readme = "README.md"
1111
repository.workspace = true
1212
rust-version.workspace = true
13-
version = "0.13.0"
13+
version = "0.13.1"
1414
include = [
1515
"src/**/*",
1616
"Cargo.toml",

git-workon/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.13.1](https://github.com/lettertwo/git-workon/compare/git-workon-v0.13.0...git-workon-v0.13.1) - 2026-08-31
11+
12+
### Added
13+
14+
- *(cli)* raise a PR-merged prune signal
15+
16+
### Fixed
17+
18+
- *(cli)* bound consecutive gh failures and require a github remote
19+
20+
### Other
21+
22+
- *(cli)* prove the gh failure bound with five worktrees
23+
- *(cli)* cover gh empty-list and bounded-failure prune cases
24+
- *(cli)* stop PR lookups after the first gh failure
25+
- *(cli)* note PrMerged in the active-criteria comments
26+
- *(cli)* cover prune's PR-merged signal and gh fallback
27+
1028
## [0.13.0](https://github.com/lettertwo/git-workon/compare/git-workon-v0.12.0...git-workon-v0.13.0) - 2026-08-30
1129

1230
### Added

git-workon/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name = "git-workon"
1010
readme = "README.md"
1111
repository.workspace = true
1212
rust-version.workspace = true
13-
version = "0.13.0"
13+
version = "0.13.1"
1414
include = [
1515
"build.rs",
1616
"src/**/*",

0 commit comments

Comments
 (0)