From 97ecd2882eea563075a45baf732304d1261e7fa0 Mon Sep 17 00:00:00 2001 From: edgarrmondragon Date: Wed, 29 Nov 2023 03:33:07 +0000 Subject: [PATCH] chore: Release 0.10.0 --- .changes/0.10.0.md | 9 +++++++++ .changes/unreleased/Added-20230920-033626.yaml | 5 ----- .changes/unreleased/Added-20231028-222932.yaml | 5 ----- .changes/unreleased/Added-20231109-165350.yaml | 5 ----- .changes/unreleased/Documentation-20231117-152448.yaml | 5 ----- .changes/unreleased/Fixed-20231109-165446.yaml | 5 ----- .github/ISSUE_TEMPLATE/BUG.yml | 2 +- CHANGELOG.md | 10 ++++++++++ CITATION.cff | 2 +- src/citric/client.py | 4 ++-- 10 files changed, 23 insertions(+), 29 deletions(-) create mode 100644 .changes/0.10.0.md delete mode 100644 .changes/unreleased/Added-20230920-033626.yaml delete mode 100644 .changes/unreleased/Added-20231028-222932.yaml delete mode 100644 .changes/unreleased/Added-20231109-165350.yaml delete mode 100644 .changes/unreleased/Documentation-20231117-152448.yaml delete mode 100644 .changes/unreleased/Fixed-20231109-165446.yaml diff --git a/.changes/0.10.0.md b/.changes/0.10.0.md new file mode 100644 index 00000000..ac4ffcbe --- /dev/null +++ b/.changes/0.10.0.md @@ -0,0 +1,9 @@ +## 0.10.0 - 2023-11-29 +### Added +* [#994](https://github.com/edgarrmondragon/citric/issues/994) Experimental support for the new REST API +* [#1016](https://github.com/edgarrmondragon/citric/issues/1016) Support `DestSurveyID` parameter in RPC method `copy_survey` +* [#1026](https://github.com/edgarrmondragon/citric/issues/1026) Support `userActivationSettings` parameter in RPC method `activate_survey` +### Fixed +* [#1026](https://github.com/edgarrmondragon/citric/issues/1026) Update `types.YesNo` to include inherited (`I`) values +### Documentation +* [#1035](https://github.com/edgarrmondragon/citric/issues/1035) Document how to disable TLS certificate verification \ No newline at end of file diff --git a/.changes/unreleased/Added-20230920-033626.yaml b/.changes/unreleased/Added-20230920-033626.yaml deleted file mode 100644 index 5998968b..00000000 --- a/.changes/unreleased/Added-20230920-033626.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: Added -body: Experimental support for the new REST API -time: 2023-09-20T03:36:26.529589-06:00 -custom: - Issue: "994" diff --git a/.changes/unreleased/Added-20231028-222932.yaml b/.changes/unreleased/Added-20231028-222932.yaml deleted file mode 100644 index 24a5b41c..00000000 --- a/.changes/unreleased/Added-20231028-222932.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: Added -body: Support `DestSurveyID` parameter in RPC method `copy_survey` -time: 2023-10-28T22:29:32.491728-06:00 -custom: - Issue: "1016" diff --git a/.changes/unreleased/Added-20231109-165350.yaml b/.changes/unreleased/Added-20231109-165350.yaml deleted file mode 100644 index 9d7a453b..00000000 --- a/.changes/unreleased/Added-20231109-165350.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: Added -body: Support `userActivationSettings` parameter in RPC method `activate_survey` -time: 2023-11-09T16:53:50.378464-06:00 -custom: - Issue: "1026" diff --git a/.changes/unreleased/Documentation-20231117-152448.yaml b/.changes/unreleased/Documentation-20231117-152448.yaml deleted file mode 100644 index faed381d..00000000 --- a/.changes/unreleased/Documentation-20231117-152448.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: Documentation -body: Document how to disable TLS certificate verification -time: 2023-11-17T15:24:48.652397-06:00 -custom: - Issue: "1035" diff --git a/.changes/unreleased/Fixed-20231109-165446.yaml b/.changes/unreleased/Fixed-20231109-165446.yaml deleted file mode 100644 index f626a696..00000000 --- a/.changes/unreleased/Fixed-20231109-165446.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: Fixed -body: Update `types.YesNo` to include inherited (`I`) values -time: 2023-11-09T16:54:46.179939-06:00 -custom: - Issue: "1026" diff --git a/.github/ISSUE_TEMPLATE/BUG.yml b/.github/ISSUE_TEMPLATE/BUG.yml index 46871155..c3ae0149 100644 --- a/.github/ISSUE_TEMPLATE/BUG.yml +++ b/.github/ISSUE_TEMPLATE/BUG.yml @@ -15,7 +15,7 @@ body: attributes: label: Citric Version description: Version of the package you are using - placeholder: "0.9.0" + placeholder: "0.10.0" validations: required: true - type: dropdown diff --git a/CHANGELOG.md b/CHANGELOG.md index d5711cb7..3b97c1f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,16 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## 0.10.0 - 2023-11-29 +### Added +* [#994](https://github.com/edgarrmondragon/citric/issues/994) Experimental support for the new REST API +* [#1016](https://github.com/edgarrmondragon/citric/issues/1016) Support `DestSurveyID` parameter in RPC method `copy_survey` +* [#1026](https://github.com/edgarrmondragon/citric/issues/1026) Support `userActivationSettings` parameter in RPC method `activate_survey` +### Fixed +* [#1026](https://github.com/edgarrmondragon/citric/issues/1026) Update `types.YesNo` to include inherited (`I`) values +### Documentation +* [#1035](https://github.com/edgarrmondragon/citric/issues/1035) Document how to disable TLS certificate verification + ## 0.9.0 - 2023-10-11 ### Added * [#944](https://github.com/edgarrmondragon/citric/issues/944) Add `Client.get_server_version` diff --git a/CITATION.cff b/CITATION.cff index ce17ad20..8220c85e 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -5,7 +5,7 @@ authors: given-names: "Edgar" orcid: "https://orcid.org/0000-0000-0000-0000" title: "My Research Software" -version: "0.9.0" +version: "0.10.0" doi: 10.5281/zenodo.1234 date-released: 2021-11-11 url: "https://github.com/edgarrmondragon/citric" diff --git a/src/citric/client.py b/src/citric/client.py index 58086613..942076c7 100644 --- a/src/citric/client.py +++ b/src/citric/client.py @@ -186,7 +186,7 @@ def activate_survey( Status and plugin feedback. .. versionadded:: 0.0.1 - .. versionchanged:: NEXT_VERSION + .. versionchanged:: 0.10.0 The ``user_activation_settings`` optional parameter was added. """ activation_settings = ( @@ -526,7 +526,7 @@ def copy_survey( Dictionary of status message and the new survey ID. .. versionadded:: 0.0.10 - .. versionchanged:: NEXT_VERSION + .. versionchanged:: 0.10.0 The ``destination_survey_id`` optional parameter was added. .. futureparam:: 6.4.0 destination_survey_id """