Skip to content

Commit 0e2e6b3

Browse files
committed
Merge branch 'release/0.7.0' into 'develop'
Release 0.7.0 See merge request colorifix/python-notion-api!48
2 parents b38d441 + 9004b92 commit 0e2e6b3

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

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

55
## Unreleased
66

7+
## [0.7.0] - 2023/11/22
8+
9+
### Added
10+
11+
- test stage to pipeline
12+
- Async client
13+
14+
### Fixed
15+
16+
- or_filters and and_filters that are exactly 200, 300,... items long are faulty
17+
- Property values could not be set to None
18+
- Or filters cannot have more than 100 items.
19+
20+
### Changed
21+
22+
- Convert to Pytest
23+
724
## [0.6.0] - 2023/10/05
825

926
### Changed

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.6.0"
3+
version = "0.7.0"
44
description = "Python wrapper for the official Notion API"
55
authors = [
66
"Mihails <mihails.delmans@colorifix.com>",

0 commit comments

Comments
 (0)