Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Feb 03:15
· 67 commits to master since this release

Changelog

  • 20264ea Merge branch 'v2-dev'
  • e089dc6 Update VERSION constant and set release date
  • fd22c5f Update changelog
  • 79c36f4 Update docs for tern new -e flag
  • ad2a378 Upgrade indirect dependencies
  • 1763e92 Upgrade direct dependencies
  • 554a3d1 Fix tests that failed when run concurrently
  • ca22c45 ci: add build release feature
  • dec6594 Merge pull request #71 from kamikazechaser/sohail/ci-builds
  • 1430c92 ci: add build release feature
  • 37cc3d7 Update import paths for v2
  • ebd3eb6 Merge pull request #69 from lzap/patch-1
  • cbcf342 Change module name
  • bfb3fa8 Merge pull request #67 from lzap/v5
  • 141fcc0 Remove unused field from MigratorOptions
  • 08390f1 Update dependencies
  • 54e00e2 Manually cherry pick 578eeb8
  • e670788 Fix unsorted migrations bug
  • 4582d45 Merge pull request #65 from rafabulsing/fix-unsorted-migrations-bug
  • 578eeb8 Add comment and simplify expression
  • 1932f36 Fix unsorted migrations bug
  • dd06434 Add -e option to tern new
  • 4bdf795 Add TERN_CONFIG and TERN_MIGRATIONS environment variables
  • c78eac0 Upgrade dependencies
  • 833e84e Update to latest pgx dependencies
  • f348250 Merge pull request #59 from lzap/move-extraction
  • 2ebe4b9 Move line extractor to public API package
  • 7e11b06 Use per migration disable-tx in test
  • b23e02f Disable transactions on a per migration basis
  • a66f76f Remove < Go 1.18 install instructions
  • 9f49c88 Update changelog
  • 614ad72 Upgrade testify and x/crypto
  • c10b910 Upgrade sprig to v3
  • f863d8b Upgrade to pgx v5
  • 2c50ea4 Update go.mod to go 1.18
  • af6fc5e Replace MigratorFS with fs.FS
  • 372b38c Use better cleanup for migrate tests
  • c75e56e Remove deprecated env map
  • ecd5b50 Initial doc changes for v2
  • ab1c23c Merge pull request #53 from JosefWN/export-default-migrator
  • eb2872a Export DefaultMigratorFS
  • 9bd8a20 Add renumber commands
  • f0d967f go mod tidy
  • b1eeb02 Upgrade github.com/spf13/cobra
  • d3ac04b Fix comment