Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ clap_complete = { version = "4.6.5", features = ["unstable-dynamic"] }
clap_mangen = "0.3.0"
dialoguer = { version = "0.12.0", features = ["fuzzy-select"] }
env_logger = "0.11.10"
git-workon-lib = { version = "0.8.0", path = "./git-workon-lib" }
git-workon-lib = { version = "0.9.0", path = "./git-workon-lib" }
git-workon-fixture = { path = "./git-workon-fixture" }
auth-git2 = "0.6"
git2 = { version = "0.21.0", default-features = false, features = [
Expand Down
10 changes: 10 additions & 0 deletions git-workon-lib/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.9.0](https://github.com/lettertwo/git-workon/compare/git-workon-lib-v0.8.0...git-workon-lib-v0.9.0) - 2026-07-05

### Added

- *(cli)* [**breaking**] replace prune discovery flow with annotated picker

### Fixed

- *(copy)* prune excluded directories from the walk

## [0.7.3](https://github.com/lettertwo/git-workon/compare/git-workon-lib-v0.7.2...git-workon-lib-v0.7.3) - 2026-06-22

### Other
Expand Down
2 changes: 1 addition & 1 deletion git-workon-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license.workspace = true
name = "git-workon-lib"
readme = "README.md"
repository.workspace = true
version = "0.8.0"
version = "0.9.0"
include = [
"src/**/*",
"Cargo.toml",
Expand Down
12 changes: 12 additions & 0 deletions git-workon/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.9.0](https://github.com/lettertwo/git-workon/compare/git-workon-v0.8.0...git-workon-v0.9.0) - 2026-07-05

### Added

- *(cli)* [**breaking**] replace prune discovery flow with annotated picker

### Fixed

- *(cli)* remove empty namespace dirs after prune
- *(copy)* prune excluded directories from the walk
- *(cli)* use real glob matching for protected branches

## [0.8.0](https://github.com/lettertwo/git-workon/compare/git-workon-v0.7.4...git-workon-v0.8.0) - 2026-06-24

### Added
Expand Down
2 changes: 1 addition & 1 deletion git-workon/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license.workspace = true
name = "git-workon"
readme = "README.md"
repository.workspace = true
version = "0.8.0"
version = "0.9.0"
include = [
"build.rs",
"src/**/*",
Expand Down