Skip to content

Releases: ayrat555/fang

0.11.0

Choose a tag to compare

@ayrat555 ayrat555 released this 02 Jul 16:11
c7cc367

What's Changed

New Contributors

Full Changelog: 0.10.4.1...0.11.0

0.11.0-rc0

Choose a tag to compare

@ayrat555 ayrat555 released this 21 Apr 16:37
22cd819

What's Changed

New Contributors

Full Changelog: 0.10.4...0.11.0-rc0

Release candidate

Release candidate Pre-release
Pre-release

Choose a tag to compare

@pxp9 pxp9 released this 22 Aug 08:15
d91389b

What's Changed

Full Changelog: 0.10.4...0.10.4.1

0.10.4

Choose a tag to compare

@ayrat555 ayrat555 released this 15 Aug 06:40
1ab07b5

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

Choose a tag to compare

@ayrat555 ayrat555 released this 18 Mar 10:18
1d0def0

What's Changed

Full Changelog: 0.10.2...0.10.3

0.10.2

Choose a tag to compare

@ayrat555 ayrat555 released this 23 Feb 07:34
a9c4faa

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

Choose a tag to compare

@ayrat555 ayrat555 released this 04 Feb 03:32
1eaba05

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

Choose a tag to compare

@ayrat555 ayrat555 released this 27 Sep 15:02

0.10.0 (2022-09-27)

Added

  • Add retries for tasks - #92

Improved

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