Skip to content

Releases: ohkami-rs/serdev

v0.3.2

13 Dec 11:31
Immutable release. Only release title and notes can be modified.
0a3e40f

Choose a tag to compare

What's Changed

  • chore(CI): delete target and Cargo.lock if exists within CI's preconditions by @kanarus in #35
  • feat: add derive feature flag for Cargo.toml-syntax-compatibility with serde by @kanarus in #36
  • v0.3.2 by @kanarus in #37

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

v0.3.1

12 Dec 17:01
Immutable release. Only release title and notes can be modified.
efbae7b

Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.3.1

v0.3.0

12 Dec 11:28
Immutable release. Only release title and notes can be modified.
1d435d2

Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.3.0

v0.2

14 Sep 09:09
b71bf8b

Choose a tag to compare

What's Changed

  • chore: fix repository urls in Cargo.tomls by @kanarus in #9
  • chore: place examples at the top of repository by @kanarus in #11
  • chore: add fields transfering by hand vs mem::transmute by @kanarus in #12
  • chore: CI: run examples in test to execute assert_eq!s by @kanarus in #13
  • chore: update README by @kanarus
  • feat: support #[serdev(crate = "path::to::serdev")] by @kanarus in #21

Full Changelog: v0.1...v0.2.0

v0.1

25 Aug 01:39
2d756aa

Choose a tag to compare

First Release!