Files
Notes/notes-service/vendor/serde_variant/CHANGELOG.md
T
2026-08-01 16:11:49 +03:00

23 lines
427 B
Markdown

0.1.3
-----
- Relicensed project under terms of `Apache-2.0 OR MIT`
0.1.2
-----
- Added support for struct enum variants
- Tagged more functions and methods as `#[inline]`
- Switched to using GitHub Actions as CI provider
- Bumped minimum supported Rust version to `1.57`
0.1.1
-----
- Added support for newtype structs, newtype enum variants, and tuple
enum variants to `to_variant_name`
0.1.0
-----
- Initial release