Skip to content

Commit 806a97b

Browse files
edgarrmondragon[bot]edgarrmondragonpre-commit-ci[bot]
authored
chore: Release 1.1.0 (#1210)
* chore: Release 1.1.0 * [pre-commit.ci] auto fixes * Update dev dependencies * Update dev dependencies * Update versions list * Apply suggestions from code review * Update test_rpc_client.py --------- Co-authored-by: edgarrmondragon <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Edgar Ramírez-Mondragón <[email protected]>
1 parent b9af7a3 commit 806a97b

19 files changed

+62
-56
lines changed

.changes/1.1.0.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## 1.1.0 - 2024-10-29
2+
3+
### Added
4+
5+
- [#1153](https://github.com/edgarrmondragon/citric/issues/1153) Added `name` and `description` parameters to `import_group` RPC method
6+
- [#1190](https://github.com/edgarrmondragon/citric/issues/1190) Added a new `RESTClient` method to refresh the session token
7+
- [#1201](https://github.com/edgarrmondragon/citric/issues/1201) Official support for Python 3.13
8+
9+
### Refactored
10+
11+
- [#1189](https://github.com/edgarrmondragon/citric/issues/1189) Test and document new top-level question attributes from LimeSurvey 6.6.3+
12+
13+
### Documentation
14+
15+
- [#1199](https://github.com/edgarrmondragon/citric/issues/1199) Updated the contributing guide to reflect current workflow

.changes/unreleased/Added-20240528-231314.yaml

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

.changes/unreleased/Added-20240921-220814.yaml

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

.changes/unreleased/Added-20241008-111016.yaml

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

.changes/unreleased/Documentation-20241008-130634.yaml

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

.changes/unreleased/Refactored-20240921-212214.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.1"
18+
placeholder: "1.1.0"
1919
validations:
2020
required: true
2121
- type: dropdown

.github/workflows/api-changes.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ jobs:
2323
NOXSESSION: api
2424
steps:
2525
- name: Check out the repository
26-
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
26+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2727
with:
2828
fetch-depth: 0
2929

3030
- name: Setup Python
31-
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
31+
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
3232
with:
3333
python-version: 3.x
3434

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
name: Build wheel and sdist
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
23+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2424
with:
2525
fetch-depth: 0
2626
ref: ${{ github.event.inputs.tag || github.ref }}

.github/workflows/gen-release-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
pull-requests: write # to create and update PRs
2929
discussions: write # to create a discussion
3030
steps:
31-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
31+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3232
- name: Batch changes
3333
uses: miniscruff/changie-action@6dcc2533cac0495148ed4046c438487e4dceaa23 # v2.0.0
3434
with:

0 commit comments

Comments
 (0)