Prepare next development cycle (1.0.2)
All checks were successful
/ build (push) Successful in 3m11s

This commit is contained in:
Varakh 2023-12-23 23:16:24 +01:00
parent 0d80827cb4
commit 0cd3278f96
4 changed files with 7 additions and 3 deletions

View file

@ -5,7 +5,7 @@ on:
env: env:
VERSION_MAJOR: 1 VERSION_MAJOR: 1
VERSION_MINOR: 0 VERSION_MINOR: 0
VERSION_PATCH: 1 VERSION_PATCH: 2
IMAGE_TAG: varakh/upda IMAGE_TAG: varakh/upda
IMAGE_TAG_PRIVATE: git.myservermanager.com/varakh/upda IMAGE_TAG_PRIVATE: git.myservermanager.com/varakh/upda
FORGEJO_URL: https://git.myservermanager.com FORGEJO_URL: https://git.myservermanager.com

View file

@ -2,6 +2,10 @@
Changes adhere to [semantic versioning](https://semver.org). Changes adhere to [semantic versioning](https://semver.org).
## [1.0.2] - UNRELEASED
* ...
## [1.0.1] - 2023/12/23 ## [1.0.1] - 2023/12/23
* Disable cleaning up stale updates and events by default * Disable cleaning up stale updates and events by default

View file

@ -5,7 +5,7 @@ info:
license: license:
name: GPLv3 name: GPLv3
url: https://www.gnu.org/licenses/gpl-3.0.en.html url: https://www.gnu.org/licenses/gpl-3.0.en.html
version: 1.0.1 version: 1.0.2
externalDocs: externalDocs:
description: Find out more about the project description: Find out more about the project
url: https://git.myservermanager.com/varakh/upda url: https://git.myservermanager.com/varakh/upda

View file

@ -2,5 +2,5 @@ package server
const ( const (
Name = "upda" Name = "upda"
Version = "1.0.1" Version = "1.0.2"
) )