We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6bfe40 commit 4678ca8Copy full SHA for 4678ca8
2 files changed
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## v2.7.1 (2026-01-13)
4
+
5
+### Fix
6
+- Fix bit shift pattern matching in `Puid.Bits` by using pin operator for bit size
7
8
## v2.7.0 (2025-10-18)
9
10
### Added
mix.exs
@@ -4,7 +4,7 @@ defmodule Puid.MixProject do
def project do
[
app: :puid,
- version: "2.7.0",
+ version: "2.7.1",
elixir: "~> 1.15",
start_permanent: Mix.env() == :prod,
description: description(),
0 commit comments