-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from 01Joseph-Hwang10/release-please--branches-…
…-master--components--dotty-dictionary chore(master): release dotty-dictionary 1.1.0
- Loading branch information
Showing
3 changed files
with
20 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
".": "1.0.0" | ||
".": "1.1.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,19 @@ | ||
# Changelog | ||
|
||
## [1.1.0](https://github.com/01Joseph-Hwang10/dotty-dictionary/compare/dotty-dictionary-v1.0.0...dotty-dictionary-v1.1.0) (2024-03-04) | ||
|
||
|
||
### Features | ||
|
||
* add additional dict methods ([54200d0](https://github.com/01Joseph-Hwang10/dotty-dictionary/commit/54200d048a7b7c75bff1f8e3b2b3185e26c68b44)) | ||
* add flatten feature ([6ccc13c](https://github.com/01Joseph-Hwang10/dotty-dictionary/commit/6ccc13c29c115612fb18943dddc89d273ad5d138)) | ||
* fork essential implementations of pawelzny/dotty_dict ([dccb65b](https://github.com/01Joseph-Hwang10/dotty-dictionary/commit/dccb65bc33b4fb14b9886cfeedf56615f25c4319)) | ||
|
||
|
||
### Documentation | ||
|
||
* add docs ([f5d69ab](https://github.com/01Joseph-Hwang10/dotty-dictionary/commit/f5d69abe4c8aa35319cffd57706d38cf0f1bb4cf)) | ||
* add docs for flat dict ([7790c64](https://github.com/01Joseph-Hwang10/dotty-dictionary/commit/7790c64835e1727cc7463d7679cc6aa03a08c71a)) | ||
* update docs ([5194b1b](https://github.com/01Joseph-Hwang10/dotty-dictionary/commit/5194b1bbcacd50fc4c2b8436399b4e375860725f)) | ||
|
||
## Changelog |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" | |
|
||
[tool.poetry] | ||
name = "dotty-dictionary" | ||
version = "1.0.0" | ||
version = "1.1.0" | ||
description = "Dictionary wrapper that provides dot notation access to nested dictionaries" | ||
authors = [ | ||
"01Joseph-Hwang10 <[email protected]>", | ||
|