What's Changed
- Improve version detection and handling, support TypeEq in Julia 1.14 by @Taaitaaiger in #259
- Upgrade to syn 3 by @Taaitaaiger in #261
- Value typecheck by @Taaitaaiger in #262
- Improve panic-safety, abort if a panic unwinds into catch_exceptions. by @Taaitaaiger in #263
- Split construct_type module into several submodules by @Taaitaaiger in #264
- Move args module into call module by @Taaitaaiger in #265
- Static arrays by @Taaitaaiger in #266
- Support receiving dependencies in module init function by @Taaitaaiger in #267
- Link to Rust code when jl-docs is enabled by @Taaitaaiger in #268
- Support paths and functions in @wrapmodule by @Taaitaaiger in #269
- Support constants in for-loops in julia_module by @Taaitaaiger in #270
- Experiment: Cache constructed types with static-generics by @Taaitaaiger in #271
- Update docs by @Taaitaaiger in #272
Full Changelog: v0.23.0...v0.24.0