Skip to content

Commit 2b54006

Browse files
authored
upgrade to 2.1.0 (#31)
* upgrade to 2.1.0 * readme
1 parent f6c101f commit 2b54006

3 files changed

Lines changed: 15 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,19 @@
22

33
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
44

5-
## [2.1.0](https://github.com/slackhq/gh-stacked-diff/compare/v2.0.11...v2.1.0) - 2026-03-22
5+
## [2.1.0](https://github.com/slackhq/gh-stacked-diff/compare/v2.0.12...v2.1.0) - 2026-03-23
6+
7+
### Added
8+
9+
- `log` now has "--status" and "--poll" flags that displays Github PR status.
10+
11+
### Changed
12+
13+
- `update` now waits 10 seconds before checking status.
14+
- All poll intervals now use the config pollInterval value.
15+
- `--merge` flag now implies to mark PR as ready when checks pass, so the prompt is skipped.
16+
17+
## [2.0.12](https://github.com/slackhq/gh-stacked-diff/compare/v2.0.11...v2.0.12) - 2026-03-22
618

719
### Added
820

util/current_version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.12
1+
2.1.0

util/stable_version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.12
1+
2.1.0

0 commit comments

Comments
 (0)