Skip to content

Releases: nlopes/database-schema

v0.2.0

18 Jan 19:46
c3b7135
Compare
Choose a tag to compare

What's Changed

  • chore(mysql): run tests in CI by @nlopes in #4
  • chore: add postgres testing by @nlopes in #5
  • chore: add postgres tests to CI by @nlopes in #6
  • chore(deps): update http requirement from 0.2.9 to 1.0.0 by @dependabot in #8
  • feat: allow sqlx with rustls instead of native-tls by @hmac in #10
  • Bump to 0.2.0 by @nlopes in #11

New Contributors

Full Changelog: v0.1.2...v0.2.0

v0.1.2

30 Aug 21:29
5a4d52d
Compare
Choose a tag to compare

What's Changed

  • fix: Ensure sqlx reference is unambiguous by @hmac in #3
  • feat: add support for postgres (sqlx and diesel)
  • fix: remove README template and remove README repeat in src/lib.rs

New Contributors

  • @hmac made their first contribution in #3

Full Changelog: v0.1.1...v0.1.2

v0.1.1

29 Aug 09:37
c4a3359
Compare
Choose a tag to compare
  • fix: mention correct package name since renaming it
  • fix: if docsrs then add doc_cfg - fixes docs.rs
  • chore: bump package version to v0.1.1

Full Changelog: v0.1.0...v0.1.1

v0.1.0

29 Aug 09:08
6494e7b
Compare
Choose a tag to compare

Initial release