Skip to content

Commit 2b54dc6

Browse files
committed
Bump rc5
1 parent fe350c9 commit 2b54dc6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88

99
## [1.0.0] - unreleased
1010

11+
## [1.0.0.rc5] - 2025-04-09
12+
1113
- `encoded_id` now uses its own implementation of `hashids` which is more efficient and has a smaller memory footprint. This massively reduces the GC churn in high-throughput applications. This is an implementation based on the original `hashids` gem but with many optimisations and improvements. Functionally it is identical to the original `hashids` gem.
1214

1315
## [1.0.0.rc4] - 2024-04-29

lib/encoded_id/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 EncodedId
4-
VERSION = "1.0.0.rc4"
4+
VERSION = "1.0.0.rc5"
55
end

0 commit comments

Comments
 (0)