This commit is contained in:
Josh Holtrop 2026-07-14 22:20:56 -04:00
parent c3bccd2151
commit dddb1b5089
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
## v4.8.1
### Fixes
- Fix tree node struct type forward-declarations for C/C++
## v4.8.0 ## v4.8.0
### New Features ### New Features

View File

@ -1,3 +1,3 @@
class Propane class Propane
VERSION = "4.8.0" VERSION = "4.8.1"
end end