Skip to content

Commit

Permalink
chore(release): 0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
vzhd1701 committed Nov 14, 2022
1 parent a79647c commit 64090ee
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### [0.3.6](https://github.com/vzhd1701/csv2notion/compare/v0.3.5...v0.3.6) (2022-11-14)

### Bug Fixes

- add support for date ranges ([ee3ebbd](https://github.com/vzhd1701/csv2notion/commit/ee3ebbd9638f9734e6f5644eb60eeabaf5be36ea))
- add support for inline databases ([6eded8b](https://github.com/vzhd1701/csv2notion/commit/6eded8b332f37d4b99d1274f2261a9078cdd09de)), closes [#12](https://github.com/vzhd1701/csv2notion/issues/12)
- show error if no edit permissions ([348e060](https://github.com/vzhd1701/csv2notion/commit/348e060007acbe083fb158e0d5f766a1651c58d0))

### [0.3.5](https://github.com/vzhd1701/csv2notion/compare/v0.3.4...v0.3.5) (2022-08-30)

### Features
Expand Down
2 changes: 1 addition & 1 deletion csv2notion/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3.5"
__version__ = "0.3.6"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "csv2notion"
version = "0.3.5"
version = "0.3.6"
description = "Import/Merge CSV files into Notion database"
authors = ["vzhd1701 <vzhd1701@gmail.com>"]
readme = "README.md"
Expand Down

0 comments on commit 64090ee

Please sign in to comment.