From 46a599a2d18086253692c48b004486173156ceba Mon Sep 17 00:00:00 2001 From: Grant Ramsay Date: Mon, 11 Mar 2024 16:58:30 +0000 Subject: [PATCH] prep for 0.6.0 release Signed-off-by: Grant Ramsay --- CHANGELOG.md | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02bddbb..b354b94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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** @@ -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) diff --git a/pyproject.toml b/pyproject.toml index 69d0483..e845ef0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] readme = "README.md"