Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Elder committed Mar 7, 2022
1 parent 1848d79 commit a737117
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "pg_parcel"
description = "Dump horizontal slices from PostgreSQL schemas"
authors = ["Jacob Elder <[email protected]>"]
version = "0.2.1"
version = "0.3.0"
edition = "2021"
repository = "https://github.com/Blissfully/pg_parcel"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh
set -eu -o pipefail

version="0.2.1"
version="0.3.0"

git tag "v${version}"
git push
Expand Down

0 comments on commit a737117

Please sign in to comment.