diff --git a/README.md b/README.md index b9816cf..2876afe 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # 🐽 pgmigrate -![Latest Version](https://badgers.space/badge/latest%20version/v0.2.0/blueviolet?corner_radius=m) +![Latest Version](https://badgers.space/badge/latest%20version/v0.2.1/blueviolet?corner_radius=m) ![Golang](https://badgers.space/badge/golang/1.18+/blue?corner_radius=m) pgmigrate is a modern Postgres migrations CLI and golang library. It is diff --git a/VERSION b/VERSION index 1474d00..22c08f7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.2.0 +v0.2.1 diff --git a/cmd/pgmigrate/go.mod b/cmd/pgmigrate/go.mod index 991e71d..9f67a54 100644 --- a/cmd/pgmigrate/go.mod +++ b/cmd/pgmigrate/go.mod @@ -8,7 +8,7 @@ require ( github.com/charmbracelet/log v0.4.0 github.com/fatih/color v1.17.0 github.com/jackc/pgx/v5 v5.7.1 - github.com/peterldowns/pgmigrate v0.2.0 + github.com/peterldowns/pgmigrate v0.2.1 github.com/spf13/cobra v1.8.1 gopkg.in/yaml.v3 v3.0.1 ) diff --git a/example/go.mod b/example/go.mod index 79196fd..3495392 100644 --- a/example/go.mod +++ b/example/go.mod @@ -7,7 +7,7 @@ toolchain go1.22.1 require ( github.com/charmbracelet/log v0.4.0 github.com/lib/pq v1.10.9 - github.com/peterldowns/pgmigrate v0.2.0 + github.com/peterldowns/pgmigrate v0.2.1 github.com/peterldowns/pgtestdb v0.0.14 github.com/peterldowns/pgtestdb/migrators/pgmigrator v0.0.14 github.com/peterldowns/testy v0.0.1