Skip to content

Commit 9310b62

Browse files
committed
Release 0.3.4
1 parent 07bb898 commit 9310b62

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +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.4](https://github.com/zph/runbook/compare/0.3.3...0.3.4)
8+
9+
- 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)
10+
- Remove trailing hyphen when no identifier used [`#14`](https://github.com/zph/runbook/issues/14)
11+
712
#### [0.3.3](https://github.com/zph/runbook/compare/0.3.2...0.3.3)
813

14+
> 15 April 2024
15+
916
- Update readme with new commands [`8957d87`](https://github.com/zph/runbook/commit/8957d87687bde487228b990d8e7100d8780a399a)
1017
- Add readme updates to pre-commit [`709880f`](https://github.com/zph/runbook/commit/709880f32e69c525a863647e4f46d834f9fec611)
11-
- Update readme [`cf86758`](https://github.com/zph/runbook/commit/cf867586d371ee2bd73283c8304a4ee0c8ed47ef)
18+
- Release 0.3.3 [`772b7bd`](https://github.com/zph/runbook/commit/772b7bd580272f83dd1c5c9acc2cacab2be9a48d)
1219

1320
#### [0.3.2](https://github.com/zph/runbook/compare/0.3.1...0.3.2)
1421

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

0 commit comments

Comments
 (0)