From 62a974c148ef7181e66d99f60c340cdfdd98e9b0 Mon Sep 17 00:00:00 2001 From: "edgarrmondragon[bot]" <143495500+edgarrmondragon[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 15:05:51 -0600 Subject: [PATCH] chore: Release 1.0.1 (#1160) Co-authored-by: edgarrmondragon <16805946+edgarrmondragon@users.noreply.github.com> --- .changes/1.0.1.md | 5 +++++ .changes/unreleased/Documentation-20240528-231130.yaml | 5 ----- .changes/unreleased/Fixed-20240222-213639.yaml | 5 ----- .github/ISSUE_TEMPLATE/BUG.yml | 2 +- CHANGELOG.md | 7 +++++++ CITATION.cff | 2 +- 6 files changed, 14 insertions(+), 12 deletions(-) create mode 100644 .changes/1.0.1.md delete mode 100644 .changes/unreleased/Documentation-20240528-231130.yaml delete mode 100644 .changes/unreleased/Fixed-20240222-213639.yaml diff --git a/.changes/1.0.1.md b/.changes/1.0.1.md new file mode 100644 index 00000000..b60df14d --- /dev/null +++ b/.changes/1.0.1.md @@ -0,0 +1,5 @@ +## 1.0.1 - 2024-06-12 +### Fixed +* [#1101](https://github.com/edgarrmondragon/citric/issues/1101) fix: Bump min `requests` to `2.25.1` (released 2020-12-16) +### Documentation +* [#1152](https://github.com/edgarrmondragon/citric/issues/1152) Fixed links to LimeSurvey API docs \ No newline at end of file diff --git a/.changes/unreleased/Documentation-20240528-231130.yaml b/.changes/unreleased/Documentation-20240528-231130.yaml deleted file mode 100644 index 5e044314..00000000 --- a/.changes/unreleased/Documentation-20240528-231130.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: Documentation -body: Fixed links to LimeSurvey API docs -time: 2024-05-28T23:11:30.2632-06:00 -custom: - Issue: "1152" diff --git a/.changes/unreleased/Fixed-20240222-213639.yaml b/.changes/unreleased/Fixed-20240222-213639.yaml deleted file mode 100644 index 4d723547..00000000 --- a/.changes/unreleased/Fixed-20240222-213639.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: Fixed -body: 'fix: Bump min `requests` to `2.25.1` (released 2020-12-16)' -time: 2024-02-22T21:36:39.833205-06:00 -custom: - Issue: "1101" diff --git a/.github/ISSUE_TEMPLATE/BUG.yml b/.github/ISSUE_TEMPLATE/BUG.yml index 134683f7..8e1967e1 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: "1.0.0" + placeholder: "1.0.1" validations: required: true - type: dropdown diff --git a/CHANGELOG.md b/CHANGELOG.md index 11d5a6f3..3e4c08d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## 1.0.1 - 2024-06-12 +### Fixed +* [#1101](https://github.com/edgarrmondragon/citric/issues/1101) fix: Bump min `requests` to `2.25.1` (released 2020-12-16) +### Documentation +* [#1152](https://github.com/edgarrmondragon/citric/issues/1152) Fixed links to LimeSurvey API docs + ## 1.0.0 - 2024-02-12 ### Added * [#1079](https://github.com/edgarrmondragon/citric/issues/1079) Added `get_db_version` method to RPC client @@ -16,6 +22,7 @@ and is generated by [Changie](https://github.com/miniscruff/changie). * [#1057](https://github.com/edgarrmondragon/citric/issues/1057) Documented `conda install` option * [#1092](https://github.com/edgarrmondragon/citric/issues/1092) Linked unimplemented methods to `Session.call` examples + ## 0.10.0 - 2023-11-29 ### Added * [#994](https://github.com/edgarrmondragon/citric/issues/994) Experimental support for the new REST API diff --git a/CITATION.cff b/CITATION.cff index c1f531a9..7c58077e 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -5,7 +5,7 @@ authors: given-names: "Edgar" orcid: "https://orcid.org/0000-0002-4182-0385" title: "Citric" -version: "1.0.0" +version: "1.0.1" doi: 10.5281/zenodo.10216279 date-released: 2021-11-11 url: "https://github.com/edgarrmondragon/citric"