Skip to content

Commit

Permalink
🔖 Version 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomocavalieri committed Nov 20, 2024
1 parent 6a3823e commit 349b6d3
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
## v2.0.2 - 2024-11-20

- Fixed a bug where certain queries using conditions on foreign key would
generate code with the wrong optional types.
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.1"
version = "2.0.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 @@ -20,7 +20,7 @@ import squirrel/internal/project
import squirrel/internal/query.{type TypedQuery}
import term_size

const squirrel_version = "v2.0.1"
const squirrel_version = "v2.0.2"

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

0 comments on commit 349b6d3

Please sign in to comment.