Georm 0.1.1 - Documentation Fix
A small patch release to fix documentation links and repository references.
What's Fixed
🔧 Documentation
- Fixed docs.rs link: Corrected the documentation link to point to the proper docs.rs URL
- Updated repository references: Switched all references to point to the official GitHub repository
Getting This Release
Update your Cargo.toml:
[dependencies]
georm = "0.1.1"
sqlx = { version = "0.8", features = ["runtime-tokio-rustls", "postgres", "macros"] }What's Next?
We're continuing work on enhancing Georm's relationship capabilities and performance. Stay tuned for upcoming features like remote one-to-one relationships and query optimizations.
Full Changelog: 0.1.0...0.1.1