Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Kubo Changelogs

- [v0.43](docs/changelogs/v0.43.md)
- [v0.42](docs/changelogs/v0.42.md)
- [v0.41](docs/changelogs/v0.41.md)
- [v0.40](docs/changelogs/v0.40.md)
Expand Down
22 changes: 22 additions & 0 deletions docs/changelogs/v0.43.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Kubo changelog v0.43

<a href="https://ipshipyard.com/"><img align="right" src="https://github.com/user-attachments/assets/39ed3504-bb71-47f6-9bf8-cb9a1698f272" /></a>

This release was brought to you by the [Shipyard](https://ipshipyard.com/) team.

- [v0.43.0](#v0430)

## v0.43.0

- [Overview](#overview)
- [🔦 Highlights](#-highlights)
- [📝 Changelog](#-changelog)
- [👨‍👩‍👧‍👦 Contributors](#-contributors)

### Overview

### 🔦 Highlights

### 📝 Changelog

### 👨‍👩‍👧‍👦 Contributors
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ var CurrentCommit string
var taggedRelease string

// CurrentVersionNumber is the current application's version literal.
const CurrentVersionNumber = "0.41.0-dev"
const CurrentVersionNumber = "0.42.0-dev"

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

Expand Down
Loading