diff --git a/CHANGELOG.md b/CHANGELOG.md index 98fb7c2..7c403b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.3.1] - 2024-12-12 + +### Miscellaneous Tasks + +- Switch on `missing_docs` ([#106](https://github.com/s2-streamstore/s2-cli/issues/106)) + ## [0.3.0] - 2024-12-11 ### Features diff --git a/Cargo.toml b/Cargo.toml index f969abd..c0e7537 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "streamstore" description = "Rust SDK for S2" -version = "0.3.0" +version = "0.3.1" edition = "2021" license = "Apache-2.0" keywords = ["wal", "grpc", "s2", "log", "stream"]