Skip to content

Commit efc8c8c

Browse files
committed
Bump version to 1.0.4
1 parent 7f89136 commit efc8c8c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Set Changelog
22

3-
# 1.0.x (Unreleased)
3+
# 1.0.4 (2023-12-08)
44

55
* Enhancements
66
* Avoid the `block or return` pattern to save Proc allocations [#29][] ([@casperisfine][])

lib/set.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# set.rb - defines the Set class
55
#
6-
# Copyright (c) 2002-2020 Akinori MUSHA <knu@iDaemons.org>
6+
# Copyright (c) 2002-2023 Akinori MUSHA <knu@iDaemons.org>
77
#
88
# Documentation by Akinori MUSHA and Gavin Sinclair.
99
#
@@ -216,7 +216,7 @@
216216
# has been modified while an element in the set.
217217
#
218218
class Set
219-
VERSION = "1.0.3"
219+
VERSION = "1.0.4"
220220

221221
include Enumerable
222222

0 commit comments

Comments
 (0)