Releases: gnp/isin-rs
Releases · gnp/isin-rs
v0.1.18
v0.1.17
What's Changed
- Derive Copy on ISIN by @korrat in #2
- Implement serialization and deserialization for ISIN by @korrat in #3
- Bug fix in verify() where it was using the wrong byte as the check digit
- Code cleanups
- CI improvments
New Contributors
Full Changelog: v0.1.16...v0.1.17
v0.1.16
Remove dependency on bstr
crate.
Full Changelog: v0.1.15...v0.1.16