Skip to content

Commit cf9b6f3

Browse files
rubysoloclaude
andcommitted
Release 4.0.2
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent e261944 commit cf9b6f3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
## [UNRELEASED] v4.0.2
3+
## [v4.0.2] 2026-08-02
44
- the 4.0.1 guard against arithmetic that rejects a well-typed operand only
55
worked on Ruby 3.4+. Ruby 3.2 and 3.3 do not raise for an oversized
66
exponent: `Integer#**` warns and returns `Float::INFINITY`, so there was

lib/dentaku/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Dentaku
2-
VERSION = "4.0.1"
2+
VERSION = "4.0.2"
33
end

0 commit comments

Comments
 (0)