this repo has no description

๐Ÿš€ Bump version to 0.3.0

+8 -5
+7 -4
CHANGELOG.md
··· 7 7 8 8 ## [Unreleased] 9 9 10 + 11 + ## 0.3.0 - 2024-09-09 12 + 13 + ### Breaking changes 14 + 15 + - Removed the need for `glimit.build()` and `glimit.try_build()` functions. Now, the `glimit.apply()` function can be used directly with the limiter configuration. 16 + 10 17 ### Added 11 18 12 19 - Added the `per_second_fn` and `burst_limit_fn` functions to dynamically set limits based on the identifier. 13 20 - Added examples to the `examples/` directory. 14 21 - Added examples to the documentation. 15 - 16 - ### Changed 17 - 18 - - Removed the need for `glimit.build()` and `glimit.try_build()` functions. Now, the `glimit.apply()` function can be used directly with the limiter configuration. 19 22 20 23 21 24 ## 0.2.0 - 2024-09-07
+1 -1
gleam.toml
··· 1 1 name = "glimit" 2 - version = "0.2.0" 2 + version = "0.3.0" 3 3 4 4 description = "A simple, framework-agnostic, in-memory rate limiter for Gleam." 5 5 licences = ["MIT"]