Release: 0.15.2 - Fix find, some? and binding
What's Changed
🐛 Bug fixes
- Fix result elements order of split by @smeghead in https://github.com/phel-lang/phel-lang/pull/736
- Fix
findfunction for an empty vector by @smeghead in https://github.com/phel-lang/phel-lang/pull/738 - Fix
some?function for an empty vector by @smeghead in https://github.com/phel-lang/phel-lang/pull/747 - Fix
bindingfunction for atom body by @smeghead in https://github.com/phel-lang/phel-lang/pull/749
🏗️ Miscellaneous
- Added: Tests to proof documentations by @t-matsudate in https://github.com/phel-lang/phel-lang/pull/740
- Upgrade gacela 1.8 by @Chemaclass in https://github.com/phel-lang/phel-lang/pull/752
New Contributors
- @t-matsudate made their first contribution in https://github.com/phel-lang/phel-lang/pull/740
Full Changelog: v0.15.1...v0.15.2