We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1142a57 commit 083e742Copy full SHA for 083e742
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+### [1.0.8] 2024-01-19
2
+
3
+Changes
4
5
+- Update ruby gems.
6
7
### [1.0.7] 2024-01-12
8
9
Changes
Gemfile.lock
@@ -1,16 +1,16 @@
PATH
remote: .
specs:
- immutable_struct_ex (1.0.7)
+ immutable_struct_ex (1.0.8)
GEM
remote: https://rubygems.org/
ast (2.4.2)
10
- bigdecimal (3.1.5)
+ bigdecimal (3.1.6)
11
byebug (11.1.3)
12
coderay (1.1.3)
13
- concurrent-ruby (1.2.2)
+ concurrent-ruby (1.2.3)
14
diff-lcs (1.5.0)
15
docile (1.4.0)
16
dry-configurable (1.1.0)
lib/immutable_struct_ex/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module ImmutableStructEx
- VERSION = '1.0.7'
+ VERSION = '1.0.8'
end
0 commit comments