Skip to content

Commit

Permalink
Version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonyork committed Sep 23, 2023
1 parent 6b5d1f7 commit d8bef48
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## [Unreleased]

## [0.3.0] - 2023-09-22

* Add `max` parameter to search requests (thanks @lbrito1)

## [0.2.1] - 2023-07-06
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
PATH
remote: .
specs:
podcast_index (0.2.1)
podcast_index (0.3.0)
activesupport (>= 6.0, < 8)
addressable (~> 2)

GEM
remote: https://rubygems.org/
specs:
activesupport (7.0.3.1)
activesupport (7.0.8)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
Expand All @@ -27,13 +27,13 @@ GEM
diff-lcs (1.5.0)
docile (1.4.0)
hashdiff (1.0.1)
i18n (1.12.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
io-console (0.6.0)
irb (1.6.2)
reline (>= 0.3.0)
json (2.6.3)
minitest (5.17.0)
minitest (5.20.0)
parallel (1.22.1)
parser (3.1.3.0)
ast (~> 2.4.1)
Expand Down Expand Up @@ -86,7 +86,7 @@ GEM
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
tzinfo (2.0.5)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.3.0)
webmock (3.14.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/podcast_index/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module PodcastIndex
VERSION = "0.2.1".freeze
VERSION = "0.3.0".freeze
end

0 comments on commit d8bef48

Please sign in to comment.