chore(main): release 0.4.0
This commit is contained in:
parent
12758ef97b
commit
636e1f51e4
4 changed files with 10 additions and 3 deletions
|
@ -1,3 +1,3 @@
|
||||||
{
|
{
|
||||||
".": "0.3.0"
|
".": "0.4.0"
|
||||||
}
|
}
|
|
@ -1,5 +1,12 @@
|
||||||
# Changelog
|
# 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)
|
## [0.3.0](https://github.com/sevki/okid/compare/v0.2.0...v0.3.0) (2024-11-10)
|
||||||
|
|
||||||
|
|
||||||
|
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -1154,7 +1154,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "okid"
|
name = "okid"
|
||||||
version = "0.3.0"
|
version = "0.4.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-graphql",
|
"async-graphql",
|
||||||
"blake3",
|
"blake3",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "okid"
|
name = "okid"
|
||||||
version = "0.3.0"
|
version = "0.4.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
description = "A library for gereating double clickable ids"
|
description = "A library for gereating double clickable ids"
|
||||||
|
|
Loading…
Reference in a new issue