Skip to content

Commit

Permalink
updating version to 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
sauljabin committed Jun 18, 2024
1 parent 0e6f2d2 commit 0a0fd54
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
6 changes: 5 additions & 1 deletion changelog.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 0a0fd54

Please sign in to comment.