this repo has no description

๐Ÿš€ Bump version to 0.2.0

+2 -2
+1 -1
CHANGELOG.md
··· 5 5 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). 6 6 7 7 8 - ## [Unreleased] 8 + ## 0.2.0 - 2024-09-07 9 9 10 10 ### Breaking changes 11 11
+1 -1
gleam.toml
··· 1 1 name = "glimit" 2 - version = "0.1.3" 2 + version = "0.2.0" 3 3 4 4 description = "A simple, framework-agnostic, in-memory rate limiter for Gleam." 5 5 licences = ["MIT"]