Skip to content

Commit

Permalink
Release 1.0.0-rc2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zph committed Jan 20, 2025
1 parent 5f483d9 commit 179280c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,17 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [1.0.0-rc2.0](https://github.com/zph/runbook/compare/1.0.0-rc2...1.0.0-rc2.0)

- Add e2e testing and restructure the README in preparations for v1 release [`#23`](https://github.com/zph/runbook/pull/23)
- Replace npm with deno for release-it [`d0ebbfc`](https://github.com/zph/runbook/commit/d0ebbfcdcd0bd29c752cd06ba36fec6449bc25c9)
- Expand e2e test cases [`83c1a63`](https://github.com/zph/runbook/commit/83c1a635bd62e053fea98f88d306bba06ac69df5)
- Simplify test setup [`70b5617`](https://github.com/zph/runbook/commit/70b5617e1f3edcff2dacf095f402365493940fa0)

#### [1.0.0-rc2](https://github.com/zph/runbook/compare/1.0.0-rc1...1.0.0-rc2)

> 19 January 2025
- Update readme and convert to using uv [`fd7377c`](https://github.com/zph/runbook/commit/fd7377ccad8191b02c9bed2db8ac426c7c49baa1)
- Tidy up testing file [`cad571f`](https://github.com/zph/runbook/commit/cad571ffc45a99a7d5e4b75d3b5341a105fd2898)
- Add show command [`f37cb96`](https://github.com/zph/runbook/commit/f37cb96f6b3188ddb1a60e0ae923bc709eb226cc)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-rc2",
"version": "1.0.0-rc2.0",
"devDependencies": {
"@release-it/bumper": "^6.0.1",
"release-it": "^17.0.3"
Expand Down
2 changes: 1 addition & 1 deletion runbook/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.0-rc2"
__version__ = "1.0.0-rc2.0"

0 comments on commit 179280c

Please sign in to comment.