diff --git a/CHANGELOG.md b/CHANGELOG.md index 412000d..84efea1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.1](https://github.com/liamwh/surreal-id/compare/v1.0.0...v1.0.1) - 2024-07-15 + +### Other +- Bump thiserror from 1.0.49 to 1.0.53 +- Bump serde from 1.0.188 to 1.0.193 + ## [0.2.2](https://github.com/liamwh/surreal-id/compare/v0.2.1...v0.2.2) - 2024-01-26 ### Other diff --git a/Cargo.lock b/Cargo.lock index 174d646..b28e59a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2760,7 +2760,7 @@ checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc" [[package]] name = "surreal-id" -version = "1.0.0" +version = "1.0.1" dependencies = [ "pretty_assertions", "proptest", diff --git a/Cargo.toml b/Cargo.toml index 55753dc..ff6804e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "surreal-id" -version = "1.0.0" +version = "1.0.1" edition = "2021" license = "MIT OR Apache-2.0" description = "A package for easily creating ID types for usage with surrealdb"