Skip to content

Commit

Permalink
Version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonyork committed Jul 6, 2023
1 parent ad98069 commit 08f5bf5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 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.2.1] - 2023-07-06

* Raise exception when `Podcast.find` returns no result ([#6](https://github.com/jasonyork/podcast-index/issues/6))

## [0.2.0] - 2023-04-24
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
podcast_index (0.2.0)
podcast_index (0.2.1)
activesupport (>= 6.0, < 8)
addressable (~> 2)

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.0".freeze
VERSION = "0.2.1".freeze
end

0 comments on commit 08f5bf5

Please sign in to comment.