Skip to content

Commit bdea062

Browse files
committedJul 14, 2024··
updating version to 1.1.0
1 parent ee7f8c0 commit bdea062

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed
 

‎CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.1.0] - 2024-07-14
11+
1012
### Changed
1113

1214
- Help message
@@ -78,7 +80,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7880

7981
- Initial setup
8082

81-
[Unreleased]: https://github.com/sauljabin/changeloggh/compare/v1.0.9...HEAD
83+
[Unreleased]: https://github.com/sauljabin/changeloggh/compare/v1.1.0...HEAD
84+
[1.1.0]: https://github.com/sauljabin/changeloggh/compare/v1.0.9...v1.1.0
8285
[1.0.9]: https://github.com/sauljabin/changeloggh/compare/v1.0.8...v1.0.9
8386
[1.0.8]: https://github.com/sauljabin/changeloggh/compare/v1.0.5...v1.0.8
8487
[1.0.5]: https://github.com/sauljabin/changeloggh/compare/v1.0.4...v1.0.5

‎changelog.lock

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
"repository": "https://github.com/sauljabin/changeloggh",
33
"versions": [
44
{
5-
"version": "Unreleased",
5+
"version": "Unreleased"
6+
},
7+
{
8+
"version": "1.1.0",
9+
"date": "2024-07-14",
610
"changes": [
711
{
812
"type": "Changed",

‎pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "changeloggh"
3-
version = "1.0.10"
3+
version = "1.1.0"
44
description = "changeloggh is a command line tool that generates changelog files for github"
55
authors = ["Saúl Piña <sauljabin@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)
Please sign in to comment.