Skip to content

Commit d3f92c8

Browse files
committed
v2.5.1
1 parent 9868683 commit d3f92c8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### 2.5.1 (2025-03-08)
2+
3+
#### Bug Fixes
4+
5+
* Fix potential overflow (only in a log message)
6+
17
### 2.5.0 (2024-07-27)
28

39
#### Bug Fixes

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lapin"
3-
version = "2.5.0"
3+
version = "2.5.1"
44
edition = "2021"
55
authors = ["Geoffroy Couprie <geo.couprie@gmail.com>", "Marc-Antoine Perennou <Marc-Antoine@Perennou.com>"]
66
description = "AMQP client library"

0 commit comments

Comments
 (0)