Skip to content

Commit

Permalink
prep for 0.8.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 Aug 22, 2024
1 parent 09688c4 commit f34480c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
14 changes: 9 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,28 @@ project since the first release.
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [Unreleased](https://github.com/seapagan/simple-toml-settings/tree/HEAD)
## [0.8.0](https://github.com/seapagan/simple-toml-settings/releases/tag/0.8.0) (2024-08-22)

**New Features**

- Add 'allow_missing_file' option ([#254](https://github.com/seapagan/simple-toml-settings/pull/254)) by [seapagan](https://github.com/seapagan)
- Mark some options as mutually exclusive and raise exception if more than one used ([#245](https://github.com/seapagan/simple-toml-settings/pull/245)) by [seapagan](https://github.com/seapagan)

**Dependency Updates**

- Bump mkdocs-material from 9.5.31 to 9.5.32 ([#253](https://github.com/seapagan/simple-toml-settings/pull/253)) by [dependabot[bot]](https://github.com/apps/dependabot)
- Bump github-changelog-md from 0.9.4 to 0.9.5 ([#252](https://github.com/seapagan/simple-toml-settings/pull/252)) by [dependabot[bot]](https://github.com/apps/dependabot)
- Bump faker from 26.1.0 to 27.0.0 ([#251](https://github.com/seapagan/simple-toml-settings/pull/251)) by [dependabot[bot]](https://github.com/apps/dependabot)
- Bump ruff from 0.5.6 to 0.6.1 ([#250](https://github.com/seapagan/simple-toml-settings/pull/250)) by [dependabot[bot]](https://github.com/apps/dependabot)
- Bump pymarkdownlnt from 0.9.21 to 0.9.22 ([#247](https://github.com/seapagan/simple-toml-settings/pull/247)) by [dependabot[bot]](https://github.com/apps/dependabot)
- Bump mypy from 1.11.0 to 1.11.1 ([#243](https://github.com/seapagan/simple-toml-settings/pull/243)) by [dependabot[bot]](https://github.com/apps/dependabot)
- Bump mkdocs-material from 9.5.30 to 9.5.31 ([#242](https://github.com/seapagan/simple-toml-settings/pull/242)) by [dependabot[bot]](https://github.com/apps/dependabot)
- Bump faker from 26.0.0 to 26.1.0 ([#241](https://github.com/seapagan/simple-toml-settings/pull/241)) by [dependabot[bot]](https://github.com/apps/dependabot)
- Bump ruff from 0.5.5 to 0.5.6 ([#240](https://github.com/seapagan/simple-toml-settings/pull/240)) by [dependabot[bot]](https://github.com/apps/dependabot)
- Bump pytest from 8.2.2 to 8.3.2 ([#239](https://github.com/seapagan/simple-toml-settings/pull/239)) by [dependabot[bot]](https://github.com/apps/dependabot)
- Bump mkdocs-material from 9.5.29 to 9.5.30 ([#238](https://github.com/seapagan/simple-toml-settings/pull/238)) by [dependabot[bot]](https://github.com/apps/dependabot)
- Bump pre-commit from 3.7.1 to 3.8.0 ([#237](https://github.com/seapagan/simple-toml-settings/pull/237)) by [dependabot[bot]](https://github.com/apps/dependabot)
- Bump pymdown-extensions from 10.8.1 to 10.9 ([#236](https://github.com/seapagan/simple-toml-settings/pull/236)) by [dependabot[bot]](https://github.com/apps/dependabot)
- *and 3 more dependency updates*

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

## [0.7.0](https://github.com/seapagan/simple-toml-settings/releases/tag/0.7.0) (2024-07-29)

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.7.0"
version = "0.8.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 f34480c

Please sign in to comment.