Skip to content

Commit d01d134

Browse files
author
API Access Token
committed
Merge branch 'release/0.10.0' into 'develop'
Release 0.10.0 See merge request colorifix/python-notion-api!62
2 parents 55130b1 + dc56ea2 commit d01d134

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
44

55
## Unreleased
66

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+
718
## [0.9.0] - 2024/05/02
819

920
### Added

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "python-notion-api"
3-
version = "0.9.0"
3+
version = "0.10.0"
44
description = "Python wrapper for the official Notion API"
55
authors = [
66
"Mihails <mihails.delmans@colorifix.com>",

0 commit comments

Comments
 (0)