From 8f7e54c1ca3db683b7b67c3bfd743ec181d9b4da Mon Sep 17 00:00:00 2001 From: pythoninthegrass <4097471+pythoninthegrass@users.noreply.github.com> Date: Fri, 12 Jul 2024 01:45:47 -0500 Subject: [PATCH] chore(main): release 0.1.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ pyproject.toml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 466df71..a915e8c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.1.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7028dfa..e7fe547 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.1.1](https://github.com/pythoninthegrass/fuck45/compare/v0.1.0...v0.1.1) (2024-07-12) + + +### Bug Fixes + +* imports, index rendering ([2462cfd](https://github.com/pythoninthegrass/fuck45/commit/2462cfdec4a08d16775a89b2b1e00975b17bd9a2)) + + +### Documentation + +* update readme ([0e30033](https://github.com/pythoninthegrass/fuck45/commit/0e30033a50b2c3f98b9f743fd904d2ad8ec53235)) + ## [0.1.0](https://github.com/pythoninthegrass/fuck45/compare/v0.1.0...v0.1.0) (2024-07-12) diff --git a/pyproject.toml b/pyproject.toml index 328ee96..513b54c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fuck45" -version = "0.1.0" +version = "0.1.1" description = "" authors = ["pythoninthegrass <4097471+pythoninthegrass@users.noreply.github.com>"] license = "Unlicense"