Skip to content

Commit

Permalink
prep for 0.2.1 release
Browse files Browse the repository at this point in the history
Signed-off-by: Grant Ramsay <[email protected]>
  • Loading branch information
seapagan committed Oct 12, 2023
1 parent c3ade30 commit 0bdfa2b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [0.2.1](https://github.com/seapagan/simple-toml-settings/tree/0.2.1) (2023-10-12)

[Full Changelog](https://github.com/seapagan/simple-toml-settings/compare/0.2.0...0.2.1)

**Fixed bugs:**

- add 'py.typed' file so mypy can typecheck package [\#16](https://github.com/seapagan/simple-toml-settings/pull/16) ([seapagan](https://github.com/seapagan))

**Dependency Updates:**

- Bump faker from 19.8.0 to 19.9.0 [\#15](https://github.com/seapagan/simple-toml-settings/pull/15) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump mypy from 1.5.1 to 1.6.0 [\#14](https://github.com/seapagan/simple-toml-settings/pull/14) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump pylint from 2.17.7 to 3.0.1 [\#13](https://github.com/seapagan/simple-toml-settings/pull/13) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump faker from 19.6.2 to 19.8.0 [\#12](https://github.com/seapagan/simple-toml-settings/pull/12) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump mkdocs-material from 9.4.4 to 9.4.5 [\#11](https://github.com/seapagan/simple-toml-settings/pull/11) ([dependabot[bot]](https://github.com/apps/dependabot))

## [0.2.0](https://github.com/seapagan/simple-toml-settings/tree/0.2.0) (2023-10-10)

[Full Changelog](https://github.com/seapagan/simple-toml-settings/compare/0.1.0...0.2.0)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "simple-toml-settings"
version = "0.2.0"
version = "0.2.1"
description = "A Python library to save your settings in a TOML file."
authors = ["Grant Ramsay <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 0bdfa2b

Please sign in to comment.