Skip to content

Commit

Permalink
prep for 0.3.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Grant Ramsay <seapagan@gmail.com>
  • Loading branch information
seapagan committed Oct 18, 2023
1 parent 2a9eebd commit 20a36ac
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,24 @@
# Changelog

## [Unreleased](https://github.com/seapagan/simple-toml-settings/tree/HEAD)
## [0.3.0](https://github.com/seapagan/simple-toml-settings/tree/0.3.0) (2023-10-18)

[Full Changelog](https://github.com/seapagan/simple-toml-settings/compare/0.2.2...HEAD)
[Full Changelog](https://github.com/seapagan/simple-toml-settings/compare/0.2.2...0.3.0)

**Implemented enhancements:**

- Allow a Local config file [\#25](https://github.com/seapagan/simple-toml-settings/pull/25) ([seapagan](https://github.com/seapagan))
- add 'auto\_create' option for config file, default True [\#22](https://github.com/seapagan/simple-toml-settings/pull/22) ([seapagan](https://github.com/seapagan))

**Documentation:**

- add missing repo section to docs [\#21](https://github.com/seapagan/simple-toml-settings/pull/21) ([seapagan](https://github.com/seapagan))

**Dependency Updates:**

- Bump urllib3 from 2.0.6 to 2.0.7 [\#27](https://github.com/seapagan/simple-toml-settings/pull/27) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump flake8-type-checking from 2.4.2 to 2.5.0 [\#26](https://github.com/seapagan/simple-toml-settings/pull/26) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump mkdocs-material from 9.4.5 to 9.4.6 [\#24](https://github.com/seapagan/simple-toml-settings/pull/24) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump pre-commit from 3.4.0 to 3.5.0 [\#23](https://github.com/seapagan/simple-toml-settings/pull/23) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump pyfakefs from 5.2.4 to 5.3.0 [\#20](https://github.com/seapagan/simple-toml-settings/pull/20) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump faker from 19.9.0 to 19.10.0 [\#19](https://github.com/seapagan/simple-toml-settings/pull/19) ([dependabot[bot]](https://github.com/apps/dependabot))

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.2"
version = "0.3.0"
description = "A Python library to save your settings in a TOML file."
authors = ["Grant Ramsay <seapagan@gmail.com>"]
readme = "README.md"
Expand Down

0 comments on commit 20a36ac

Please sign in to comment.