Skip to content

Commit 38bf4c7

Browse files
committed
Release 1.0.0-rc2.3
1 parent 88603bb commit 38bf4c7

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,14 @@ 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.3](https://github.com/zph/runbook/compare/1.0.0-rc2.2...1.0.0-rc2.3)
8+
79
#### [1.0.0-rc2.2](https://github.com/zph/runbook/compare/1.0.0-rc2.1...1.0.0-rc2.2)
810

11+
> 1 February 2025
12+
913
- Update shell implementation for deno [`8926272`](https://github.com/zph/runbook/commit/8926272d66f40605e9e80aa10ae11b7f255cb0a1)
14+
- Release 1.0.0-rc2.2 [`88603bb`](https://github.com/zph/runbook/commit/88603bb5bc43007c65bddeea2923aab4683ff590)
1015

1116
#### [1.0.0-rc2.1](https://github.com/zph/runbook/compare/1.0.0-rc2.0...1.0.0-rc2.1)
1217

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.0-rc2.2",
2+
"version": "1.0.0-rc2.3",
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.2"
1+
__version__ = "1.0.0-rc2.3"

0 commit comments

Comments
 (0)