File: CHANGELOG.md

package info (click to toggle)
rust-versionize-derive 0.1.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 180 kB
  • sloc: makefile: 4
file content (26 lines) | stat: -rw-r--r-- 412 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# v0.1.5

- Ping dependency versions
- Fix clippy errors and warnings
- Bump rust-vmm-ci version

# v0.1.4

- Added more documentation and examples.

# v0.1.3

- Updated documentation.

# v0.1.2

- Removed union serialization support.

# v0.1.1

- Removed "versionize" dependency.
- Added support for (de)serializing enum variants with zero or more fields.

# v0.1.0

- "versionize_derive" v0.1.0 first release.