Skip to content

Commit 47bb721

Browse files
committed
v0.17.7
1 parent e4fc9da commit 47bb721

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## 0.17.7 — 2026-04-10
44

55
### Changed
66

@@ -9,10 +9,6 @@
99
integers/symbols are converted automatically. A cached `EMPTY_PART`
1010
avoids allocations for nil parts.
1111

12-
## 0.17.7 — 2026-04-10
13-
14-
### Changed
15-
1612
- **Reduced allocations on hot paths.** `freeze_message` short-circuits
1713
when all parts are already frozen binary (zero-alloc fast path).
1814
`write_batch` passes the batch directly instead of `.map`-ing through

lib/omq/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module OMQ
4-
VERSION = "0.17.6"
4+
VERSION = "0.17.7"
55
end

0 commit comments

Comments
 (0)