Skip to content

Commit

Permalink
prep for 0.6.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 Mar 11, 2024
1 parent c03f505 commit 46a599a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ 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.6.0](https://github.com/seapagan/simple-toml-settings/releases/tag/0.6.0) (2024-03-11)

**New Features**

Expand All @@ -19,7 +19,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- Bump faker from 24.0.0 to 24.1.0 ([#139](https://github.com/seapagan/simple-toml-settings/pull/139)) by [dependabot[bot]](https://github.com/apps/dependabot)
- Bump pytest from 8.0.2 to 8.1.1 ([#138](https://github.com/seapagan/simple-toml-settings/pull/138)) by [dependabot[bot]](https://github.com/apps/dependabot)

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

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

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.5.0"
version = "0.6.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 46a599a

Please sign in to comment.