Releases: lutaml/expressir
Releases · lutaml/expressir
v1.3.0
What's Changed
- Use (x86_64/aarch64)-linux-gnu target platform for native extensions instead of (x86_64/aarch64)-linux
v1.2.11
- Update Rice gen to 4.1 (Fixes SegFault for Ruby 3.2)
1.2.10
- Added Ruby 3.2 support to native extensions and tests
- Fixed sevral minor issues
1.2.9
- Fixed expressir crash on unusually placed remarks
- Updated build, test and release scripts
1.2.8
- Ruby 2.7 is now minimal requirement
- GHA actions updates due to planned deprecations
- Minor build optimizations
1.2.7
- Optimized native extension build for Ruby 3.x
1.2.6
Fixed 'floating' SEGFAULT in native extension
1.2.5
Upgrade antlr to 4.10.1, antlr4-native-rb to 2.1.0
1.2.4
- antlr upgrade to 4.9.2 (for us it fixes an issue with an order of static constructors)
- fixed lifespan of Rice objects
Both fixes were targetting #74. This version is more stable but some issue(s) is(are) still there.