From 0fe145bfe3fe2d9eec9ae88f67a0d61acd950d73 Mon Sep 17 00:00:00 2001 From: GitHub Action <> Date: Tue, 27 Feb 2024 14:06:50 +0000 Subject: [PATCH] Release 1.0.2 [skip ci] --- changelog.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index d8bfb1a..01209f5 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,9 @@ +## 1.0.2 (https://github.com/dronetag/gira/compare/v1.0.1...v1.0.2) (2024-2-27) + +### Bug Fixes + + * now missing revision in dependency won't crash the app 7e01430 + ## 1.0.1 (https://github.com/dronetag/gira/compare/v1.0.0...v1.0.1) (2024-2-26) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 6b48a85..74f3a2b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "gira" -version = "1.0.1" +version = "1.0.2" requires-python = ">=3.8" description = "GIRA places JIRA tickets from your dependencies into your commit message" readme = "README.md"