Skip to content

Commit

Permalink
version: v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
peterldowns committed Feb 19, 2025
1 parent c0c7001 commit 67d236d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.2.0
v0.2.1
2 changes: 1 addition & 1 deletion cmd/pgmigrate/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down
2 changes: 1 addition & 1 deletion example/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 67d236d

Please sign in to comment.