Releases: rust-onig/rust-onig
Releases · rust-onig/rust-onig
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_static
withonce_cell
by @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-api
feature to make the feature work correctly when disabled. - Update to
onig_sys
to use onig 6.8 - Fix for
pkg-config
static linking to actaully statically link
Onig v4.0.1
Same as v4.0.0, but with an updated onig_sys
version
Onig v4.0.0
Removes the dependency on cmake
for compiling onig_sys
.
Onig 3.2.2
Bugfix release. This release addresses a memory leak (#84) introduced in 3.2.0.