Releases: rust-onig/rust-onig
Releases · rust-onig/rust-onig
V6.5.1
6.5.0
What's Changed
- Try to Match Whole String for
is_matchby @iwillspeak in #172 - Bump the bindgen version by @lu-zero in #174
- fix: bump oniguruma by @ryanabx in #192
- Upgrade to bitflags v2 by @lopopolo in #181
- small fixes, use https by @szabgab in #179
- Use https for repository link by @alexanderkjall in #184
- use https for documentation and repo links by @alexanderkjall in #185
- Updates by @Keats in #197
- Create crate-publish.yml by @iwillspeak in #199
- Update crate-publish.yml by @iwillspeak in #201
New Contributors
- @lu-zero made their first contribution in #174
- @ryanabx made their first contribution in #192
- @szabgab made their first contribution in #179
- @alexanderkjall made their first contribution in #184
Full Changelog: v6.4.0...V6.5.0
6.4.0
This release contains two feature requests from @lopopolo. We no longer rely on the
older lazy_static crate for shared mutex initialisation, and the crates have been bumped
to 2018.
What's Changed
- Replace
lazy_staticwithonce_cellby @lopopolo in #169 - Upgrade to 2018 edition by @lopopolo in #170
Full Changelog: v6.3.2...v6.4.0
v6.3.2
Bump the Oniguruma version to 6.9.8. Thanks to @Techcable for adding cargo:rerun-if-env-changed to
prevent unwanted rebuilds of Oniguruma.
What's Changed
- Bump Onig to 6.9.7.1 Patch by @iwillspeak in #164
- README: Correct typo of RUSTONIG_DYNAMIC_LIBONIG by @Techcable in #166
- onig_sys: Add cargo:rerun-if-env-changed flags by @Techcable in #167
- Bump oniguruma Dependency by @iwillspeak in #168
New Contributors
- @Techcable made their first contribution in #166
Full Changelog: v6.3.0...v6.3.2
Onig 6.3.0
Bugfix release to properly handle round-tripping of Syntax bits.
Onig 6.1.0
Onig v4.2.1
Fix to remove ancillary files from the published crate.
Onig v4.2.0
Update onig_sys to use Oniguruma 6.9.
Onig v4.1.0
- Fix to the Onig
posix-apifeature to make the feature work correctly when disabled. - Update to
onig_systo use onig 6.8 - Fix for
pkg-configstatic linking to actaully statically link
Onig v4.0.1
Same as v4.0.0, but with an updated onig_sys version