From be2f109f5d1be4c4fe7b61b16e5dec103b54a5a8 Mon Sep 17 00:00:00 2001 From: Koza Date: Fri, 9 Feb 2024 10:35:22 +0100 Subject: [PATCH] Bump version to v1.0.0 to indicate that the gem is stable --- History | 6 ++++++ lib/crack/version.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/History b/History index 55ecb6b..1d5f108 100644 --- a/History +++ b/History @@ -1,3 +1,9 @@ +== 1.0.0 2024-02-09 + +This version is identical with the previous one, there's no code changes. + +Releasing v1.0.0 indicates that the gem has a stable API and it's going to follow semantic versioning. + == 0.4.6 2024-01-29 * minor patches diff --git a/lib/crack/version.rb b/lib/crack/version.rb index 459c423..a6c3799 100644 --- a/lib/crack/version.rb +++ b/lib/crack/version.rb @@ -1,3 +1,3 @@ module Crack - VERSION = "0.4.6" + VERSION = "1.0.0" end