Skip to content

Releases: ayrat555/fang

0.11.0-rc0

21 Apr 16:37
22cd819
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.10.4...0.11.0-rc0

Release candidate

22 Aug 08:15
d91389b
Compare
Choose a tag to compare
Release candidate Pre-release
Pre-release

What's Changed

Full Changelog: 0.10.4...0.10.4.1

0.10.4

15 Aug 06:40
1ab07b5
Compare
Choose a tag to compare

0.10.4 (2023-08-12)

  • reorganize the repo into two crates fang and fang-derive-error
  • added macro crate fang-derive-error that provides ToFangError derive macro.
  • refactor the FangTaskState enum and the Task struct.

0.10.3

18 Mar 10:18
1d0def0
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.10.2...0.10.3

0.10.2

23 Feb 07:34
a9c4faa
Compare
Choose a tag to compare

0.10.2 (2023-02-23)

Improved

  • update diesel-derive-enum from 2.0.0-rc.0 to 2.0.1 - #111
  • use dotenvy instead of dotenv - #111
  • update tokio from 1.20 to 1.25 - #111

0.10.1

04 Feb 03:32
1eaba05
Compare
Choose a tag to compare

0.10.1 (2023-02-04)

Improved

  • Update typed-builder requirement from 0.11 to 0.12 - #108
  • Add dodcumentation - #96, #104
  • Fix clippy warnings - #109

0.10.0

27 Sep 15:02
Compare
Choose a tag to compare

0.10.0 (2022-09-27)

Added

  • Add retries for tasks - #92

Improved

  • Update the cron crate from 0.11 to 0.12 - #97