From e5ba0863523cc0ba93544032e269bc451b43260f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=ED=99=A9=ED=98=84=EA=B7=9C?= Date: Wed, 6 Mar 2024 13:27:26 +0900 Subject: [PATCH] chore(master): release dotty-dictionary 1.1.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ pyproject.toml | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2601677..b55c11f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.0" + ".": "1.1.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 7989135..8b4aa1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.1.1](https://github.com/01Joseph-Hwang10/dotty-dictionary/compare/dotty-dictionary-v1.1.0...dotty-dictionary-v1.1.1) (2024-03-06) + + +### Bug Fixes + +* to_flat_json ([74620c1](https://github.com/01Joseph-Hwang10/dotty-dictionary/commit/74620c15c762d1bf04770d9e3a31261e1f65a9e5)) + + +### Documentation + +* add AUTHORS.md ([e6567a1](https://github.com/01Joseph-Hwang10/dotty-dictionary/commit/e6567a1ffa90a976272633410bacd768be37e20e)) +* add docstrings for example codes ([1a44552](https://github.com/01Joseph-Hwang10/dotty-dictionary/commit/1a44552380728107a55fdff9c8bd4892a3f605e0)) + ## [1.1.0](https://github.com/01Joseph-Hwang10/dotty-dictionary/compare/dotty-dictionary-v1.0.0...dotty-dictionary-v1.1.0) (2024-03-04) diff --git a/pyproject.toml b/pyproject.toml index f83fde4..d8ec386 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "dotty-dictionary" -version = "1.1.0" +version = "1.1.1" description = "Dictionary wrapper that provides dot notation access to nested dictionaries" authors = [ "01Joseph-Hwang10 ",