supabase / dbdev

Database Package Registry for Postgres
https://database.dev/
Apache License 2.0
370 stars 19 forks source link

bump CLI version to v0.1.3 #127

Closed imor closed 11 months ago

imor commented 11 months ago

To prepare to release a new version with a fix for #121

vercel[bot] commented 11 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
dbdev ✅ Ready (Inspect) Visit Preview Oct 24, 2023 0:52am
tiniscule commented 11 months ago

Thanks for this 🙌 . Will this auto-deploy a new release? I was pulling versions out of the github releases, is there a better way now?

imor commented 11 months ago

For now download binaries from v0.1.3 release page once the release jobs are done. I'm working on automating publishing to Homebrew/Scoop, so soon it will be possible to install using them.

imor commented 11 months ago

@tiniscule, you can now do brew install supabase/tap/dbdev to install the CLI on macOS/Linux. See all the installation options in the guide: https://supabase.github.io/dbdev/install/