Skip to content

Commit

Permalink
chore(main): release 0.3.0 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
tnunamak authored Jul 29, 2024
1 parent 0ff05a6 commit af42ca9
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.2.0"
".": "0.3.0"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="rstring",
version="0.2.0",
version="0.3.0",
author="Tim Nunamaker",
author_email="[email protected]",
description="A tool to stringify code using rsync and manage presets",
Expand Down

0 comments on commit af42ca9

Please sign in to comment.