chore: bump version to 0.2.0

This commit is contained in:
2025-06-10 11:58:49 +02:00
parent 7e7a3ccd29
commit fcd0f57857
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -6,7 +6,7 @@ members = [
]
[workspace.package]
version = "0.1.1"
version = "0.2.0"
edition = "2024"
authors = ["Lucien Cartier-Tilet <lucien@phundrak.com>"]
homepage = "https://github.com/Phundrak/georm"
@@ -27,7 +27,7 @@ repository.workspace = true
version.workspace = true
[workspace.dependencies]
georm-macros = { version = "=0.1.1", path = "georm-macros" }
georm-macros = { path = "georm-macros" }
[workspace.dependencies.sqlx]
version = "0.8.6"