From 0a0fd54f0747ce6f9379a464f77a8dea1f7e816e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Pi=C3=B1a?= Date: Tue, 18 Jun 2024 17:38:08 -0500 Subject: [PATCH] updating version to 1.0.8 --- CHANGELOG.md | 5 ++++- changelog.lock | 6 +++++- pyproject.toml | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2794759..90df670 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.8] - 2024-06-18 + ### Fixed - get version @@ -65,7 +67,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial setup -[Unreleased]: https://github.com/sauljabin/changeloggh/compare/v1.0.5...HEAD +[Unreleased]: https://github.com/sauljabin/changeloggh/compare/v1.0.8...HEAD +[1.0.8]: https://github.com/sauljabin/changeloggh/compare/v1.0.5...v1.0.8 [1.0.5]: https://github.com/sauljabin/changeloggh/compare/v1.0.4...v1.0.5 [1.0.4]: https://github.com/sauljabin/changeloggh/compare/v1.0.3...v1.0.4 [1.0.3]: https://github.com/sauljabin/changeloggh/compare/v1.0.2...v1.0.3 diff --git a/changelog.lock b/changelog.lock index c11da12..75bcce7 100644 --- a/changelog.lock +++ b/changelog.lock @@ -2,7 +2,11 @@ "repository": "https://github.com/sauljabin/changeloggh", "versions": [ { - "version": "Unreleased", + "version": "Unreleased" + }, + { + "version": "1.0.8", + "date": "2024-06-18", "changes": [ { "type": "Fixed", diff --git a/pyproject.toml b/pyproject.toml index 477b124..72d1898 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "changeloggh" -version = "1.0.7" +version = "1.0.8" description = "changeloggh is a command line tool that generates changelog files for github" authors = ["Saúl Piña "] license = "MIT"