Skip to content

Commit eec2706

Browse files
github-actions[bot]tiborsimko
authored andcommitted
chore(master): release 1.1.0
1 parent 8575507 commit eec2706

4 files changed

Lines changed: 21 additions & 3 deletions

File tree

.release-please-manifest.json

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

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
# Changelog
44

5+
## [1.1.0](https://github.com/cernopendata/cernopendata-client/compare/1.0.2...1.1.0) (2026-06-17)
6+
7+
8+
### Features
9+
10+
* **etc:** add bash and zsh shell completion files ([#172](https://github.com/cernopendata/cernopendata-client/issues/172)) ([956ae1e](https://github.com/cernopendata/cernopendata-client/commit/956ae1e92f97db26b821828672b49bf582e66316))
11+
12+
13+
### Bug fixes
14+
15+
* **downloader:** create directories for identically named files ([#178](https://github.com/cernopendata/cernopendata-client/issues/178)) ([2fbd023](https://github.com/cernopendata/cernopendata-client/commit/2fbd023a84d1c731e11b2dd0caca4339d75b23cf)), closes [#177](https://github.com/cernopendata/cernopendata-client/issues/177)
16+
* **verifier:** close file handle when computing checksum ([#176](https://github.com/cernopendata/cernopendata-client/issues/176)) ([8575507](https://github.com/cernopendata/cernopendata-client/commit/85755078d3dcaea4276801fe611b5fa11f9da5be))
17+
18+
19+
### Documentation
20+
21+
* **usage:** add shell completion instructions ([#172](https://github.com/cernopendata/cernopendata-client/issues/172)) ([b28a25e](https://github.com/cernopendata/cernopendata-client/commit/b28a25e8ac1625e8cbd443d48bce00f621d231fe))
22+
523
## [1.0.2](https://github.com/cernopendata/cernopendata-client/compare/1.0.1...1.0.2) (2025-12-17)
624

725

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,5 @@ LABEL org.opencontainers.image.title="cernopendata-client"
7777
LABEL org.opencontainers.image.url="https://github.com/cernopendata/cernopendata-client"
7878
LABEL org.opencontainers.image.vendor="cernopendata"
7979
# x-release-please-start-version
80-
LABEL org.opencontainers.image.version="1.0.2"
80+
LABEL org.opencontainers.image.version="1.1.0"
8181
# x-release-please-end

cernopendata_client/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

1515
from __future__ import absolute_import, print_function
1616

17-
__version__ = "1.0.2"
17+
__version__ = "1.1.0"

0 commit comments

Comments
 (0)