Skip to content

Commit 0fdea6b

Browse files
Release v1.8.0 (#331)
Co-authored-by: miniscruff <[email protected]>
1 parent 70fb4fb commit 0fdea6b

File tree

5 files changed

+74
-24
lines changed

5 files changed

+74
-24
lines changed

.changes/unreleased/Added-20220529-001741.yaml

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

.changes/unreleased/Added-20220618-005941.yaml

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

.changes/unreleased/Changed-20220617-232901.yaml

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

.changes/v1.8.0.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## v1.8.0 on 2022-06-21
2+
3+
### Added
4+
5+
* [#238](https://github.com/miniscruff/changie/issues/238) Options to add additional newlines before and after elements in batch files
6+
* [#323](https://github.com/miniscruff/changie/issues/323) Options to add additional newlines before and after elements when merging a changelog file
7+
8+
### Changed
9+
10+
* [#324](https://github.com/miniscruff/changie/issues/324) Header path is now optional when merging the changelog

CHANGELOG.md

Lines changed: 64 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,125 +6,181 @@ 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.8.0 on 2022-06-21
10+
11+
### Added
12+
13+
* [#238](https://github.com/miniscruff/changie/issues/238) Options to add additional newlines before and after elements in batch files
14+
* [#323](https://github.com/miniscruff/changie/issues/323) Options to add additional newlines before and after elements when merging a changelog file
15+
16+
### Changed
17+
18+
* [#324](https://github.com/miniscruff/changie/issues/324) Header path is now optional when merging the changelog
19+
920
## v1.7.0 on 2022-05-16
21+
1022
### Added
23+
1124
* [#311](https://github.com/miniscruff/changie/issues/311) Option to customize filename for change fragments
1225
* [#312](https://github.com/miniscruff/changie/issues/312) Option to specify custom choices are optional
1326
* [#297](https://github.com/miniscruff/changie/issues/297) Major, minor, patch, prerelease and metadata values for templates that include the latest version
1427

1528
## v1.6.1 on 2022-03-19
29+
1630
### Fixed
17-
* [#292](https://github.com/miniscruff/changie/issues/292) Version should not include minor or patch values if not included as argument to batch
1831

32+
* [#292](https://github.com/miniscruff/changie/issues/292) Version should not include minor or patch values if not included as argument to batch
1933

2034
## v1.6.0 on 2022-03-17
35+
2136
### Added
37+
2238
* [#283](https://github.com/miniscruff/changie/issues/283) skip-prereleases option to latest command
39+
2340
### Fixed
41+
2442
* [#284](https://github.com/miniscruff/changie/issues/284) next command enforces argument to be major, minor or patch
2543

2644
## v1.5.1 on 2022-02-23
45+
2746
### Fixed
47+
2848
* [#263](https://github.com/miniscruff/changie/issues/263) Includes option properly deletes files included
2949
* [#264](https://github.com/miniscruff/changie/issues/264) Includes option deletes the directory if no files remain
3050

3151
## v1.5.0 on 2022-02-22
52+
3253
### Added
54+
3355
* [#247](https://github.com/miniscruff/changie/issues/247) Prerelease and metadata options for next and batch
3456
* [#248](https://github.com/miniscruff/changie/issues/248) Option to move unreleased files after batching
3557
* [#249](https://github.com/miniscruff/changie/issues/249) Option to include additional directories of change files when batching versions
3658
* [#250](https://github.com/miniscruff/changie/issues/250) Option to remove prerelease versions when batching
3759

3860
## v1.4.0 on 2022-02-17
61+
3962
### Added
63+
4064
* [#225](https://github.com/miniscruff/changie/issues/225) Previous version field to version header template data
4165
* [#222](https://github.com/miniscruff/changie/issues/222) Footers can be inserted at the end of version files using version footer flag or version footer config
4266
* [#229](https://github.com/miniscruff/changie/issues/229) Allow for use of sprig functions in templates
4367
* [#230](https://github.com/miniscruff/changie/issues/230) Header and footer templates config options for batch command
4468
* [#240](https://github.com/miniscruff/changie/issues/240) Header and footer files can use go templates and sprig functions
4569
* [#240](https://github.com/miniscruff/changie/issues/240) Template functions for working with changes for header and footer files or templates
70+
4671
### Changed
72+
4773
* [#235](https://github.com/miniscruff/changie/issues/235) Create files without exec bit (+x)
4874
* [#243](https://github.com/miniscruff/changie/issues/243) Changes are sorted oldest first instead of newest first
75+
4976
### Deprecated
77+
5078
* [#228](https://github.com/miniscruff/changie/issues/228) Batch commands `--headerPath` argument, use `--header-path` instead
5179

5280
## v1.3.0 on 2022-01-28
81+
5382
### Added
83+
5484
* [#203](https://github.com/miniscruff/changie/issues/203) dry-run option to merge command
5585
* [#202](https://github.com/miniscruff/changie/issues/202) dry-run option to new command
5686
* [#201](https://github.com/miniscruff/changie/issues/201) dry-run option to batch command
5787
* [#196](https://github.com/miniscruff/changie/issues/196) Keep option to batch command to not delete fragments
88+
5889
### Changed
90+
5991
* [#204](https://github.com/miniscruff/changie/issues/204) Default directory name to .changes for `init` command
6092

6193
## v1.2.0 on 2021-11-10
94+
6295
### Added
96+
6397
* [#180](https://github.com/miniscruff/changie/issues/180) Regular expression flag option for replacements
6498

6599
## v1.1.0 on 2021-10-24
100+
66101
### Added
102+
67103
* [#166](https://github.com/miniscruff/changie/issues/166) Option to use environment variable for config path
68104
* [#166](https://github.com/miniscruff/changie/issues/166) Try and load .changie.yml if .changie.yaml fails
69105

70-
71106
## v1.0.0 on 2021-09-04
107+
72108
With this release Changie aims to maintain compatibility for the CLI and options.
73109
Support for and use of Changie as an imported package is not recommended.
74110

75-
76111
## v0.7.0 on 2021-07-12
112+
77113
### Added
114+
78115
* [#123](https://github.com/miniscruff/changie/issues/123) Option to customize body prompt similar to string choice
79116
* [#123](https://github.com/miniscruff/changie/issues/123) Min and max length checks for string choices
80117
* [#136](https://github.com/miniscruff/changie/issues/136) Option for additional choices per kind
81118
* [#136](https://github.com/miniscruff/changie/issues/136) Option to skip global choices per kind
82119
* [#136](https://github.com/miniscruff/changie/issues/136) Option to skip body prompts per kind
83120
* [#137](https://github.com/miniscruff/changie/issues/137) Change format option per kind
121+
84122
### Changed
85-
* [#141](https://github.com/miniscruff/changie/issues/141) Default kind format does not have a newline to start
86123

124+
* [#141](https://github.com/miniscruff/changie/issues/141) Default kind format does not have a newline to start
87125

88126
## v0.6.0 on 2021-07-04
127+
89128
### Added
129+
90130
* [#116](https://github.com/miniscruff/changie/issues/116) Optional component layer above kinds
131+
91132
### Changed
133+
92134
* [#118](https://github.com/miniscruff/changie/issues/118) Kinds can be extended with custom headers
93135
* [#116](https://github.com/miniscruff/changie/issues/116) Kind prompt can be toggled off
94136
* [#116](https://github.com/miniscruff/changie/issues/116) Kind headers are now optional
95137

96-
97138
## v0.5.0 on 2021-05-10
139+
98140
### Added
141+
99142
* [#92](https://github.com/miniscruff/changie/issues/92) Option to include a header file when batching fragments into a version file.
100143
* [#98](https://github.com/miniscruff/changie/issues/98) Next command that echoes the latest version incremented by one.
101144
* [#100](https://github.com/miniscruff/changie/issues/100) Batch now supports bumping major, minor, and patch
102145

103-
104146
## v0.4.1 on 2021-02-23
147+
105148
### Fixed
149+
106150
* [#48](https://github.com/miniscruff/changie/issues/48) Add maintainer to deb and rpm releases
107151
* [#48](https://github.com/miniscruff/changie/issues/48) Update homepage in releases to changie.dev
108152

109-
110153
## v0.4.0 on 2021-01-01
154+
111155
### Added
156+
112157
* [#34](https://github.com/miniscruff/changie/issues/34) Option to find and replace in files during merge command
158+
113159
### Fixed
114-
* [#33](https://github.com/miniscruff/changie/issues/33) Latest command when no releases exist will return v0.0.0 instead of panicking
115160

161+
* [#33](https://github.com/miniscruff/changie/issues/33) Latest command when no releases exist will return v0.0.0 instead of panicking
116162

117163
## v0.3.0 on 2020-12-28
164+
118165
### Added
166+
119167
* [#29](https://github.com/miniscruff/changie/issues/29) Reference to changie in default header template
168+
120169
### Changed
170+
121171
* [#28](https://github.com/miniscruff/changie/issues/28) Custom choices is now an array of Custom instead of a map
172+
122173
### Fixed
174+
123175
* [#25](https://github.com/miniscruff/changie/issues/25) Incorrect file permissions on init when creating unreleased directory
124176

125177
## v0.2.0 on 2020-12-27
178+
126179
### Changed
180+
127181
* [#22](https://github.com/miniscruff/changie/issues/22) Remove prefix argument in latest command is now a bool
128182

129183
## v0.1.0 on 2020-12-20
184+
130185
Initial release
186+

0 commit comments

Comments
 (0)