Skip to content

Commit 9db40e9

Browse files
committed
release 0.1.1
1 parent 5fb4783 commit 9db40e9

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
44
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

6+
## [0.1.1] - 2023-07-07
7+
8+
### New Codec
9+
10+
- Added `RkyvCodec`
11+
612
## [0.1.0] - 2023-07-07
713

814
Initial release.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "codee"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55
authors = ["Marc-Stefan Cassola"]
66
categories = ["encoding"]

0 commit comments

Comments
 (0)