diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6b7b74c..da59f99 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.0" + ".": "0.4.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index ff0a55a..20810cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.0](https://github.com/sevki/okid/compare/v0.3.0...v0.4.0) (2024-11-10) + + +### Features + +* introduce pathsafe ([12758ef](https://github.com/sevki/okid/commit/12758ef97b2c25ed78d897461d645e10b06cfb37)) + ## [0.3.0](https://github.com/sevki/okid/compare/v0.2.0...v0.3.0) (2024-11-10) diff --git a/Cargo.lock b/Cargo.lock index d035155..6526627 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1154,7 +1154,7 @@ dependencies = [ [[package]] name = "okid" -version = "0.3.0" +version = "0.4.0" dependencies = [ "async-graphql", "blake3", diff --git a/Cargo.toml b/Cargo.toml index 06a1fef..3d60d3d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "okid" -version = "0.3.0" +version = "0.4.0" edition = "2021" readme = "README.md" description = "A library for gereating double clickable ids"