Skip to content

Commit

Permalink
chore: Release 0.8.0 (#943)
Browse files Browse the repository at this point in the history
Co-authored-by: edgarrmondragon <[email protected]>
  • Loading branch information
github-actions[bot] and edgarrmondragon authored Aug 23, 2023
1 parent ece3458 commit 4c968bf
Show file tree
Hide file tree
Showing 11 changed files with 27 additions and 37 deletions.
12 changes: 12 additions & 0 deletions .changes/0.8.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## 0.8.0 - 2023-08-22
### Added
* [#793](https://github.com/edgarrmondragon/citric/issues/793) Implement `invite_participants` in client
### Changed
* [#617](https://github.com/edgarrmondragon/citric/issues/617) Drop support for Python 3.7
### Refactored
* [#918](https://github.com/edgarrmondragon/citric/issues/918) Use latest `typing` features where possible
* [#935](https://github.com/edgarrmondragon/citric/issues/935) Use `__all__` to expose public API
### Documentation
* [#930](https://github.com/edgarrmondragon/citric/issues/930) Update duckdb notebook example
* [#934](https://github.com/edgarrmondragon/citric/issues/934) Document integration test status in readme
* [#940](https://github.com/edgarrmondragon/citric/issues/940) Fix edit button
5 changes: 0 additions & 5 deletions .changes/unreleased/Added-20230804-224519.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/Changed-20230629-202540.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/Documentation-20230811-130901.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/Documentation-20230815-194248.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/Documentation-20230822-120825.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/Refactored-20230802-144216.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/Refactored-20230815-200414.yaml

This file was deleted.

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


## 0.8.0 - 2023-08-22
### Added
* [#793](https://github.com/edgarrmondragon/citric/issues/793) Implement `invite_participants` in client
### Changed
* [#617](https://github.com/edgarrmondragon/citric/issues/617) Drop support for Python 3.7
### Refactored
* [#918](https://github.com/edgarrmondragon/citric/issues/918) Use latest `typing` features where possible
* [#935](https://github.com/edgarrmondragon/citric/issues/935) Use `__all__` to expose public API
### Documentation
* [#930](https://github.com/edgarrmondragon/citric/issues/930) Update duckdb notebook example
* [#934](https://github.com/edgarrmondragon/citric/issues/934) Document integration test status in readme
* [#940](https://github.com/edgarrmondragon/citric/issues/940) Fix edit button

## 0.7.2 - 2023-06-21
### Refactored
* [#894](https://github.com/edgarrmondragon/citric/issues/894) Add a `USER_AGENT` attribute to the `Session` class
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ maintainers = ["Edgar Ramírez-Mondragón <[email protected]>"]
name = "citric"
readme = "README.md"
repository = 'https://github.com/edgarrmondragon/citric'
version = "0.7.2"
version = "0.8.0"

[tool.poetry.urls]
"Issue Tracker" = "https://github.com/edgarrmondragon/citric/issues"
Expand Down
2 changes: 1 addition & 1 deletion src/citric/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -1630,7 +1630,7 @@ def invite_participants(
determined.
RuntimeError: If an unexpected error occurs.
.. versionadded:: NEXT_VERSION
.. versionadded:: 0.8.0
"""
email_flag = enums.EmailSendStrategy.to_flag(strategy)
try:
Expand Down

0 comments on commit 4c968bf

Please sign in to comment.