Skip to content

Commit 40ad1ac

Browse files
committed
v0.7.0
1 parent 4feabae commit 40ad1ac

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [0.7.0] - 2025-10-20
4+
35
- Improve thread safety, performance, and error handling across atomic classes
46

57
## [0.6.6] - 2025-10-16

lib/atomic-ruby/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 AtomicRuby
4-
VERSION = "0.6.6"
4+
VERSION = "0.7.0"
55
end

0 commit comments

Comments
 (0)