Skip to content

Commit 8756b4b

Browse files
committed
Release v1.0.1
1 parent ff29282 commit 8756b4b

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.0.1] - 2025-06-08
11+
1012
## [1.0.0] - 2025-06-07
1113

1214
### 🎉 Major Release - Production Ready

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
class-metrix (1.0.0)
4+
class-metrix (1.0.1)
55

66
GEM
77
remote: https://rubygems.org/

lib/class_metrix/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 ClassMetrix
4-
VERSION = "1.0.0"
4+
VERSION = "1.0.1"
55
end

0 commit comments

Comments
 (0)