golang-migrate / migrate

Database migrations. CLI and Golang library.
Other
15.49k stars 1.41k forks source link

new version release #880

Closed meirbech closed 1 year ago

meirbech commented 1 year ago

Is your feature request related to a problem? Please describe. there are many vulnerabilities with downstream dependencies that are fixed on master

Describe the solution you'd like it will be great if you can release a new version with the updated dependencies

Describe alternatives you've considered not sure how else to solve it

shota3506 commented 1 year ago

Thank you for providing this great library, maintainers!

I also ask you to publish new version because I want to use new feature released in cloud.google.com/go/spanner v1.32.0. https://github.com/googleapis/google-cloud-go/releases/tag/spanner%2Fv1.32.0

ry0suke17 commented 1 year ago

@dhui @Fontinalis Could you please release the latest version 🙏

dhui commented 1 year ago

For now, if you need updates, please use the master branch. You can pin to a specific commit if needed.

See also: https://github.com/golang-migrate/migrate/discussions/871#discussioncomment-5327215

I can't promise when the next release will be since I've had some other emergencies come up since the linked comment above.

obalunenko commented 1 year ago

@dhui Thank you for the release of v4.16.0 Thanks for the work you've done!

dhui commented 1 year ago

Thank you everyone for your patience! 🙏 As @obalunenko mentioned, v4.16.0 was recently released. Now that the release process is fully automated, I'll be able to cut releases more frequently.