Skip to content

Commit 068904a

Browse files
🔖 Version 2.0.4
1 parent 0cf5695 commit 068904a

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# CHANGELOG
22

3+
## v2.0.4 - 2024-12-04
4+
5+
- Replace deprecated `gleam/regex` module with `gleam/regexp`.
6+
([Surya Rose](https://github.com/GearsDatapacks))
7+
38
## v2.0.3 - 2024-11-28
49

510
- Improved error message when using a Postgres version that's too old.

gleam.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "squirrel"
2-
version = "2.0.3"
2+
version = "2.0.4"
33
description = "🐿️ Type safe SQL in Gleam"
44
licences = ["Apache-2.0"]
55
repository = { type = "github", user = "giacomocavalieri", repo = "squirrel" }

src/squirrel.gleam

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import squirrel/internal/project
2020
import squirrel/internal/query.{type TypedQuery}
2121
import term_size
2222

23-
const squirrel_version = "v2.0.3"
23+
const squirrel_version = "v2.0.4"
2424

2525
/// 🐿️ Performs code generation for your Gleam project.
2626
///

0 commit comments

Comments
 (0)