Skip to content

Commit

Permalink
prep for 0.4.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 Feb 14, 2024
1 parent b4e17d3 commit eca3f5c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
# Changelog

## [Unreleased](https://github.com/seapagan/simple-toml-settings/tree/HEAD)
## [0.4.0](https://github.com/seapagan/simple-toml-settings/releases/tag/0.4.0) (2024-02-14)

**Enhancements**

- Raise schema error if the file schema does not match the required schema ([#111](https://github.com/seapagan/simple-toml-settings/pull/111)) by [seapagan](https://github.com/seapagan)

**Documentation**

- Add a SECURITY file ([#120](https://github.com/seapagan/simple-toml-settings/pull/120)) by [seapagan](https://github.com/seapagan)

**Dependency Updates**

- Bump mypy from 1.7.1 to 1.8.0 ([#119](https://github.com/seapagan/simple-toml-settings/pull/119)) by [dependabot[bot]](https://github.com/apps/dependabot)
Expand All @@ -20,7 +24,7 @@
- Bump cryptography from 41.0.6 to 42.0.0 ([#107](https://github.com/seapagan/simple-toml-settings/pull/107)) by [dependabot[bot]](https://github.com/apps/dependabot)
- *and 33 more dependency updates*

[`Full Changelog`](https://github.com/seapagan/simple-toml-settings/compare/0.3.2...HEAD) | [`Diff`](https://github.com/seapagan/simple-toml-settings/compare/0.3.2...HEAD.diff) | [`Patch`](https://github.com/seapagan/simple-toml-settings/compare/0.3.2...HEAD.patch)
[`Full Changelog`](https://github.com/seapagan/simple-toml-settings/compare/0.3.2...0.4.0) | [`Diff`](https://github.com/seapagan/simple-toml-settings/compare/0.3.2...0.4.0.diff) | [`Patch`](https://github.com/seapagan/simple-toml-settings/compare/0.3.2...0.4.0.patch)

## [0.3.2](https://github.com/seapagan/simple-toml-settings/releases/tag/0.3.2) (2023-11-02)

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.3.2"
version = "0.4.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 eca3f5c

Please sign in to comment.