Skip to content

Commit 07c5e99

Browse files
committed
Version bump
1 parent ff01491 commit 07c5e99

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
## [Unreleased]
1+
## [0.2.1] - 2026-01-17
2+
3+
- Add `[nondisposable]` prefix to all logger calls for better log identification
24

35
## [0.2.0] - 2026-01-16
46

lib/nondisposable/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 Nondisposable
4-
VERSION = "0.2.0"
4+
VERSION = "0.2.1"
55
end

0 commit comments

Comments
 (0)