Skip to content

Releases: emilpriver/geni

v0.0.8

05 Jan 00:32
Compare
Choose a tag to compare

Changelog

  1. Added github action
  2. Added check if passed env variables is empty

v0.0.7

04 Jan 15:12
Compare
Choose a tag to compare

Changelog

  1. Feat: Dump a schema.sql after each migration which can be used in version control
  2. Bug fixes
  3. Added DATABASE_NO_DUMP_SCHEMA environment variable to be able to control if a schema.sql should be created or not
  4. Added DATABASE_SCHEMA_FILE to be able to define what name the schema dump file should have
  5. Added DATABASE_MIGRATIONS_TABLE to make the user be able to control what the name of the schema migrations table should be.

What's Changed

Full Changelog: v0.0.6...v0.0.7

v0.0.6

02 Jan 15:39
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.5...v0.0.6

v0.0.5

01 Jan 15:52
Compare
Choose a tag to compare

Added checks for building to prevent wrong versions being sent out.

V0.0.4

31 Dec 13:36
Compare
Choose a tag to compare

Added status command to check which migrations that is pending

v0.0.3

29 Dec 22:27
Compare
Choose a tag to compare
added ref main to checkout

v0.0.2

29 Dec 21:07
Compare
Choose a tag to compare

Rust version update and bug fixes