Compare commits

..

2 Commits
0.1.0 ... main

Author SHA1 Message Date
4ff2df1a4e
chore: bump to 0.1.1
All checks were successful
CI / tests (push) Successful in 5m18s
2025-02-01 02:03:43 +01:00
f2e59cee7c
fix: correct docs.rs link and switch to GitHub repository
All checks were successful
CI / tests (push) Successful in 7m21s
2025-02-01 01:59:40 +01:00
2 changed files with 5 additions and 5 deletions

View File

@ -2,11 +2,11 @@
members = [".", "georm-macros"]
[workspace.package]
version = "0.1.0"
version = "0.1.1"
edition = "2021"
authors = ["Lucien Cartier-Tilet <lucien@phundrak.com>"]
homepage = "https://labs.phundrak.com/phundrak/georm"
repository = "https://labs.phundrak.com/phundrak/georm"
homepage = "https://github.com/Phundrak/georm"
repository = "https://github.com/Phundrak/georm"
license = "MIT OR GPL-3.0-or-later"
keywords = ["sqlx", "orm", "postgres", "postgresql", "database", "async"]
categories = ["database"]
@ -23,7 +23,7 @@ repository.workspace = true
version.workspace = true
[workspace.dependencies]
georm-macros = { version = "=0.1.0", path = "georm-macros" }
georm-macros = { version = "=0.1.1", path = "georm-macros" }
[workspace.dependencies.sqlx]
version = "0.8.3"

View File

@ -152,4 +152,4 @@ pub struct Book {
```
To read more about these features, you can refer to the [online
documentation](https://docs.rs/sqlx/latest/georm/).
documentation](https://docs.rs/georm/).