From 37ae3a7d6e17627b89590262121ef06e561e3324 Mon Sep 17 00:00:00 2001 From: azzamsa Date: Mon, 8 Jan 2024 19:58:23 +0700 Subject: [PATCH] v1.2.0 --- CHANGELOG.md | 17 +++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20d9e8d..8b0ed6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ All notable changes to this project will be documented in this file. +## [1.2.0] - 2024-01-08 + +### Features + +- Get rid of hardcoded UTC offset ([69a4ec8](https://github.com/azzamsa/tin/commit/69a4ec886e17dd3a9b2106af5767a43cb9665a7d)) + + Thanks to the new `chrono` support in `tracing-subscriber`. + + - https://docs.rs/tracing-subscriber/latest/tracing_subscriber/fmt/time/struct.ChronoLocal.html + - https://github.com/tokio-rs/tracing/pull/2690 + +- Cargo support `rust-version` ([dc2df95](https://github.com/azzamsa/tin/commit/dc2df95a1f0a4fdc44f9ce98664d69b4dc9d5b25)) + +### Bug fixes + +- We don't have any env for tracing ([fdd3540](https://github.com/azzamsa/tin/commit/fdd35403747a8408204ccd45f95cad1eb1f648c3)) + ## [1.1.0] - 2023-09-27 ### Features diff --git a/Cargo.lock b/Cargo.lock index 8214eb2..6954c6d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2473,7 +2473,7 @@ checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" [[package]] name = "tin" -version = "1.1.0" +version = "1.2.0" dependencies = [ "anyhow", "async-graphql", diff --git a/Cargo.toml b/Cargo.toml index 605872b..7820922 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] # طين is an arabic word for Clay name = "tin" -version = "1.1.0" +version = "1.2.0" authors = ["azzamsa "] categories = ["web-programming"] edition = "2021"