Skip to content

Commit 5d1205e

Browse files
edgarrmondragon[bot]edgarrmondragonpre-commit-ci[bot]
authored
chore: Release 1.4.0 (#1302)
* chore: Release 1.4.0 * chore: pre-commit auto fixes * Add newline after version --------- 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 5baef1a commit 5d1205e

File tree

7 files changed

+15
-8
lines changed

7 files changed

+15
-8
lines changed

.changes/1.4.0.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## 1.4.0 - 2025-03-11
2+
3+
### ✨ Added
4+
5+
- [#1285](https://github.com/edgarrmondragon/citric/issues/1285) The `additional_options` parameter for the `export_responses` and `save_responses` methods of the RPC client

.changes/unreleased/Added-20250301-233725.yaml

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

.changie.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ newlines:
1414
beforeChangelogVersion: 1
1515
afterKind: 1
1616
afterChange: 1
17+
afterVersion: 1
1718
kinds:
1819
- label: Added
1920
auto: minor

.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.3.0"
18+
placeholder: "1.4.0"
1919
validations:
2020
required: true
2121
- type: dropdown

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
77
and is generated by [Changie](https://github.com/miniscruff/changie).
88

9+
## 1.4.0 - 2025-03-11
10+
11+
### ✨ Added
12+
13+
- [#1285](https://github.com/edgarrmondragon/citric/issues/1285) The `additional_options` parameter for the `export_responses` and `save_responses` methods of the RPC client
14+
915
## 1.3.0 - 2025-01-22
1016

1117
### ✨ Added

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.3.0"
8+
version: "1.4.0"
99
doi: 10.5281/zenodo.10216279
1010
date-released: 2021-11-11
1111
url: "https://github.com/edgarrmondragon/citric"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ requires = [
66

77
[project]
88
name = "citric"
9-
version = "1.3.0"
9+
version = "1.4.0"
1010
description = "A client to the LimeSurvey Remote Control API 2, written in modern Python."
1111
readme = "README.md"
1212
keywords = [

0 commit comments

Comments
 (0)