From af42ca9857eaf0754b2f93e61ee00e034850abde Mon Sep 17 00:00:00 2001 From: Tim Nunamaker Date: Sun, 28 Jul 2024 21:42:56 -0500 Subject: [PATCH] chore(main): release 0.3.0 (#7) --- .release-please-manifest.json | 2 +- CHANGELOG.md | 17 +++++++++++++++++ setup.py | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2be9c43..0ee8c01 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.0" + ".": "0.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7505937..3725ab3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [0.3.0](https://github.com/tnunamak/rstring/compare/v0.2.0...v0.3.0) (2024-07-29) + + +### Features + +* UX improvements ([b331736](https://github.com/tnunamak/rstring/commit/b331736de7c0cc75943200db0b49f321be31af4e)) + + +### Bug Fixes + +* GitHub release job ([c36207c](https://github.com/tnunamak/rstring/commit/c36207c9b067949207fecbbd806ac0c7203833a2)) + + +### Documentation + +* pipx ([0ff05a6](https://github.com/tnunamak/rstring/commit/0ff05a67007feb0f0093e3dc89d4056e7718277b)) + ## [0.2.0](https://github.com/tnunamak/rstring/compare/v0.1.0...v0.2.0) (2024-07-27) diff --git a/setup.py b/setup.py index a44941c..26e3810 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="rstring", - version="0.2.0", + version="0.3.0", author="Tim Nunamaker", author_email="tim.nunamaker@gmail.com", description="A tool to stringify code using rsync and manage presets",