From a1023e67d7d0986360c6fc1060a7ef7b71462faa Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 14 Oct 2022 06:20:59 +0000 Subject: [PATCH] chore(release): 2.8.0 [skip ci] ## [2.8.0](https://github.com/echo724/notion2md/compare/v2.7.6...v2.8.0) (2022-10-14) ### Features * Make downloaded filenames consistent between runs ([#38](https://github.com/echo724/notion2md/issues/38)) ([30e8f0b](https://github.com/echo724/notion2md/commit/30e8f0b9ccc9c103cbb7b35746c8ec9bc27ad76b)) ### Bug Fixes * Fixed [#40](https://github.com/echo724/notion2md/issues/40) due to the update of Notion API ([#42](https://github.com/echo724/notion2md/issues/42)) ([1a63351](https://github.com/echo724/notion2md/commit/1a633515ed835e9cda26cd0b5951773f2076a069)) --- CHANGELOG.md | 12 ++++++++++++ notion2md/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c93e2b2..66b454f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.8.0](https://github.com/echo724/notion2md/compare/v2.7.6...v2.8.0) (2022-10-14) + + +### Features + +* Make downloaded filenames consistent between runs ([#38](https://github.com/echo724/notion2md/issues/38)) ([30e8f0b](https://github.com/echo724/notion2md/commit/30e8f0b9ccc9c103cbb7b35746c8ec9bc27ad76b)) + + +### Bug Fixes + +* Fixed [#40](https://github.com/echo724/notion2md/issues/40) due to the update of Notion API ([#42](https://github.com/echo724/notion2md/issues/42)) ([1a63351](https://github.com/echo724/notion2md/commit/1a633515ed835e9cda26cd0b5951773f2076a069)) + ### [2.7.6](https://github.com/echo724/notion2md/compare/v2.7.5...v2.7.6) (2022-03-22) diff --git a/notion2md/__init__.py b/notion2md/__init__.py index 7b50778..892994a 100644 --- a/notion2md/__init__.py +++ b/notion2md/__init__.py @@ -1 +1 @@ -__version__ = "2.7.6" +__version__ = "2.8.0" diff --git a/pyproject.toml b/pyproject.toml index a294ca5..9a35439 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool] [tool.poetry] name = "notion2md" -version = "2.7.6" +version = "2.8.0" description = "Notion Markdown Exporter with Python Cli" license = "MIT" classifiers = ["License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3.9"]