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 7f89136 commit efc8c8cCopy full SHA for efc8c8c
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Set Changelog
2
3
-# 1.0.x (Unreleased)
+# 1.0.4 (2023-12-08)
4
5
* Enhancements
6
* Avoid the `block or return` pattern to save Proc allocations [#29][] ([@casperisfine][])
lib/set.rb
@@ -3,7 +3,7 @@
#
# set.rb - defines the Set class
-# Copyright (c) 2002-2020 Akinori MUSHA <knu@iDaemons.org>
+# Copyright (c) 2002-2023 Akinori MUSHA <knu@iDaemons.org>
7
8
# Documentation by Akinori MUSHA and Gavin Sinclair.
9
@@ -216,7 +216,7 @@
216
# has been modified while an element in the set.
217
218
class Set
219
- VERSION = "1.0.3"
+ VERSION = "1.0.4"
220
221
include Enumerable
222
0 commit comments