You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+64-8Lines changed: 64 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,125 +6,181 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
7
7
and is generated by [itself](https://github.com/miniscruff/changie).
8
8
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
+
9
20
## v1.7.0 on 2022-05-16
21
+
10
22
### Added
23
+
11
24
*[#311](https://github.com/miniscruff/changie/issues/311) Option to customize filename for change fragments
12
25
*[#312](https://github.com/miniscruff/changie/issues/312) Option to specify custom choices are optional
13
26
*[#297](https://github.com/miniscruff/changie/issues/297) Major, minor, patch, prerelease and metadata values for templates that include the latest version
14
27
15
28
## v1.6.1 on 2022-03-19
29
+
16
30
### 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
18
31
32
+
*[#292](https://github.com/miniscruff/changie/issues/292) Version should not include minor or patch values if not included as argument to batch
19
33
20
34
## v1.6.0 on 2022-03-17
35
+
21
36
### Added
37
+
22
38
*[#283](https://github.com/miniscruff/changie/issues/283) skip-prereleases option to latest command
39
+
23
40
### Fixed
41
+
24
42
*[#284](https://github.com/miniscruff/changie/issues/284) next command enforces argument to be major, minor or patch
25
43
26
44
## v1.5.1 on 2022-02-23
45
+
27
46
### Fixed
47
+
28
48
*[#263](https://github.com/miniscruff/changie/issues/263) Includes option properly deletes files included
29
49
*[#264](https://github.com/miniscruff/changie/issues/264) Includes option deletes the directory if no files remain
30
50
31
51
## v1.5.0 on 2022-02-22
52
+
32
53
### Added
54
+
33
55
*[#247](https://github.com/miniscruff/changie/issues/247) Prerelease and metadata options for next and batch
34
56
*[#248](https://github.com/miniscruff/changie/issues/248) Option to move unreleased files after batching
35
57
*[#249](https://github.com/miniscruff/changie/issues/249) Option to include additional directories of change files when batching versions
36
58
*[#250](https://github.com/miniscruff/changie/issues/250) Option to remove prerelease versions when batching
37
59
38
60
## v1.4.0 on 2022-02-17
61
+
39
62
### Added
63
+
40
64
*[#225](https://github.com/miniscruff/changie/issues/225) Previous version field to version header template data
41
65
*[#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
42
66
*[#229](https://github.com/miniscruff/changie/issues/229) Allow for use of sprig functions in templates
43
67
*[#230](https://github.com/miniscruff/changie/issues/230) Header and footer templates config options for batch command
44
68
*[#240](https://github.com/miniscruff/changie/issues/240) Header and footer files can use go templates and sprig functions
45
69
*[#240](https://github.com/miniscruff/changie/issues/240) Template functions for working with changes for header and footer files or templates
70
+
46
71
### Changed
72
+
47
73
*[#235](https://github.com/miniscruff/changie/issues/235) Create files without exec bit (+x)
48
74
*[#243](https://github.com/miniscruff/changie/issues/243) Changes are sorted oldest first instead of newest first
75
+
49
76
### Deprecated
77
+
50
78
*[#228](https://github.com/miniscruff/changie/issues/228) Batch commands `--headerPath` argument, use `--header-path` instead
51
79
52
80
## v1.3.0 on 2022-01-28
81
+
53
82
### Added
83
+
54
84
*[#203](https://github.com/miniscruff/changie/issues/203) dry-run option to merge command
55
85
*[#202](https://github.com/miniscruff/changie/issues/202) dry-run option to new command
56
86
*[#201](https://github.com/miniscruff/changie/issues/201) dry-run option to batch command
57
87
*[#196](https://github.com/miniscruff/changie/issues/196) Keep option to batch command to not delete fragments
88
+
58
89
### Changed
90
+
59
91
*[#204](https://github.com/miniscruff/changie/issues/204) Default directory name to .changes for `init` command
60
92
61
93
## v1.2.0 on 2021-11-10
94
+
62
95
### Added
96
+
63
97
*[#180](https://github.com/miniscruff/changie/issues/180) Regular expression flag option for replacements
64
98
65
99
## v1.1.0 on 2021-10-24
100
+
66
101
### Added
102
+
67
103
*[#166](https://github.com/miniscruff/changie/issues/166) Option to use environment variable for config path
68
104
*[#166](https://github.com/miniscruff/changie/issues/166) Try and load .changie.yml if .changie.yaml fails
69
105
70
-
71
106
## v1.0.0 on 2021-09-04
107
+
72
108
With this release Changie aims to maintain compatibility for the CLI and options.
73
109
Support for and use of Changie as an imported package is not recommended.
74
110
75
-
76
111
## v0.7.0 on 2021-07-12
112
+
77
113
### Added
114
+
78
115
*[#123](https://github.com/miniscruff/changie/issues/123) Option to customize body prompt similar to string choice
79
116
*[#123](https://github.com/miniscruff/changie/issues/123) Min and max length checks for string choices
80
117
*[#136](https://github.com/miniscruff/changie/issues/136) Option for additional choices per kind
81
118
*[#136](https://github.com/miniscruff/changie/issues/136) Option to skip global choices per kind
82
119
*[#136](https://github.com/miniscruff/changie/issues/136) Option to skip body prompts per kind
83
120
*[#137](https://github.com/miniscruff/changie/issues/137) Change format option per kind
121
+
84
122
### Changed
85
-
*[#141](https://github.com/miniscruff/changie/issues/141) Default kind format does not have a newline to start
86
123
124
+
*[#141](https://github.com/miniscruff/changie/issues/141) Default kind format does not have a newline to start
0 commit comments