Skip to content

Commit 87ff14a

Browse files
Merge pull request #65 from godaddy/v0.7.0
Change version to 0.7.0 and update CHANGELOG
2 parents d9deb17 + 0871ee5 commit 87ff14a

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
## [Unreleased]
22

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+
312
## [0.6.0] - 2025-03-19
413

514
- Upgrade to use asherah-cobhan v0.4.35

lib/asherah/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 Asherah
4-
VERSION = '0.6.0'
4+
VERSION = '0.7.0'
55
end

0 commit comments

Comments
 (0)