Skip to content

Commit 8e4dc41

Browse files
chore(master): release 0.95.0
1 parent 9fa4059 commit 8e4dc41

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.9.3"
2+
".": "0.95.0"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.95.0](https://github.com/reanahub/reana-server/compare/0.9.3...0.95.0) (2024-03-15)
4+
5+
6+
### Chores
7+
8+
* **master:** release 0.95.0-alpha.1 ([9fa4059](https://github.com/reanahub/reana-server/commit/9fa40595ce840391c4aed999c3d4dda4de7ad2eb))
9+
310
## [0.9.3](https://github.com/reanahub/reana-server/compare/0.9.2...0.9.3) (2024-03-04)
411

512

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,5 +95,5 @@ LABEL org.opencontainers.image.title="reana-server"
9595
LABEL org.opencontainers.image.url="https://github.com/reanahub/reana-server"
9696
LABEL org.opencontainers.image.vendor="reanahub"
9797
# x-release-please-start-version
98-
LABEL org.opencontainers.image.version="0.95.0-alpha.1"
98+
LABEL org.opencontainers.image.version="0.95.0"
9999
# x-release-please-end

docs/openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"info": {
33
"description": "Submit workflows to be run on REANA Cloud",
44
"title": "REANA Server",
5-
"version": "0.95.0a1"
5+
"version": "0.95.0"
66
},
77
"paths": {
88
"/account/settings/linkedaccounts/": {},

0 commit comments

Comments
 (0)