Skip to content

Commit 22f0377

Browse files
committed
chore: start v0.39.0 release cycle
- bump version to v0.39.0-dev - add v0.39 changelog template - update CHANGELOG.md with v0.39 link
1 parent 2a669d8 commit 22f0377

File tree

3 files changed

+27
-1
lines changed

3 files changed

+27
-1
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Kubo Changelogs
22

3+
- [v0.39](docs/changelogs/v0.39.md)
34
- [v0.38](docs/changelogs/v0.38.md)
45
- [v0.37](docs/changelogs/v0.37.md)
56
- [v0.36](docs/changelogs/v0.36.md)

β€Ždocs/changelogs/v0.39.mdβ€Ž

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Kubo changelog v0.39
2+
3+
<a href="https://ipshipyard.com/"><img align="right" src="https://github.com/user-attachments/assets/39ed3504-bb71-47f6-9bf8-cb9a1698f272" /></a>
4+
5+
This release was brought to you by the [Shipyard](https://ipshipyard.com/) team.
6+
7+
- [v0.39.0](#v0390)
8+
9+
## v0.39.0
10+
11+
- [Overview](#overview)
12+
- [πŸ”¦ Highlights](#-highlights)
13+
- [πŸ“¦οΈ Important dependency updates](#-important-dependency-updates)
14+
- [πŸ“ Changelog](#-changelog)
15+
- [πŸ‘¨β€πŸ‘©β€πŸ‘§β€πŸ‘¦ Contributors](#-contributors)
16+
17+
### Overview
18+
19+
### πŸ”¦ Highlights
20+
21+
### πŸ“¦οΈ Important dependency updates
22+
23+
### πŸ“ Changelog
24+
25+
### πŸ‘¨β€πŸ‘©β€πŸ‘§β€πŸ‘¦ Contributors

β€Žversion.goβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
var CurrentCommit string
1212

1313
// CurrentVersionNumber is the current application's version literal.
14-
const CurrentVersionNumber = "0.38.0-dev"
14+
const CurrentVersionNumber = "0.39.0-dev"
1515

1616
const ApiVersion = "/kubo/" + CurrentVersionNumber + "/" //nolint
1717

0 commit comments

Comments
Β (0)