We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fb4783 commit 9db40e9Copy full SHA for 9db40e9
CHANGELOG.md
@@ -3,6 +3,12 @@
3
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
4
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5
6
+## [0.1.1] - 2023-07-07
7
+
8
+### New Codec
9
10
+- Added `RkyvCodec`
11
12
## [0.1.0] - 2023-07-07
13
14
Initial release.
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "codee"
-version = "0.1.0"
+version = "0.1.1"
edition = "2021"
authors = ["Marc-Stefan Cassola"]
categories = ["encoding"]
0 commit comments