Skip to content

Commit

Permalink
Update to v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
WinslowJosiah committed Jan 15, 2025
1 parent 0e65d60 commit 88ef491
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 @@ -40,6 +40,11 @@ for this project. A tutorial on how to use each feature of the language is also

## Changelog

### v1.0.2 (2025-01-15)

- Fixed error on empty program
- Fixed behavior of `CONTINUED` numbers

### v1.0.1 (2025-01-15)

- Fixed behavior of `DO ROT` and `DO ROTINVERSE` with negative numbers
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "bespokelang"
version = "1.0.1"
version = "1.0.2"
requires-python = ">=3.10"
authors = [
{ name="Josiah Winslow", email="[email protected]" },
Expand Down

0 comments on commit 88ef491

Please sign in to comment.