Skip to content

Commit 6c92298

Browse files
Release postgres-protocol v0.6.11
1 parent e088d7d commit 6c92298

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

postgres-protocol/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

3+
## v0.6.11 - 2026-03-30
4+
5+
### Changed
6+
7+
* Upgraded `hmac` to 0.13.
8+
* Upgraded `md-5` to 0.11.
9+
* Upgraded `sha2` to 0.11.
10+
* Upgraded `rand` to 0.10.
11+
* Upgraded to Rust edition 2024, minimum Rust version 1.85.
12+
313
## v0.6.10 - 2026-01-14
414

515
### Added

postgres-protocol/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "postgres-protocol"
3-
version = "0.6.10"
3+
version = "0.6.11"
44
authors = ["Steven Fackler <sfackler@gmail.com>"]
55
edition = "2024"
66
description = "Low level Postgres protocol APIs"

0 commit comments

Comments
 (0)