diff --git a/CHANGELOG.md b/CHANGELOG.md index 4443763..2353e1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. +## [0.4.0] - 2023-07-19 + +### Features + +- Avoid boilerplate with `frunk` ([05a920b](05a920bd38715746fbe46c2a15a7ce5374b24597)) +- Containerize app ([7a0b138](7a0b138520b535877b75e036bd50b77302036e78)) + +### Bug fixes + +- Git-hooks should run only in CI ([d990616](d9906164db7eb30cf66e2ed32edb220c0787fe13)) + ## [0.3.2] - 2023-01-04 ### Bug fixes diff --git a/Cargo.lock b/Cargo.lock index ac92584..e81e368 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2512,7 +2512,7 @@ dependencies = [ [[package]] name = "tin" -version = "0.3.2" +version = "0.4.0" dependencies = [ "anyhow", "async-graphql", diff --git a/Cargo.toml b/Cargo.toml index de4579a..50bcfd1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] # طين is an arabic word for Clay name = "tin" -version = "0.3.2" +version = "0.4.0" authors = ["azzamsa "] categories = ["web-programming"] edition = "2021"