Skip to content

Commit

Permalink
Bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
knu committed Dec 23, 2023
1 parent c63047c commit d6cab5b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Set Changelog

# 1.1.0 (2023-12-23)

* Optimize for and require Ruby >=3

# 1.0.4 (2023-12-08)

* Enhancements
Expand Down
2 changes: 1 addition & 1 deletion lib/set.rb
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@
# has been modified while an element in the set.
#
class Set
VERSION = "1.1.0.dev"
VERSION = "1.1.0"

include Enumerable

Expand Down

0 comments on commit d6cab5b

Please sign in to comment.