Skip to content

Commit

Permalink
Bump version to 0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dpranke committed Nov 18, 2024
1 parent c8dc45c commit 7b722fb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ format the code. `./run --help` is your friend to find out more.

## Version History / Release Notes

* v0.19.0 (2024-11-18)
* Clean up handling of external values in grammars and add more
error checking.
* Clean up the way the language to use when generating code is
selected.
* v0.18.3 (2024-11-17)
* Remove dependencies on `build`, `twine`, just use `uv build` and
`uv publish`.
Expand Down
2 changes: 1 addition & 1 deletion src/pyfloyd/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__: str = '0.18.4.dev0'
__version__: str = '0.18.4'

0 comments on commit 7b722fb

Please sign in to comment.