Skip to content

Commit

Permalink
Merge pull request #2 from 01Joseph-Hwang10/release-please--branches-…
Browse files Browse the repository at this point in the history
…-master--components--dotty-dictionary

chore(master): release dotty-dictionary 1.1.1
  • Loading branch information
01Joseph-Hwang10 authored Mar 6, 2024
2 parents 74620c1 + e5ba086 commit f5c256a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.1.0"
".": "1.1.1"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
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 = "dotty-dictionary"
version = "1.1.0"
version = "1.1.1"
description = "Dictionary wrapper that provides dot notation access to nested dictionaries"
authors = [
"01Joseph-Hwang10 <[email protected]>",
Expand Down

0 comments on commit f5c256a

Please sign in to comment.