We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff01491 commit 07c5e99Copy full SHA for 07c5e99
CHANGELOG.md
@@ -1,4 +1,6 @@
1
-## [Unreleased]
+## [0.2.1] - 2026-01-17
2
+
3
+- Add `[nondisposable]` prefix to all logger calls for better log identification
4
5
## [0.2.0] - 2026-01-16
6
lib/nondisposable/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Nondisposable
- VERSION = "0.2.0"
+ VERSION = "0.2.1"
end
0 commit comments