-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: edgarrmondragon <[email protected]>
- Loading branch information
1 parent
ece3458
commit 4c968bf
Showing
11 changed files
with
27 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters