chore: prepare release v1.1.0

This commit is contained in:
2026-06-30 21:10:46 +02:00
parent 21ac1f7487
commit bff619bf84
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -5,7 +5,7 @@ All notable changes to **goget** are documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [development]
## [1.1.0] — 2026-06-30
### Added
@@ -302,3 +302,4 @@ network protocols — all in a single static binary with zero runtime dependenci
- `CONTRIBUTING.md` with Conventional Commits and release process.
[1.0.0]: https://codeberg.org/petrbalvin/goget/releases/tag/v1.0.0
[1.1.0]: https://codeberg.org/petrbalvin/goget/releases/tag/v1.1.0
+1 -1
View File
@@ -7,4 +7,4 @@ package core
const Name = "goget"
// Version is the goget release version. Follows SemVer.
var Version = "1.0.0"
var Version = "1.1.0"