We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00834dd commit a88a0f0Copy full SHA for a88a0f0
CHANGELOG.md
@@ -0,0 +1,8 @@
1
+# Changelog
2
+
3
+## [0.4.4](https://github.com/davidwinter/sensible_logging/compare/v0.4.3...v0.4.4) (2022-10-02)
4
5
6
+### Bug Fixes
7
8
+* ensure VERSION string is frozen ([2d92ca6](https://github.com/davidwinter/sensible_logging/commit/2d92ca66ea51a868ea127fdc2c68b6848eecd240))
lib/sensible_logging/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module SensibleLogging
- VERSION = '0.4.3'
+ VERSION = '0.4.4'
end
0 commit comments