Skip to content

Commit

Permalink
prep for 0.3.1 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 28, 2023
1 parent 01380ba commit a8d6601
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Changelog

## [Unreleased](https://github.com/seapagan/simple-toml-settings/tree/HEAD)
## [0.3.1](https://github.com/seapagan/simple-toml-settings/releases/tag/0.3.1) (2023-10-28)

**Merged Pull Requests**

- Change to new CHANGELOG generator. Mine :) ([#38](https://github.com/seapagan/simple-toml-settings/pull/38)) by [seapagan](https://github.com/seapagan)
- Migrate to ruff linter and formatter ([#37](https://github.com/seapagan/simple-toml-settings/pull/37)) by [seapagan](https://github.com/seapagan)

**Dependency Updates**
Expand All @@ -18,7 +19,7 @@
- Bump flake8-type-checking from 2.5.0 to 2.5.1 ([#29](https://github.com/seapagan/simple-toml-settings/pull/29)) by [dependabot[bot]](https://github.com/apps/dependabot)
- Bump mypy from 1.6.0 to 1.6.1 ([#28](https://github.com/seapagan/simple-toml-settings/pull/28)) by [dependabot[bot]](https://github.com/apps/dependabot)

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

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

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.0"
version = "0.3.1"
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 a8d6601

Please sign in to comment.