Skip to content

Commit b874eb5

Browse files
committed
Release 0.3.5
1 parent 9c48365 commit b874eb5

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,18 @@ 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+
#### [0.3.5](https://github.com/zph/runbook/compare/0.3.4...0.3.5)
8+
9+
- Update npm packages related to release-it [`9c48365`](https://github.com/zph/runbook/commit/9c48365399140118aadaeccfbcfabc32e35c484d)
10+
- Add identifier to output folder as well as file [`00ea82d`](https://github.com/zph/runbook/commit/00ea82d250fe66d1698a9cfcd7ab1714b00705c9)
11+
712
#### [0.3.4](https://github.com/zph/runbook/compare/0.3.3...0.3.4)
813

14+
> 13 June 2024
15+
916
- Fix runbook run validations of filename for better DEVEX [`#15`](https://github.com/zph/runbook/issues/15) [`#13`](https://github.com/zph/runbook/issues/13)
1017
- Remove trailing hyphen when no identifier used [`#14`](https://github.com/zph/runbook/issues/14)
18+
- Release 0.3.4 [`9310b62`](https://github.com/zph/runbook/commit/9310b62bb067baed7f3a81115e5e23a0df2979dc)
1119

1220
#### [0.3.3](https://github.com/zph/runbook/compare/0.3.2...0.3.3)
1321

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.4",
2+
"version": "0.3.5",
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.4"
1+
__version__ = "0.3.5"

0 commit comments

Comments
 (0)