diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f8cc7c..ab01eed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [1.0.0] - 2023-07-20 + +### Features + +- Add driver example ([e76f8c0](https://github.com/azzamsa/tin/commit/e76f8c0059c5d26dc34b677cd79947159f1a066d)) +- Move user error to user module ([b8e8fab](https://github.com/azzamsa/tin/commit/b8e8fabc6364983a746b9bbceb6fcf059f503206)) + ## [0.5.1] - 2023-07-19 ### Features diff --git a/Cargo.lock b/Cargo.lock index 97b5cf9..2c3ff65 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2512,7 +2512,7 @@ dependencies = [ [[package]] name = "tin" -version = "0.5.1" +version = "1.0.0" dependencies = [ "anyhow", "async-graphql", diff --git a/Cargo.toml b/Cargo.toml index 883e745..0d7fdf5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] # طين is an arabic word for Clay name = "tin" -version = "0.5.1" +version = "1.0.0" authors = ["azzamsa "] categories = ["web-programming"] edition = "2021"