Skip to content

Commit e02de30

Browse files
Semanticore Botbastianccm
Semanticore Bot
authored andcommitted
Release v0.6.0
1 parent 197af1e commit e02de30

File tree

1 file changed

+21
-98
lines changed

1 file changed

+21
-98
lines changed

Changelog.md

+21-98
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## Version v0.6.0 (2025-02-13)
4+
5+
### Features
6+
7+
- **changelog:** changelog-max-lines (e997da31)
8+
9+
### Fixes
10+
11+
- **deps:** update module github.com/go-git/go-git/v5 to v5.12.0 (#67) (1997f732)
12+
- **deps:** update module github.com/stretchr/testify to v1.9.0 (#70) (4d23fe38)
13+
14+
### Ops and CI/CD
15+
16+
- **github:** go min version 1.24 (197af1e1)
17+
- **github:** update ci and trim changelog (cf2d689e)
18+
19+
### Chores and tidying
20+
21+
- **go:** update dependencies (4376e075)
22+
- **deps:** update actions/setup-go action to v5 (#69) (5cd58d42)
23+
324
## Version v0.5.2 (2023-10-31)
425

526
### Fixes
@@ -95,101 +116,3 @@
95116

96117
- **gitlab:** search only for release branch in mr (a749aa6e)
97118
- **gitlab:** search only for release branch in mr (49ccf332)
98-
99-
## Version v0.2.4 (2022-03-18)
100-
101-
### Fixes
102-
103-
- **versions:** default use v prefix (b6f5a7d6)
104-
- **deps:** update module github.com/stretchr/testify to v1.7.1 (74288dfe)
105-
106-
## Version v0.2.3 (2022-03-14)
107-
108-
### Fixes
109-
110-
- avoid nil pointer for repos without existing tags (59be6d2e)
111-
112-
## Version v0.2.2 (2022-03-14)
113-
114-
### Fixes
115-
116-
- **changelog:** always include vPrefix (a056ad8e)
117-
118-
## Version 0.2.1 (2022-03-14)
119-
120-
### Fixes
121-
122-
- **log:** use BFS with additional ancestor check (33bcfc1a)
123-
124-
## Version 0.2.0 (2022-03-14)
125-
126-
### Features
127-
128-
- **versions:** add -no-v-prefix to remove v on versions (a723f8bc)
129-
130-
### Fixes
131-
132-
- **cli:** remove unused tag flag (a7c61016)
133-
- **tags:** error in condition (49259f24)
134-
- **commit message:** parse more exotic commits (ec033bd2)
135-
- **semanticore:** do not commit without SEMANTICORE_TOKEN (5b8588ae)
136-
- **commit message:** include semanticore link (e47e6d43)
137-
138-
### Ops and CI/CD
139-
140-
- **semanticore:** do not rely on cached dev versions in CI (2e1163d5)
141-
142-
### Documentation
143-
144-
- **readme:** add table of commit types (2518e4c2)
145-
146-
## Version v0.1.3 (2022-03-07)
147-
148-
### Fixes
149-
150-
- **tags:** correctly handle lightweight and annotated tags (6dd9a41e)
151-
- **versions:** correctly parse existing version tags (#13) (24f407a5)
152-
- **merge-request:** correctly show major release (#11) (2f7d6305)
153-
154-
## Version v0.1.2 (2022-03-04)
155-
156-
### Fixes
157-
158-
- **release-commits:** parse merge requests with one line (013ec753)
159-
- **releases:** include changelog in docs (#9) (1c357053)
160-
161-
### Documentation
162-
163-
- **semanticore:** suggest using v0 instead of main (0679b50b)
164-
165-
## Version v0.1.1 (2022-03-04)
166-
167-
### Fixes
168-
169-
- **commitparser:** correctly identify release commits (6f8cd9a8)
170-
- **github:** correctly parse github release commits (cf296de5)
171-
172-
## Version v0.1.0 (2022-03-04)
173-
174-
### Features
175-
176-
- **semanticore:** release semanticore (ff66964d)
177-
178-
### Fixes
179-
180-
- **github:** use correct method for closing PRs (e382ebb0)
181-
182-
### Ops and CI/CD
183-
184-
- **github:** fetch history for semanticore job (af2ae333)
185-
- **github:** fetch history (829c1011)
186-
187-
### Documentation
188-
189-
- **github:** use actions v3 (e324eea0)
190-
191-
### Chores and tidying
192-
193-
- **deps:** update actions/setup-go action to v3 (#7) (da2a0467)
194-
- **deps:** update actions/checkout action to v3 (#6) (8a5c4115)
195-

0 commit comments

Comments
 (0)