From e6b4c8b27a1ddd45e1b3157d68ebacd83dd02cd5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 Mar 2023 23:03:58 -0800 Subject: [PATCH] chore(main): release 1.0.1 (#3) :robot: I have created a release *beep* *boop* --- ## [1.0.1](https://github.com/pndurette/gh-actions-auto-docs/compare/v1.0.0...v1.0.1) (2023-03-03) ### Bug Fixes * install package from action path ([235c37c](https://github.com/pndurette/gh-actions-auto-docs/commit/235c37cfc920daafc02fc6b14a36524c8328149a)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 9 ++++++++- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf10c84..8098d08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.1](https://github.com/pndurette/gh-actions-auto-docs/compare/v1.0.0...v1.0.1) (2023-03-03) + + +### Bug Fixes + +* install package from action path ([235c37c](https://github.com/pndurette/gh-actions-auto-docs/commit/235c37cfc920daafc02fc6b14a36524c8328149a)) + ## 1.0.0 (2023-03-03) -Initial realease! \ No newline at end of file +Initial realease! diff --git a/pyproject.toml b/pyproject.toml index a5a427d..4e3bf82 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "actiondocs" -version = "1.0.0" +version = "1.0.1" description = "A GitHub Actions Markdown docs generator" authors = [{name = "Pierre Nicolas Durette", email = "pndurette@gmail.com"}] requires-python = ">=3.7"