From 07c722f5b10ffbedaac815ffc809f05dd1b63056 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 21:32:02 +0100 Subject: [PATCH] chore(main): release 0.11.1 (#158) * chore(main): release 0.11.1 * chore: reorder anchor --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: jo --- .github/release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 8e605c6..4c715e3 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1 +1 @@ -{".":"0.11.0"} +{".":"0.11.1"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 4963440..47f6f19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.11.1](https://github.com/jooola/gh-release-install/compare/v0.11.0...v0.11.1) (2023-12-18) + + +### Documentation + +* add support for python 3.12 ([e1f034b](https://github.com/jooola/gh-release-install/commit/e1f034b10609cf9c9df231cc328308a3de4e1ab8)) +* regenerate changelog ([a827693](https://github.com/jooola/gh-release-install/commit/a8276937d36006881b36b246463ece15df82fe53)) + ## [v0.11.0](https://github.com/jooola/gh-release-install/compare/v0.10.1...v0.11.0) (2023-05-30) diff --git a/pyproject.toml b/pyproject.toml index ce96dde..5167763 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gh_release_install" -version = "0.11.0" +version = "0.11.1" description = "CLI helper to install Github releases on your system." readme = "README.md" authors = ["Joola "]