Skip to content

Releases: samuelcolvin/rtoml

v0.12

09 Dec 17:16
a957d04
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.11...v0.12

v0.11

24 Jun 12:48
0916aef
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.10...v0.11

v0.10

21 Dec 11:54
20f3ae1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9...v0.10

v0.9

10 Nov 16:45
131cf97
Compare
Choose a tag to compare

What's Changed

  • uprev pyo3 and fix linting #47
  • switch to maturin for build #48
  • add 3.11 #49
  • rewriting benchmarks #50
  • Improve performance of serializer significantly #51
  • Custom deserializer #52

Full Changelog: v0.8...v0.9

v0.8

11 May 15:44
2c50761
Compare
Choose a tag to compare
  • Add pyproject.toml by @oittaa in #33
  • uprev dependencies in #41
  • trying arm64 build on macos in #34
  • Update to pyo3 0.16 by @messense in #37
  • Add missing lockfile to sdist by @jameshilliard in #38
  • try to fix macos build in #42
  • ⬆️ Pump toml-rs to 0.5.9 to fix #39 by @pwwang in #40
  • testing new public datetime types from toml-rs in #30
  • compilation optimisations in #43

Full Changelog: v0.7.1...v0.8

v0.7.1

05 Dec 10:56
7d68375
Compare
Choose a tag to compare

Full Changelog: v0.6.1...v0.7.1

v0.7

08 Jun 16:04
4f65514
Compare
Choose a tag to compare
  • Performance improvement: removing parse_datetime python function, implement in rust, #25
  • Add pytomlpp and tomli to benchmarks, #24

v0.6.1

14 Apr 11:24
Compare
Choose a tag to compare
  • update type hints to show that only dicts can be returned when loading toml 5a86f34

v0.6

15 Mar 19:36
Compare
Choose a tag to compare
  • python 3.9 pypi classifier 0779d2c
  • preserve order when loading and dumping dicts #19
  • rename branch master -> main a7f9c22

v0.5

31 Jan 18:36
Compare
Choose a tag to compare
  • tests and binary build for python 3.9 #17
  • switch from manylinux2010 to manylinux2014 0262c92
  • uprev rust dependencies: toml-rs==0.5.8, serde==1.0.123, pyo3=0.13.1 #16
  • uprev all build, test and linting dependencies to latest versions #16