Skip to content

Commit de0e5a0

Browse files
committed
chore(main): release 0.104.1
1 parent 105f2f8 commit de0e5a0

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.104.0"
2+
".": "0.104.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.104.1](https://github.com/henrikje/arborist/compare/v0.104.0...v0.104.1) (2026-03-08)
4+
5+
6+
### Bug Fixes
7+
8+
* clarify "merged with new work" messaging in push output ([2b7ea1a](https://github.com/henrikje/arborist/commit/2b7ea1a4c50a2ece78ba3f8eb73fc99147749ec6))
9+
310
## [0.104.0](https://github.com/henrikje/arborist/compare/v0.103.0...v0.104.0) (2026-03-08)
411

512
Improves workspace creation and everyday Git workflows with a more guided arb create, smarter push behavior, and clearer status reporting with conflict predictions. This release also significantly strengthens resilience by automatically detecting and repairing moved projects, renamed workspaces, and corrupted worktree references.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "arb",
3-
"version": "0.104.0",
3+
"version": "0.104.1",
44
"type": "module",
55
"scripts": {
66
"dev": "bun run src/index.ts --",

0 commit comments

Comments
 (0)