Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
azzamsa committed Jan 8, 2024
1 parent 804ac4a commit 37ae3a7
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
# طين is an arabic word for Clay
name = "tin"
version = "1.1.0"
version = "1.2.0"
authors = ["azzamsa <[email protected]>"]
categories = ["web-programming"]
edition = "2021"
Expand Down

0 comments on commit 37ae3a7

Please sign in to comment.