From fc54c028682d149cb81b30532fddaa0bdef5a3ac Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 17:15:33 +0000 Subject: [PATCH] chore(master): release 1.0.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 20 +++++++++++++++++++- Dockerfile | 2 +- cernopendata_client/version.py | 2 +- 4 files changed, 22 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 37fcefa..8d7e5f1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.0" + ".": "1.0.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index fd5fd08..19efd34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,25 @@ - + # Changelog +## [1.0.1](https://github.com/cernopendata/cernopendata-client/compare/1.0.0...1.0.1) (2025-11-10) + + +### Build + +* **python:** add support for Python 3.14 ([#158](https://github.com/cernopendata/cernopendata-client/issues/158)) ([0083d29](https://github.com/cernopendata/cernopendata-client/commit/0083d290687bc462f97c060b45e3d0a4c6eee131)) + + +### Bug fixes + +* **searcher:** respect `get-file-locations --protocol` parameter ([#154](https://github.com/cernopendata/cernopendata-client/issues/154)) ([625eb9d](https://github.com/cernopendata/cernopendata-client/commit/625eb9d301a4a8d3c5fef25efdeb505fe45b846c)), closes [#152](https://github.com/cernopendata/cernopendata-client/issues/152) +* **searcher:** respect `get-file-locations --server` parameter ([#155](https://github.com/cernopendata/cernopendata-client/issues/155)) ([16af0d0](https://github.com/cernopendata/cernopendata-client/commit/16af0d0b90a75c38551b4c152bfad33b4886ed45)), closes [#153](https://github.com/cernopendata/cernopendata-client/issues/153) + + +### Test suite + +* **verifier:** replace `sed` calls with native Python code ([#157](https://github.com/cernopendata/cernopendata-client/issues/157)) ([20588e8](https://github.com/cernopendata/cernopendata-client/commit/20588e8a5dc919476db6d447ec6daed331b18130)) + ## [1.0.0](https://github.com/cernopendata/cernopendata-client/compare/0.4.0...1.0.0) (2025-02-25) diff --git a/Dockerfile b/Dockerfile index c5e0489..c7de2f1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -77,5 +77,5 @@ LABEL org.opencontainers.image.title="cernopendata-client" LABEL org.opencontainers.image.url="https://github.com/cernopendata/cernopendata-client" LABEL org.opencontainers.image.vendor="cernopendata" # x-release-please-start-version -LABEL org.opencontainers.image.version="1.0.0" +LABEL org.opencontainers.image.version="1.0.1" # x-release-please-end diff --git a/cernopendata_client/version.py b/cernopendata_client/version.py index a196977..ee88200 100644 --- a/cernopendata_client/version.py +++ b/cernopendata_client/version.py @@ -14,4 +14,4 @@ from __future__ import absolute_import, print_function -__version__ = "1.0.0" +__version__ = "1.0.1"