Skip to content

Commit

Permalink
🔖 Version 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomocavalieri committed Aug 15, 2024
1 parent 9b035e6 commit 9cb0f2f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## Unreleased
## v1.3.2 - 2024-08-15

- Fixed a bug where the generated code would be missing a `gleam/list` import
when dealing with Postgres arrays.
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 = "1.3.1"
version = "1.3.2"
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 @@ -21,7 +21,7 @@ import squirrel/internal/project
import squirrel/internal/query.{type TypedQuery}
import term_size

const squirrel_version = "v1.3.1"
const squirrel_version = "v1.3.2"

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

0 comments on commit 9cb0f2f

Please sign in to comment.