Skip to content

Commit

Permalink
chore: Release 0.2.0 (#479)
Browse files Browse the repository at this point in the history
Co-authored-by: edgarrmondragon <[email protected]>
Co-authored-by: Edgar R. M <[email protected]>
  • Loading branch information
3 people authored Jun 20, 2022
1 parent 98d538a commit 50ca573
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 11 deletions.
5 changes: 5 additions & 0 deletions .changes/0.2.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## 0.2.0 - 2022-06-20
### Added
* [#475](https://github.com/edgarrmondragon/citric/issues/475) Implement `update_response` in client
### Fixed
* [#477](https://github.com/edgarrmondragon/citric/issues/477) Reduce number of calls to `list_questions` from `add_responses`
5 changes: 0 additions & 5 deletions .changes/unreleased/Added-20220619-204107.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/Fixed-20220620-104436.yaml

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).


## 0.2.0 - 2022-06-20
### Added
* [#475](https://github.com/edgarrmondragon/citric/issues/475) Implement `update_response` in client
### Fixed
* [#477](https://github.com/edgarrmondragon/citric/issues/477) Reduce number of calls to `list_questions` from `add_responses`

## 0.1.0 - 2022-06-17
### Added
* [#213](https://github.com/edgarrmondragon/citric/issues/213) Implement `delete_question` in client
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "citric"
version = "0.1.0"
version = "0.2.0"
description="A client to the LimeSurvey Remote Control API 2, written in modern Python."
license = "MIT"
authors = ["Edgar Ramírez-Mondragón <[email protected]>"]
Expand Down

0 comments on commit 50ca573

Please sign in to comment.