chore: prepare release v1.1.0
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user