Skip to content

Commit

Permalink
🔖 Version 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomocavalieri committed Dec 4, 2024
1 parent 0cf5695 commit 068904a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## v2.0.4 - 2024-12-04

- Replace deprecated `gleam/regex` module with `gleam/regexp`.
([Surya Rose](https://github.com/GearsDatapacks))

## v2.0.3 - 2024-11-28

- Improved error message when using a Postgres version that's too old.
Expand Down
2 changes: 1 addition & 1 deletion gleam.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "squirrel"
version = "2.0.3"
version = "2.0.4"
description = "🐿️ Type safe SQL in Gleam"
licences = ["Apache-2.0"]
repository = { type = "github", user = "giacomocavalieri", repo = "squirrel" }
Expand Down
2 changes: 1 addition & 1 deletion src/squirrel.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import squirrel/internal/project
import squirrel/internal/query.{type TypedQuery}
import term_size

const squirrel_version = "v2.0.3"
const squirrel_version = "v2.0.4"

/// 🐿️ Performs code generation for your Gleam project.
///
Expand Down

0 comments on commit 068904a

Please sign in to comment.