···11# CHANGELOG
2233+## v3.0.4 - 2025-05-19
44+55+- Relaxed the constraint on the `gleam_json` dependency.
66+ ([Giacomo Cavalieri](https://github.com/giacomocavalieri))
77+38## v3.0.3 - 2025-04-28
49510- Fixed a bug where Squirrel would not be able to generate code for queries with
+1-1
gleam.toml
···11name = "squirrel"
22-version = "3.0.3"
22+version = "3.0.4"
33description = "🐿️ Type safe SQL in Gleam"
44licences = ["Apache-2.0"]
55repository = { type = "github", user = "giacomocavalieri", repo = "squirrel" }