From 9ad799d2768683d3e3ffbc79eb3eb4b269ef72cc Mon Sep 17 00:00:00 2001 From: Zsolt Kozaroczy Date: Mon, 22 Sep 2025 22:15:49 +0200 Subject: [PATCH] Bump version to v1.0.1 --- History | 6 ++++++ lib/crack/version.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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