Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
pawurb committed Jan 26, 2024
1 parent 50b8a10 commit 6a62826
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "MIT"
name = "pg-extras"
readme = "README.md"
repository = "https://github.com/pawurb/rust-pg-extras"
version = "0.2.0"
version = "0.3.0"

exclude = [
"docker-compose.yml.sample",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Alternative versions:
In your Cargo.toml

```rust
pg-extras = "0.2.0"
pg-extras = "0.3.0"
```

`calls` and `outliers` queries require [pg_stat_statements](https://www.postgresql.org/docs/current/pgstatstatements.html) extension.
Expand Down

0 comments on commit 6a62826

Please sign in to comment.