Skip to content

Commit de6dc98

Browse files
Release v1.11.0 (#442)
Co-authored-by: miniscruff <[email protected]>
1 parent 3db0afb commit de6dc98

File tree

4 files changed

+12
-7
lines changed

4 files changed

+12
-7
lines changed

.changes/unreleased/Added-20230126-013735.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/v1.11.0.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## v1.11.0 on 2023-01-26
2+
3+
### Added
4+
5+
* [#439](https://github.com/miniscruff/changie/issues/439) Auto mode to batch and new which uses kind configs to automatically determine the next bump level

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
77
and is generated by [itself](https://github.com/miniscruff/changie).
88

9+
## v1.11.0 on 2023-01-26
10+
11+
### Added
12+
13+
* [#439](https://github.com/miniscruff/changie/issues/439) Auto mode to batch and new which uses kind configs to automatically determine the next bump level
14+
915
## v1.10.2 on 2022-12-19
1016

1117
### Fixed

docs/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ summaryLength = 30
4646
]
4747
enable_anchor_link = true
4848
issues_url = 'https://github.com/miniscruff/changie/issues/new'
49-
version = 'v1.10.2'
49+
version = 'v1.11.0'
5050

5151
[params.homepage_meta_tags]
5252
meta_description = "Changie is a file based changelog management tool."

0 commit comments

Comments
 (0)