Skip to content

Commit

Permalink
Merge pull request #1 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.0
  • Loading branch information
01Joseph-Hwang10 authored Mar 4, 2024
2 parents 36e6b2c + b999c8b commit 83cec29
Show file tree
Hide file tree
Showing 3 changed files with 20 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.0.0"
".": "1.1.0"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
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
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.0.0"
version = "1.1.0"
description = "Dictionary wrapper that provides dot notation access to nested dictionaries"
authors = [
"01Joseph-Hwang10 <[email protected]>",
Expand Down

0 comments on commit 83cec29

Please sign in to comment.