Skip to content

Commit f0a2a18

Browse files
committed
Release 1.0.0-rc1
1 parent 857587b commit f0a2a18

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,19 @@ 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-rc1](https://github.com/zph/runbook/compare/0.3.5...1.0.0-rc1)
8+
9+
- Add auto prompting during plan if no args supplied [`#19`](https://github.com/zph/runbook/pull/19)
10+
- Initial implementation of auto-prompting [`c8cb128`](https://github.com/zph/runbook/commit/c8cb12823e9c8bafe21c44e441bb57afcfbe7eab)
11+
- Fix python auto-planning [`fbd0259`](https://github.com/zph/runbook/commit/fbd0259ca481e849e84bc71b3f525c84210af8aa)
12+
- Update readme for install requirements [`03b8434`](https://github.com/zph/runbook/commit/03b84346abdc17290bf961ace3060e5d195f1ce6)
13+
714
#### [0.3.5](https://github.com/zph/runbook/compare/0.3.4...0.3.5)
815

16+
> 14 June 2024
17+
918
- Update npm packages related to release-it [`9c48365`](https://github.com/zph/runbook/commit/9c48365399140118aadaeccfbcfabc32e35c484d)
19+
- Release 0.3.5 [`b874eb5`](https://github.com/zph/runbook/commit/b874eb5b98e29eee20072f6fa543106d1c0e2c0d)
1020
- Add identifier to output folder as well as file [`00ea82d`](https://github.com/zph/runbook/commit/00ea82d250fe66d1698a9cfcd7ab1714b00705c9)
1121

1222
#### [0.3.4](https://github.com/zph/runbook/compare/0.3.3...0.3.4)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.3.5",
2+
"version": "1.0.0-rc1",
33
"devDependencies": {
44
"@release-it/bumper": "^6.0.1",
55
"release-it": "^17.0.3"

runbook/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.3.5"
1+
__version__ = "1.0.0-rc1"

0 commit comments

Comments
 (0)