Skip to content

Commit 110fe8b

Browse files
authored
chore: Bump package version
1 parent 788b6f8 commit 110fe8b

File tree

4 files changed

+26
-5
lines changed

4 files changed

+26
-5
lines changed

.cz.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
commitizen:
33
name: cz_conventional_commits
44
tag_format: v$major.$minor.$patch$prerelease
5-
version: 2.1.0
5+
version: 2.2.0
66
version_files:
7-
- 'api/internal/config.go:^ Version ='
7+
- api/internal/config.go:^ Version =
88
- 'charts/autoversioned/Chart.yaml:^version:'
99
- 'charts/autoversioned/Chart.yaml:^appVersion:'

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
## v2.2.0 (2023-02-24)
2+
3+
### Feat
4+
5+
- add port forwarding
6+
7+
### Fix
8+
9+
- build executables from other directories
10+
11+
## v2.1.0 (2023-02-24)
12+
13+
### Feat
14+
15+
- **core**: split modules for golang api
16+
- add skaffold configuration + some minor rearrangement inside github repo
17+
18+
### Fix
19+
20+
- test caching
21+
122
## v2.0.1 (2023-02-24)
223

324
### Fix

api/internal/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package internal
22

33
var (
4-
Version = "2.1.0"
4+
Version = "2.2.0"
55
)

charts/autoversioned/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22

33
name: autoversioned
44

5-
version: 2.1.0
6-
appVersion: 2.1.0
5+
version: 2.2.0
6+
appVersion: 2.2.0
77

88
type: application

0 commit comments

Comments
 (0)