Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e3b94d8

Browse filesBrowse files
postgresql-embedded-v0.17.6
1 parent 8747979 commit e3b94d8
Copy full SHA for e3b94d8

File tree

Expand file treeCollapse file tree

5 files changed

+44
-23
lines changed
Filter options
Expand file treeCollapse file tree

5 files changed

+44
-23
lines changed

‎CHANGELOG.md

Copy file name to clipboardExpand all lines: CHANGELOG.md
+21Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## `postgresql_extensions` - [0.17.6](https://github.com/theseus-rs/postgresql-embedded/compare/postgresql_extensions-v0.17.5...postgresql_extensions-v0.17.6) - 2025-02-15
11+
12+
### Other
13+
- update Cargo.toml dependencies
14+
15+
## `postgresql_commands` - [0.17.6](https://github.com/theseus-rs/postgresql-embedded/compare/postgresql_commands-v0.17.5...postgresql_commands-v0.17.6) - 2025-02-15
16+
17+
### Other
18+
- update Cargo.toml dependencies
19+
20+
## `postgresql_embedded` - [0.17.6](https://github.com/theseus-rs/postgresql-embedded/compare/v0.17.5...v0.17.6) - 2025-02-15
21+
22+
### Other
23+
- update dependencies
24+
- update Cargo.toml dependencies
25+
26+
## `postgresql_archive` - [0.17.6](https://github.com/theseus-rs/postgresql-embedded/compare/postgresql_archive-v0.17.5...postgresql_archive-v0.17.6) - 2025-02-15
27+
28+
### Other
29+
- update Cargo.toml dependencies
30+
1031
## `postgresql_extensions` - [0.17.5](https://github.com/theseus-rs/postgresql-embedded/compare/postgresql_extensions-v0.17.4...postgresql_extensions-v0.17.5) - 2025-01-25
1132

1233
### Other

‎Cargo.lock

Copy file name to clipboardExpand all lines: Cargo.lock
+16-16Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Cargo.toml

Copy file name to clipboardExpand all lines: Cargo.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ keywords = ["postgresql", "postgres", "embedded", "database", "server"]
2222
license = "(Apache-2.0 OR MIT) AND PostgreSQL"
2323
repository = "https://github.com/theseus-rs/postgresql-embedded"
2424
rust-version = "1.84.0"
25-
version = "0.17.5"
25+
version = "0.17.6"
2626

2727
[workspace.dependencies]
2828
anyhow = "1.0.95"

‎postgresql_embedded/Cargo.toml

Copy file name to clipboardExpand all lines: postgresql_embedded/Cargo.toml
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ version.workspace = true
1313

1414
[build-dependencies]
1515
anyhow = { workspace = true }
16-
postgresql_archive = { path = "../postgresql_archive", version = "0.17.5", default-features = false }
16+
postgresql_archive = { path = "../postgresql_archive", version = "0.17.6", default-features = false }
1717
target-triple = { workspace = true }
1818
tokio = { workspace = true, features = ["full"] }
1919
url = { workspace = true }
2020

2121
[dependencies]
2222
home = { workspace = true }
23-
postgresql_archive = { path = "../postgresql_archive", version = "0.17.5", default-features = false }
24-
postgresql_commands = { path = "../postgresql_commands", version = "0.17.5" }
23+
postgresql_archive = { path = "../postgresql_archive", version = "0.17.6", default-features = false }
24+
postgresql_commands = { path = "../postgresql_commands", version = "0.17.6" }
2525
rand = { workspace = true }
2626
semver = { workspace = true }
2727
sqlx = { workspace = true, features = ["runtime-tokio"] }

‎postgresql_extensions/Cargo.toml

Copy file name to clipboardExpand all lines: postgresql_extensions/Cargo.toml
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ version.workspace = true
1212

1313
[dependencies]
1414
async-trait = { workspace = true }
15-
postgresql_archive = { path = "../postgresql_archive", version = "0.17.5", default-features = false }
16-
postgresql_commands = { path = "../postgresql_commands", version = "0.17.5", default-features = false }
15+
postgresql_archive = { path = "../postgresql_archive", version = "0.17.6", default-features = false }
16+
postgresql_commands = { path = "../postgresql_commands", version = "0.17.6", default-features = false }
1717
regex-lite = { workspace = true }
1818
reqwest = { workspace = true, default-features = false, features = ["json"] }
1919
semver = { workspace = true, features = ["serde"] }
@@ -28,7 +28,7 @@ url = { workspace = true }
2828

2929
[dev-dependencies]
3030
anyhow = { workspace = true }
31-
postgresql_embedded = { path = "../postgresql_embedded", version = "0.17.5" }
31+
postgresql_embedded = { path = "../postgresql_embedded", version = "0.17.6" }
3232
test-log = { workspace = true }
3333
tokio = { workspace = true, features = ["full"] }
3434

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.