Skip to content

Commit 62a974c

Browse files
chore: Release 1.0.1 (#1160)
Co-authored-by: edgarrmondragon <[email protected]>
1 parent a5f7110 commit 62a974c

File tree

6 files changed

+14
-12
lines changed

6 files changed

+14
-12
lines changed

.changes/1.0.1.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## 1.0.1 - 2024-06-12
2+
### Fixed
3+
* [#1101](https://github.com/edgarrmondragon/citric/issues/1101) fix: Bump min `requests` to `2.25.1` (released 2020-12-16)
4+
### Documentation
5+
* [#1152](https://github.com/edgarrmondragon/citric/issues/1152) Fixed links to LimeSurvey API docs

.changes/unreleased/Documentation-20240528-231130.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/unreleased/Fixed-20240222-213639.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/BUG.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ body:
1515
attributes:
1616
label: Citric Version
1717
description: Version of the package you are using
18-
placeholder: "1.0.0"
18+
placeholder: "1.0.1"
1919
validations:
2020
required: true
2121
- type: dropdown

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
66
and is generated by [Changie](https://github.com/miniscruff/changie).
77

88

9+
## 1.0.1 - 2024-06-12
10+
### Fixed
11+
* [#1101](https://github.com/edgarrmondragon/citric/issues/1101) fix: Bump min `requests` to `2.25.1` (released 2020-12-16)
12+
### Documentation
13+
* [#1152](https://github.com/edgarrmondragon/citric/issues/1152) Fixed links to LimeSurvey API docs
14+
915
## 1.0.0 - 2024-02-12
1016
### Added
1117
* [#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).
1622
* [#1057](https://github.com/edgarrmondragon/citric/issues/1057) Documented `conda install` option
1723
* [#1092](https://github.com/edgarrmondragon/citric/issues/1092) Linked unimplemented methods to `Session.call` examples
1824

25+
1926
## 0.10.0 - 2023-11-29
2027
### Added
2128
* [#994](https://github.com/edgarrmondragon/citric/issues/994) Experimental support for the new REST API

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors:
55
given-names: "Edgar"
66
orcid: "https://orcid.org/0000-0002-4182-0385"
77
title: "Citric"
8-
version: "1.0.0"
8+
version: "1.0.1"
99
doi: 10.5281/zenodo.10216279
1010
date-released: 2021-11-11
1111
url: "https://github.com/edgarrmondragon/citric"

0 commit comments

Comments
 (0)