Skip to content

Releases: adracea/rsubs-lib

0.3.1

22 May 20:18
d3648d2
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.0...0.3.1

0.3.0

14 May 10:39
efefb0c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.2.1...0.3.0

Acknowledgements

  • @bytedream was the centerpiece for this refactor and release, many thanks for the extremely valuable contributions!

0.2.1

07 May 02:07
815e468
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.0...0.2.1

0.2.0

03 May 07:09
4e16c8f
Compare
Choose a tag to compare

What's Changed

Breaking Changes

#44 introduces some breaking changes in the form described #44 (comment).

New Contributors

Full Changelog: v0.1.10...0.2.0

v0.1.10

23 Nov 19:16
00a97c1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.9...v0.1.10

v0.1.9

28 Aug 13:58
17ed95b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.8...v0.1.9

v0.1.8

16 Jun 16:37
9522b94
Compare
Choose a tag to compare

Minor fixes from #12 and dependency upgrades.

v0.1.7

20 Feb 17:49
d2dab2a
Compare
Choose a tag to compare

What's Changed

  • Bump regex from 1.7.0 to 1.7.1 by @dependabot in #1
  • Added Struct enum that allows more easily parsing and converting of subs

New Contributors

Full Changelog: v0.1.6...v0.1.7

v0.1.6

05 Jan 15:49
74842f6
Compare
Choose a tag to compare

Started implementing some generics and implement traits for conversion between formats.

v0.1.5

02 Jan 17:17
0de40a0
Compare
Choose a tag to compare

This version consolidates documentation, and makes the library more consistent across the board.
It also adds serde for serialization/deserialization as needed.