caio.co/de/foca

Prepare for v0.19.0 release

Id
ad13b2a27d556b269fd4b49b4247363dcc8323b8
Author
Caio
Commit time
2025-03-24T07:26:05+01:00

Modified CHANGELOG.md

@@ -1,5 +1,11
# Changelog

+## v0.19.0 - 2025-03-24
+
+- `rand` dependency updated to 0.9
+- `bincode-codec` feature now depends on bincode 2, but still
+ requires serde and std
+
## v0.18.0 - 2024-10-12

- **BREAKING**: `Error` now relies on `core::error::Error`

Modified Cargo.toml

@@ -1,6 +1,6
[package]
name = "foca"
-version = "0.18.0"
+version = "0.19.0"
rust-version = "1.81.0"
authors = ["Caio <contact@caio.co>"]
edition = "2021"