From 196d64d56d64b499d0e861295c3ac78ff4e30579 Mon Sep 17 00:00:00 2001 From: pxp9 <48651252+pxp9@users.noreply.github.com> Date: Fri, 19 Apr 2024 19:04:01 +0200 Subject: [PATCH] CHANGELOG --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac0f049c..ea05d03c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 0.11.0-rc0 (2024-04-19) - [#141] +- `AsyncQueue` Postgres backend reimplemented in sqlx +- `AsyncQueue` Sqlite backend implemented in sqlx +- `AsyncQueue` MySQL backend implemented in sqlx +- reorganize features +- reorganize workflow to test all features + ## 0.10.4 (2023-08-12) - [#125](https://github.com/ayrat555/fang/pull/125) - reorganize repo in two crates `fang` and `fang-derive-error`