This commit is contained in:
parent
c5c6249fa7
commit
67e9ce31b0
4 changed files with 7 additions and 3 deletions
|
@ -5,7 +5,7 @@ on:
|
||||||
env:
|
env:
|
||||||
VERSION_MAJOR: 3
|
VERSION_MAJOR: 3
|
||||||
VERSION_MINOR: 0
|
VERSION_MINOR: 0
|
||||||
VERSION_PATCH: 2
|
VERSION_PATCH: 3
|
||||||
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
|
||||||
|
|
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
Changes adhere to [semantic versioning](https://semver.org).
|
Changes adhere to [semantic versioning](https://semver.org).
|
||||||
|
|
||||||
|
## [3.0.3] - UNRELEASED
|
||||||
|
|
||||||
|
* ...
|
||||||
|
|
||||||
## [3.0.2] - 2024/06/15
|
## [3.0.2] - 2024/06/15
|
||||||
|
|
||||||
* Don't enforce JSON content type for GET and DELETE requests
|
* Don't enforce JSON content type for GET and DELETE requests
|
||||||
|
|
|
@ -2,7 +2,7 @@ openapi: 3.0.3
|
||||||
info:
|
info:
|
||||||
title: upda
|
title: upda
|
||||||
description: API specification
|
description: API specification
|
||||||
version: 3.0.2
|
version: 3.0.3
|
||||||
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
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
package commons
|
package commons
|
||||||
|
|
||||||
const (
|
const (
|
||||||
Version = "3.0.2"
|
Version = "3.0.3"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue