Skip to content

Commit c70ef92

Browse files
authored
Update version to 0.14.0 (#2040)
1 parent 8620088 commit c70ef92

File tree

16 files changed

+5106
-2067
lines changed

16 files changed

+5106
-2067
lines changed

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ exclude = [
5555
cargo-pgrx = { path = "cargo-pgrx" }
5656

5757
[workspace.dependencies]
58-
pgrx-macros = { path = "./pgrx-macros", version = "=0.13.1" }
59-
pgrx-pg-sys = { path = "./pgrx-pg-sys", version = "=0.13.1" }
60-
pgrx-sql-entity-graph = { path = "./pgrx-sql-entity-graph", version = "=0.13.1" }
61-
pgrx-pg-config = { path = "./pgrx-pg-config", version = "=0.13.1" }
62-
pgrx-bindgen = { path = "./pgrx-bindgen", version = "=0.13.1" }
58+
pgrx-macros = { path = "./pgrx-macros", version = "=0.14.0" }
59+
pgrx-pg-sys = { path = "./pgrx-pg-sys", version = "=0.14.0" }
60+
pgrx-sql-entity-graph = { path = "./pgrx-sql-entity-graph", version = "=0.14.0" }
61+
pgrx-pg-config = { path = "./pgrx-pg-config", version = "=0.14.0" }
62+
pgrx-bindgen = { path = "./pgrx-bindgen", version = "=0.14.0" }
6363

6464
cargo_metadata = "0.18.0"
6565
cargo-edit = "=0.13.2" # format-preserving edits to cargo.toml

cargo-pgrx/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
[package]
1212
name = "cargo-pgrx"
13-
version = "0.13.1"
13+
version = "0.14.0"
1414
authors = ["PgCentral Foundation, Inc. <[email protected]>"]
1515
license = "MIT"
1616
description = "Cargo subcommand for 'pgrx' to make Postgres extension development easy"

cargo-pgrx/src/templates/cargo_toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ pg17 = ["pgrx/pg17", "pgrx-tests/pg17" ]
2020
pg_test = []
2121

2222
[dependencies]
23-
pgrx = "=0.13.1"
23+
pgrx = "=0.14.0"
2424

2525
[dev-dependencies]
26-
pgrx-tests = "=0.13.1"
26+
pgrx-tests = "=0.14.0"
2727

2828
[profile.dev]
2929
panic = "unwind"

pgrx-bindgen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "pgrx-bindgen"
33
description = "additional bindgen support for pgrx"
4-
version = "0.13.1"
4+
version = "0.14.0"
55
edition = "2021"
66
license = "MIT"
77
homepage = "https://github.com/pgcentralfoundation/pgrx"

pgrx-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
[package]
1212
name = "pgrx-macros"
13-
version = "0.13.1"
13+
version = "0.14.0"
1414
authors = ["PgCentral Foundation, Inc. <[email protected]>"]
1515
license = "MIT"
1616
description = "Proc Macros for 'pgrx'"

pgrx-pg-config/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
[package]
1212
name = "pgrx-pg-config"
13-
version = "0.13.1"
13+
version = "0.14.0"
1414
authors = ["PgCentral Foundation, Inc. <[email protected]>"]
1515
license = "MIT"
1616
description = "A Postgres pg_config wrapper for 'pgrx'"

pgrx-pg-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
[package]
1212
name = "pgrx-pg-sys"
13-
version = "0.13.1"
13+
version = "0.14.0"
1414
authors = ["PgCentral Foundation, Inc. <[email protected]>"]
1515
license = "MIT"
1616
description = "Generated Rust bindings for Postgres internals, for use with 'pgrx'"

0 commit comments

Comments
 (0)