Skip to content

Releases: Bestowinc/json-logic-rs

v0.5.0

13 Dec 18:58
Compare
Choose a tag to compare

What's Changed

  • add support for python 3.13; drop support for 3.8 by @jstewmon in #41

Full Changelog: v0.4.0...v0.5.0

v0.4.0

01 Jul 23:03
Compare
Choose a tag to compare

What's Changed

  • build: remove python 3.7, update macos rust setup, update ci config by @jstewmon in #38
  • Handle flat JSON escape dot syntax by @gquittet in #37
  • perf: Replacing ok_or() calls with ok_or_else(||) calls, to improve performance by @pyros82 in #39

Full Changelog: v0.3.3...v0.4.0

v0.3.3

16 Apr 04:22
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.2...v0.3.3

v0.3.2

22 Jul 13:42
Compare
Choose a tag to compare

Full Changelog: v0.3.1...v0.3.2

v0.3.1

22 Jul 13:10
Compare
Choose a tag to compare

What's Changed

  • only run distribute for releases, bump version by @jstewmon in #34

Full Changelog: v...v0.3.1

v0.3.0

21 Jul 20:30
Compare
Choose a tag to compare

What's Changed

  • fix: use correct secret name for pypi token in wheel publish by @jstewmon in #29
  • chore: add py311, drop py36, update deps by @jstewmon in #33

Full Changelog: v0.2.3...v0.3.0