diff --git a/History b/History index 1d5f108..8ca5c1d 100644 --- a/History +++ b/History @@ -1,3 +1,9 @@ +== 1.0.1 2025-09-22 + +* minor patches + * Ruby 3.4 support + * Handle new "No root element" error from REXML + == 1.0.0 2024-02-09 This version is identical with the previous one, there's no code changes. diff --git a/lib/crack/version.rb b/lib/crack/version.rb index a6c3799..8aaef0c 100644 --- a/lib/crack/version.rb +++ b/lib/crack/version.rb @@ -1,3 +1,3 @@ module Crack - VERSION = "1.0.0" + VERSION = "1.0.1" end