This commit is contained in:
Josh Holtrop 2025-07-28 20:40:24 -04:00
parent dbe0bf8ad0
commit 66f95cb6d8
2 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,7 @@
- Include line numbers for pattern errors
- Improve performance in a few places
- Parallelize parser table generation on Linux hosts
- Add github workflow to run unit tests
### Fixes

View File

@ -1,3 +1,3 @@
class Propane
VERSION = "2.2.1"
VERSION = "2.3.0"
end