We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d9deb17 + 0871ee5 commit 87ff14aCopy full SHA for 87ff14a
CHANGELOG.md
@@ -1,5 +1,14 @@
1
## [Unreleased]
2
3
+## [0.7.0] - 2025-08-15
4
+
5
+- Fix memory leak risks in buffer management
6
+- Fix inconsistent NotInitialized error handling across all methods
7
+- Fix overly permissive RuboCop configuration
8
+- Add Dependabot configuration for automated dependency updates
9
+- Update dependencies and Github actions
10
+- Update Go version to 1.24 for cross-language tests
11
12
## [0.6.0] - 2025-03-19
13
14
- Upgrade to use asherah-cobhan v0.4.35
lib/asherah/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Asherah
- VERSION = '0.6.0'
+ VERSION = '0.7.0'
end
0 commit comments