Skip to content

Commit

Permalink
Bump version to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
knu committed Dec 8, 2023
1 parent 7f89136 commit efc8c8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Set Changelog

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

* Enhancements
* Avoid the `block or return` pattern to save Proc allocations [#29][] ([@casperisfine][])
Expand Down
4 changes: 2 additions & 2 deletions lib/set.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# set.rb - defines the Set class
#
# Copyright (c) 2002-2020 Akinori MUSHA <[email protected]>
# Copyright (c) 2002-2023 Akinori MUSHA <[email protected]>
#
# Documentation by Akinori MUSHA and Gavin Sinclair.
#
Expand Down Expand Up @@ -216,7 +216,7 @@
# has been modified while an element in the set.
#
class Set
VERSION = "1.0.3"
VERSION = "1.0.4"

include Enumerable

Expand Down

0 comments on commit efc8c8c

Please sign in to comment.