Skip to content

Releases: blackbeam/rust-marc

v3.1.1

05 Sep 08:46
Compare
Choose a tag to compare

What's Changed

  • Fix Indicator::second() in #17 (see #16)

v3.1.0

25 Apr 14:43
Compare
Choose a tag to compare

What's Changed

  • Fix decoding issue on Field Display by @ja573 in #13
  • Implement MARC XML by @ja573 in #15

Full Changelog: v3.0.0...v3.1.0

v3.0.0

04 Apr 12:18
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @ja573 made their first contribution in #11

Full Changelog: v2.0.0...v3.0.0

v2.0.0

27 Jan 10:23
Compare
Choose a tag to compare

Closed issues

Improvements

  • better PartialEq impls for Tag, Identifier and Indicator

v1.3.0

30 Oct 11:11
Compare
Choose a tag to compare

Changes:

  • WriteRecordExt trait has been implemented by @lannonbr.