Skip to content

Commit 88603bb

Browse files
committed
Release 1.0.0-rc2.2
1 parent 8926272 commit 88603bb

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,17 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [1.0.0-rc2.2](https://github.com/zph/runbook/compare/1.0.0-rc2.1...1.0.0-rc2.2)
8+
9+
- Update shell implementation for deno [`8926272`](https://github.com/zph/runbook/commit/8926272d66f40605e9e80aa10ae11b7f255cb0a1)
10+
711
#### [1.0.0-rc2.1](https://github.com/zph/runbook/compare/1.0.0-rc2.0...1.0.0-rc2.1)
812

13+
> 20 January 2025
14+
915
- Improve discoverability [`d68237e`](https://github.com/zph/runbook/commit/d68237ebb39701e7be1eb7aac5e405c9d6486c5d)
16+
- Release 1.0.0-rc2.1 [`0005afd`](https://github.com/zph/runbook/commit/0005afd36fb204201085f3b22c26fe04d87fff41)
1017
- Update template [`bc40326`](https://github.com/zph/runbook/commit/bc40326112ea1fa57e0f14dd18a3b640c50ef123)
11-
- Move performance info to docs [`23119e9`](https://github.com/zph/runbook/commit/23119e9033ca14e10e81f3a898fdf6cd71735160)
1218

1319
#### [1.0.0-rc2.0](https://github.com/zph/runbook/compare/1.0.0-rc2...1.0.0-rc2.0)
1420

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.0-rc2.1",
2+
"version": "1.0.0-rc2.2",
33
"devDependencies": {
44
"@release-it/bumper": "^6.0.1",
55
"release-it": "^17.0.3"

runbook/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.0-rc2.1"
1+
__version__ = "1.0.0-rc2.2"

0 commit comments

Comments
 (0)