Skip to content

Commit de40881

Browse files
chore(release): 1.3.0 [skip ci]
## [1.3.0](v1.2.0...v1.3.0) (2026-02-09) ### Features * add pull command ([#20](#20)) ([a2b4df1](a2b4df1)) * **hooks:** repo-specific create hooks ([#22](#22)) ([74d33dd](74d33dd)) * **sync:** add branch alignment workflow ([#21](#21)) ([c2c758b](c2c758b)) ### Bug Fixes * **create:** honor dry-run plan output ([#23](#23)) ([c9a0a97](c9a0a97)) * **pull:** handle repos without upstream ([404a759](404a759))
1 parent c9a0a97 commit de40881

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [1.3.0](https://github.com/corwinm/arashi/compare/v1.2.0...v1.3.0) (2026-02-09)
2+
3+
### Features
4+
5+
* add pull command ([#20](https://github.com/corwinm/arashi/issues/20)) ([a2b4df1](https://github.com/corwinm/arashi/commit/a2b4df16f63e5265229a64f747b3c60f4a338205))
6+
* **hooks:** repo-specific create hooks ([#22](https://github.com/corwinm/arashi/issues/22)) ([74d33dd](https://github.com/corwinm/arashi/commit/74d33dd17eb25d47744706245a9c79cac50d30d6))
7+
* **sync:** add branch alignment workflow ([#21](https://github.com/corwinm/arashi/issues/21)) ([c2c758b](https://github.com/corwinm/arashi/commit/c2c758b4339c3f9c29fc6dd9cb30451a8c77d8ae))
8+
9+
### Bug Fixes
10+
11+
* **create:** honor dry-run plan output ([#23](https://github.com/corwinm/arashi/issues/23)) ([c9a0a97](https://github.com/corwinm/arashi/commit/c9a0a9721d79f51f287a5062aae02b8cbe1d1cef))
12+
* **pull:** handle repos without upstream ([404a759](https://github.com/corwinm/arashi/commit/404a7591baa43d610bca93b04cda0af27e59dc1b))
13+
114
## [1.2.0](https://github.com/corwinm/arashi/compare/v1.1.3...v1.2.0) (2026-02-08)
215

316
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "arashi",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "Git worktree manager for meta-repositories - The eye of the storm for your development workflow",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)