Releases: KowalskiPiotr98/gotabase
Releases · KowalskiPiotr98/gotabase
v0.3.0
What's Changed
- Bump actions/setup-go from 4 to 5 by @dependabot in #10
- Add logging by @KowalskiPiotr98 in #11
- Add helpers for typical repository operations by @KowalskiPiotr98 in #12
- Update packages by @KowalskiPiotr98 in #14
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- Bump actions/checkout from 3 to 4 by @dependabot in #8
- Add transaction support by @KowalskiPiotr98 in #9
Full Changelog: v0.1.3...v0.2.0
v0.1.3
What's Changed
- Ping database upon initialisation to confirm everything is as expected by @KowalskiPiotr98 in #6
Full Changelog: v0.1.2...v0.1.3
v0.1.2
What's Changed
- Increment currently applied migration on loop by @KowalskiPiotr98 in #5
Full Changelog: v0.1.1...v0.1.2
v0.1.1
Fix an issue preventing the initial migration from being applied.
What's Changed
- Fix initial migration handling by @KowalskiPiotr98 in #4
Full Changelog: v0.1.0...v0.1.1
v0.1.0
Initial implementation, probably completely and horribly broken.