Skip to content

Commit 772b7bd

Browse files
committed
Release 0.3.3
1 parent 07c253a commit 772b7bd

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +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+
#### [0.3.3](https://github.com/zph/runbook/compare/0.3.2...0.3.3)
8+
9+
- Update readme with new commands [`8957d87`](https://github.com/zph/runbook/commit/8957d87687bde487228b990d8e7100d8780a399a)
10+
- 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)
12+
713
#### [0.3.2](https://github.com/zph/runbook/compare/0.3.1...0.3.2)
814

15+
> 13 April 2024
16+
917
- Auto format all the things [`9f4440d`](https://github.com/zph/runbook/commit/9f4440dba6e0f0aa0a1220e8b26b0c16f3479136)
1018
- Add diff function for runbooks [`61588cf`](https://github.com/zph/runbook/commit/61588cfbdf50872435c0e83cd0429bc7123e6406)
11-
- Update README.md [`7738a15`](https://github.com/zph/runbook/commit/7738a1583369e835a2fb4cd646521bbe6ce223f0)
19+
- Release 0.3.2 [`7afc778`](https://github.com/zph/runbook/commit/7afc778b26d0664a54f5bd9bc2e593173b130c53)
1220

1321
#### [0.3.1](https://github.com/zph/runbook/compare/0.3.0...0.3.1)
1422

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

0 commit comments

Comments
 (0)