Skip to content

Commit

Permalink
🔖 Version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomocavalieri committed Jan 20, 2025
1 parent c8ca1d2 commit 30392e5
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
## v3.0.0 - 2025-01-20

- Added a new command line option `check`, to check that the generated code is
up to date with the sql queries.
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.1.0"
version = "3.0.0"
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 @@ -24,7 +24,7 @@ import squirrel/internal/project
import squirrel/internal/query.{type TypedQuery}
import term_size

const squirrel_version = "v2.1.0"
const squirrel_version = "v3.0.0"

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

0 comments on commit 30392e5

Please sign in to comment.