Skip to content

Commit be90f5e

Browse files
chore(master): release 0.9.5
1 parent bd2c733 commit be90f5e

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-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.4"
2+
".": "0.9.5"
33
}

CHANGELOG.md

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

3+
## [0.9.5](https://github.com/reanahub/reana-server/compare/0.9.4...0.9.5) (2025-02-24)
4+
5+
6+
### Features
7+
8+
* **config:** make number of threads configurable for Dask ([#719](https://github.com/reanahub/reana-server/issues/719)) ([5b82925](https://github.com/reanahub/reana-server/commit/5b8292541b10126823da8a288dbc3e87591724c0))
9+
10+
11+
### Bug fixes
12+
13+
* **config:** set localhost default value for REANA_HOSTNAME ([#717](https://github.com/reanahub/reana-server/issues/717)) ([a24c810](https://github.com/reanahub/reana-server/commit/a24c810f018e5fd925d9ad01ce986537adad7ee8))
14+
315
## [0.9.4](https://github.com/reanahub/reana-server/compare/0.9.3...0.9.4) (2024-11-29)
416

517

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,5 +93,5 @@ LABEL org.opencontainers.image.title="reana-server"
9393
LABEL org.opencontainers.image.url="https://github.com/reanahub/reana-server"
9494
LABEL org.opencontainers.image.vendor="reanahub"
9595
# x-release-please-start-version
96-
LABEL org.opencontainers.image.version="0.95.0-alpha.3"
96+
LABEL org.opencontainers.image.version="0.9.5"
9797
# 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.0a3"
5+
"version": "0.9.5"
66
},
77
"paths": {
88
"/account/settings/linkedaccounts/": {},

0 commit comments

Comments
 (0)