Skip to content

Commit

Permalink
chore: Release 0.4.0 (#628)
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 Dec 5, 2022
1 parent 2fb8de2 commit fe52a30
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 21 deletions.
8 changes: 8 additions & 0 deletions .changes/0.4.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## 0.4.0 - 2022-12-05
### Added
* [#582](https://github.com/edgarrmondragon/citric/issues/582) Stable support for Python 3.11
* [#586](https://github.com/edgarrmondragon/citric/issues/586) Experimental support for Python 3.12
### Changed
* [#607](https://github.com/edgarrmondragon/citric/issues/607) Use keyword-only arguments for `add_participants` and `list_participants`
### Refactor
* [#626](https://github.com/edgarrmondragon/citric/issues/626) Refactor returns of the type `if: ... else: return ...`
5 changes: 0 additions & 5 deletions .changes/unreleased/Added-20221024-192157.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/Added-20221025-182249.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/Changed-20221118-154715.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/Refactor-20221205-131302.yaml

This file was deleted.

9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie).


## 0.4.0 - 2022-12-05
### Added
* [#582](https://github.com/edgarrmondragon/citric/issues/582) Stable support for Python 3.11
* [#586](https://github.com/edgarrmondragon/citric/issues/586) Experimental support for Python 3.12
### Changed
* [#607](https://github.com/edgarrmondragon/citric/issues/607) Use keyword-only arguments for `add_participants` and `list_participants`
### Refactor
* [#626](https://github.com/edgarrmondragon/citric/issues/626) Refactor returns of the type `if: ... else: return ...`

## 0.3.0 - 2022-07-24
### Added
* [#498](https://github.com/edgarrmondragon/citric/issues/498) Implement `get_fieldmap` in client
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ maintainers = ["Edgar Ramírez-Mondragón <[email protected]>"]
name = "citric"
readme = "README.md"
repository = 'https://github.com/edgarrmondragon/citric'
version = "0.3.0"
version = "0.4.0"

[tool.poetry.urls]
"Issue Tracker" = "https://github.com/edgarrmondragon/citric/issues"
Expand Down

0 comments on commit fe52a30

Please sign in to comment.