From 9b978618f6f3cb21f49e51d0895bce081f6dc60f Mon Sep 17 00:00:00 2001 From: "Eric B. Ridge" Date: Thu, 1 Oct 2020 16:35:29 -0600 Subject: [PATCH] bump version to 0.0.16 --- Cargo.toml | 2 +- cargo-pgx/Cargo.toml | 4 ++-- cargo-pgx/src/cli.yml | 2 +- cargo-pgx/src/templates/cargo_toml | 6 +++--- pgx-macros/Cargo.toml | 4 ++-- pgx-pg-sys/Cargo.toml | 6 +++--- pgx-tests/Cargo.toml | 8 ++++---- pgx-utils/Cargo.toml | 2 +- pgx/Cargo.toml | 6 +++--- 9 files changed, 20 insertions(+), 20 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 61f81ab85..58e5c9fa5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pgx-parent" -version = "0.0.15" +version = "0.0.16" authors = ["ZomboDB, LLC "] edition = "2018" license = "MIT" diff --git a/cargo-pgx/Cargo.toml b/cargo-pgx/Cargo.toml index c8dcece9f..780af54a9 100644 --- a/cargo-pgx/Cargo.toml +++ b/cargo-pgx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-pgx" -version = "0.0.15" +version = "0.0.16" authors = ["ZomboDB, LLC "] edition = "2018" license = "MIT" @@ -15,7 +15,7 @@ clap = { version = "2.33.3", features = [ "yaml" ] } colored = "2.0.0" env_proxy = "0.4.1" num_cpus = "1.13.0" -pgx-utils = { path = "../pgx-utils", version = "^0.0.15"} +pgx-utils = { path = "../pgx-utils", version = "^0.0.16"} proc-macro2 = { version = "1.0.23", features = [ "span-locations" ] } quote = "1.0.7" rayon = "1.4.0" diff --git a/cargo-pgx/src/cli.yml b/cargo-pgx/src/cli.yml index b34de7dc7..219582066 100644 --- a/cargo-pgx/src/cli.yml +++ b/cargo-pgx/src/cli.yml @@ -3,7 +3,7 @@ name: "pgx's development environment tool" -version: "0.0.15" +version: "0.0.16" about: Creates and installs pgx based Postgres extensions subcommands: - pgx: diff --git a/cargo-pgx/src/templates/cargo_toml b/cargo-pgx/src/templates/cargo_toml index e072d80c9..b2acc10b1 100644 --- a/cargo-pgx/src/templates/cargo_toml +++ b/cargo-pgx/src/templates/cargo_toml @@ -14,11 +14,11 @@ pg12 = ["pgx/pg12"] pg_test = [] [dependencies] -pgx = "0.0.15" -pgx-macros = "0.0.15" +pgx = "0.0.16" +pgx-macros = "0.0.16" [dev-dependencies] -pgx-tests = "0.0.15" +pgx-tests = "0.0.16" [profile.dev] panic = "unwind" diff --git a/pgx-macros/Cargo.toml b/pgx-macros/Cargo.toml index f01f6db3f..b23d37cd0 100644 --- a/pgx-macros/Cargo.toml +++ b/pgx-macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pgx-macros" -version = "0.0.15" +version = "0.0.16" authors = ["ZomboDB, LLC "] edition = "2018" license = "MIT" @@ -14,7 +14,7 @@ readme = "README.md" proc-macro = true [dependencies] -pgx-utils = { path = "../pgx-utils", version= "^0.0.15"} +pgx-utils = { path = "../pgx-utils", version= "^0.0.16"} proc-macro2 = "1.0.23" quote = "1.0.7" syn = { version = "1.0.42", features = [ "extra-traits", "full", "fold", "parsing" ] } diff --git a/pgx-pg-sys/Cargo.toml b/pgx-pg-sys/Cargo.toml index e9c5eb6fd..0de4cfea3 100644 --- a/pgx-pg-sys/Cargo.toml +++ b/pgx-pg-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pgx-pg-sys" -version = "0.0.15" +version = "0.0.16" authors = ["ZomboDB, LLC "] edition = "2018" license = "MIT" @@ -24,14 +24,14 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] memoffset = "0.5.6" once_cell = "1.4.1" -pgx-macros = { path = "../pgx-macros/", version= "^0.0.15"} +pgx-macros = { path = "../pgx-macros/", version= "^0.0.16"} [build-dependencies] bindgen = "0.55.1" build-deps = "0.1.4" colored = "2.0.0" num_cpus = "1.13.0" -pgx-utils = { path = "../pgx-utils/", version= "^0.0.15"} +pgx-utils = { path = "../pgx-utils/", version= "^0.0.16"} proc-macro2 = "1.0.23" quote = "1.0.7" syn = { version = "1.0.42", features = [ "extra-traits", "full", "fold", "parsing" ] } diff --git a/pgx-tests/Cargo.toml b/pgx-tests/Cargo.toml index b3036545f..0cfa9e6c3 100644 --- a/pgx-tests/Cargo.toml +++ b/pgx-tests/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pgx-tests" -version = "0.0.15" +version = "0.0.16" authors = ["ZomboDB, LLC "] edition = "2018" license = "MIT" @@ -28,9 +28,9 @@ no-default-features = true colored = "2.0.0" lazy_static = "1.4.0" libc = "0.2.77" -pgx = { path = "../pgx", default-features = false, version= "^0.0.15"} -pgx-macros = { path = "../pgx-macros", version= "^0.0.15"} -pgx-utils = { path = "../pgx-utils", version= "^0.0.15"} +pgx = { path = "../pgx", default-features = false, version= "^0.0.16"} +pgx-macros = { path = "../pgx-macros", version= "^0.0.16"} +pgx-utils = { path = "../pgx-utils", version= "^0.0.16"} postgres = "0.17.5" regex = "1.3.9" serde = "1.0.116" diff --git a/pgx-utils/Cargo.toml b/pgx-utils/Cargo.toml index 10ad42729..a7970bb4e 100644 --- a/pgx-utils/Cargo.toml +++ b/pgx-utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pgx-utils" -version = "0.0.15" +version = "0.0.16" authors = ["ZomboDB, LLC "] edition = "2018" license = "MIT" diff --git a/pgx/Cargo.toml b/pgx/Cargo.toml index 3706ad8e0..b6c296906 100644 --- a/pgx/Cargo.toml +++ b/pgx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pgx" -version = "0.0.15" +version = "0.0.16" authors = ["ZomboDB, LLC "] edition = "2018" license = "MIT" @@ -27,8 +27,8 @@ no-default-features = true enum-primitive-derive = "0.2.1" num-traits = "0.2.12" seahash = "4.0.1" -pgx-macros = { path = "../pgx-macros/", version= "^0.0.15"} -pgx-pg-sys = { path = "../pgx-pg-sys", version= "^0.0.15"} +pgx-macros = { path = "../pgx-macros/", version= "^0.0.16"} +pgx-pg-sys = { path = "../pgx-pg-sys", version= "^0.0.16"} serde = { version = "1.0.116", features = [ "derive" ] } serde_cbor = "0.11.1" serde_json = "1.0.57"