We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 55130b1 + dc56ea2 commit d01d134Copy full SHA for d01d134
2 files changed
CHANGELOG.md
@@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
4
5
## Unreleased
6
7
+## [0.10.0] - 2024/12/20
8
+
9
+### Added
10
11
+- Rate limiting the requests to Notion API
12
13
+### Fixed
14
15
+- Callout block resolution
16
+- Missing ToggleBlock
17
18
## [0.9.0] - 2024/05/02
19
20
### Added
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "python-notion-api"
3
-version = "0.9.0"
+version = "0.10.0"
description = "Python wrapper for the official Notion API"
authors = [
"Mihails <mihails.delmans@colorifix.com>",
0 commit comments