Skip to content

Releases: rust-onig/rust-onig

V6.5.1

23 May 20:06
ed05d7a

Choose a tag to compare

What's Changed

Full Changelog: V6.5.0...V6.5.1

6.5.0

23 May 17:49
1f609bb

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.4.0...V6.5.0

6.4.0

09 Aug 06:41

Choose a tag to compare

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

Full Changelog: v6.3.2...v6.4.0

v6.3.2

02 Jul 09:59

Choose a tag to compare

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

New Contributors

Full Changelog: v6.3.0...v6.3.2

Onig 6.3.0

02 Oct 08:44

Choose a tag to compare

Bugfix release to properly handle round-tripping of Syntax bits.

  • #163 - Bumps MSRV to 1.50.0. Our previous version of 1.40.0 was causing some issues in CI
  • #164 - Update onig-sys to use 6.9.7.1 patched version of Oniguruma
  • #162 - Proper support for round tripping syntax feaure flags, and adds the p featre flag.

Onig 6.1.0

09 Sep 17:51

Choose a tag to compare

Onig 6.1.0 and onig_sys 69.5.1 with:

  • Minimum Rust (MSRV) is now 1.40
  • WASM support (#147)
  • Empty matches are only skipped when they overlap the previous
    match (#145)

Onig v4.2.1

10 Nov 13:55

Choose a tag to compare

Fix to remove ancillary files from the published crate.

Onig v4.2.0

10 Nov 13:54

Choose a tag to compare

Update onig_sys to use Oniguruma 6.9.

Onig v4.1.0

10 Nov 13:53

Choose a tag to compare

  • 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

10 Nov 13:49

Choose a tag to compare

Same as v4.0.0, but with an updated onig_sys version