Skip to content

Commit

Permalink
🔖 Version 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomocavalieri committed Nov 18, 2024
1 parent 5cd6ec6 commit b5d2716
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.1 - 2024-11-18

- Fixed a bug where certain queries 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.0"
version = "2.0.1"
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.0"
const squirrel_version = "v2.0.1"

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

0 comments on commit b5d2716

Please sign in to comment.