Skip to content

Commit d6cab5b

Browse files
committed
Bump version to 1.1.0
1 parent c63047c commit d6cab5b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Set Changelog
22

3+
# 1.1.0 (2023-12-23)
4+
5+
* Optimize for and require Ruby >=3
6+
37
# 1.0.4 (2023-12-08)
48

59
* Enhancements

lib/set.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@
216216
# has been modified while an element in the set.
217217
#
218218
class Set
219-
VERSION = "1.1.0.dev"
219+
VERSION = "1.1.0"
220220

221221
include Enumerable
222222

0 commit comments

Comments
 (0)