Skip to content

Commit 0005afd

Browse files
committed
Release 1.0.0-rc2.1
1 parent bc40326 commit 0005afd

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,16 @@ 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.1](https://github.com/zph/runbook/compare/1.0.0-rc2.0...1.0.0-rc2.1)
8+
9+
- Improve discoverability [`d68237e`](https://github.com/zph/runbook/commit/d68237ebb39701e7be1eb7aac5e405c9d6486c5d)
10+
- Update template [`bc40326`](https://github.com/zph/runbook/commit/bc40326112ea1fa57e0f14dd18a3b640c50ef123)
11+
- Move performance info to docs [`23119e9`](https://github.com/zph/runbook/commit/23119e9033ca14e10e81f3a898fdf6cd71735160)
12+
713
#### [1.0.0-rc2.0](https://github.com/zph/runbook/compare/1.0.0-rc2...1.0.0-rc2.0)
814

15+
> 20 January 2025
16+
917
- Add e2e testing and restructure the README in preparations for v1 release [`#23`](https://github.com/zph/runbook/pull/23)
1018
- Replace npm with deno for release-it [`d0ebbfc`](https://github.com/zph/runbook/commit/d0ebbfcdcd0bd29c752cd06ba36fec6449bc25c9)
1119
- Expand e2e test cases [`83c1a63`](https://github.com/zph/runbook/commit/83c1a635bd62e053fea98f88d306bba06ac69df5)

package.json

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

0 commit comments

Comments
 (0)