chore(main): release 0.4.0

This commit is contained in:
github-actions[bot] 2024-11-10 02:47:07 +00:00 committed by Sevki
parent 12758ef97b
commit 636e1f51e4
4 changed files with 10 additions and 3 deletions

View file

@ -1,3 +1,3 @@
{
".": "0.3.0"
".": "0.4.0"
}

View file

@ -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)

2
Cargo.lock generated
View file

@ -1154,7 +1154,7 @@ dependencies = [
[[package]]
name = "okid"
version = "0.3.0"
version = "0.4.0"
dependencies = [
"async-graphql",
"blake3",

View file

@ -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"