Skip to content

Commit

Permalink
bump to v1.0.0. 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
eeeebbbbrrrr committed Apr 3, 2023
1 parent 30b03b3 commit a10352b
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 27 deletions.
4 changes: 2 additions & 2 deletions 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 doc/src/config-pg.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ compiling user functions. This typically should not need to be manually set.


```bash
plrust.trusted_pgx_version = '1.0.0-rc.1'
plrust.trusted_pgx_version = '1.0.0'
```


Expand Down
2 changes: 1 addition & 1 deletion plrust-trusted-pgx/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "plrust-trusted-pgx"
version = "1.0.0-rc.1"
version = "1.0.0"
authors = ["TCDI <opensource@tcdi.com>"]
edition = "2021"
license = "PostgreSQL"
Expand Down
2 changes: 1 addition & 1 deletion plrust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "plrust"
version = "1.0.0-rc.1"
version = "1.0.0"
authors = ["TCDI <opensource@tcdi.com>"]
edition = "2021"
license = "PostgreSQL Open Source License"
Expand Down
42 changes: 21 additions & 21 deletions plrustc/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 plrustc/plrustc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "plrustc"
version = "1.0.0-rc.1"
version = "1.0.0"
edition = "2021"
description = "`rustc_driver` wrapper for plrust"
license = "PostgreSQL"
Expand Down

0 comments on commit a10352b

Please sign in to comment.