Skip to content

Commit 056f843

Browse files
committed
chore: bump version to 2.1.0
Release includes Enumerable support with each, [], and latest methods.
1 parent 1e98fb9 commit 056f843

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/simple-rss.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class SimpleRSS
1010
# @rbs!
1111
# include Enumerable[Hash[Symbol, untyped]]
1212

13-
VERSION = "2.0.0".freeze
13+
VERSION = "2.1.0".freeze
1414

1515
# @rbs @items: Array[Hash[Symbol, untyped]]
1616
# @rbs @source: String

simple-rss.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Gem::Specification.new do |s|
22
s.name = "simple-rss"
3-
s.version = "2.0.0"
4-
s.date = "2025-12-28"
3+
s.version = "2.1.0"
4+
s.date = "2025-12-29"
55
s.summary = "A simple, flexible, extensible, and liberal RSS and Atom reader for Ruby. It is designed to be backwards compatible with the standard RSS parser, but will never do RSS generation."
66
s.email = "lucas@rufy.com"
77
s.homepage = "https://github.com/cardmagic/simple-rss"

0 commit comments

Comments
 (0)