File tree 3 files changed +10
-3
lines changed
3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 1.1.0] - 2024-07-14
11
+
10
12
### Changed
11
13
12
14
- Help message
@@ -78,7 +80,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
78
80
79
81
- Initial setup
80
82
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
82
85
[ 1.0.9 ] : https://github.com/sauljabin/changeloggh/compare/v1.0.8...v1.0.9
83
86
[ 1.0.8 ] : https://github.com/sauljabin/changeloggh/compare/v1.0.5...v1.0.8
84
87
[ 1.0.5 ] : https://github.com/sauljabin/changeloggh/compare/v1.0.4...v1.0.5
Original file line number Diff line number Diff line change 2
2
"repository": "https://github.com/sauljabin/changeloggh",
3
3
"versions": [
4
4
{
5
- "version": "Unreleased",
5
+ "version": "Unreleased"
6
+ },
7
+ {
8
+ "version": "1.1.0",
9
+ "date": "2024-07-14",
6
10
"changes": [
7
11
{
8
12
"type": "Changed",
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " changeloggh"
3
- version = " 1.0.10 "
3
+ version = " 1.1.0 "
4
4
description = " changeloggh is a command line tool that generates changelog files for github"
5
5
authors = [" Saúl Piña <sauljabin@gmail.com>" ]
6
6
license = " MIT"
You can’t perform that action at this time.
0 commit comments