Skip to content

Commit

Permalink
Merge pull request #4 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.2.0
  • Loading branch information
01Joseph-Hwang10 authored Mar 6, 2024
2 parents 0a8b64d + ddeee47 commit dc3fe22
Show file tree
Hide file tree
Showing 3 changed files with 14 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.1"
".": "1.2.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.2.0](https://github.com/01Joseph-Hwang10/dotty-dictionary/compare/dotty-dictionary-v1.1.1...dotty-dictionary-v1.2.0) (2024-03-06)


### Features

* add custom types and json encoding logic ([3b28eb8](https://github.com/01Joseph-Hwang10/dotty-dictionary/commit/3b28eb89af11b98d41673135d49299ce4d9bc78a))


### Documentation

* custom types ([6ac052e](https://github.com/01Joseph-Hwang10/dotty-dictionary/commit/6ac052e0e516948aebb00d5d7706527cdf740fc6))

## [1.1.1](https://github.com/01Joseph-Hwang10/dotty-dictionary/compare/dotty-dictionary-v1.1.0...dotty-dictionary-v1.1.1) (2024-03-06)


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

0 comments on commit dc3fe22

Please sign in to comment.