Skip to content

Commit

Permalink
Bump version to 0.8.0 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
fpsvogel committed Apr 12, 2023
1 parent 2596de8 commit 1139cf3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## [0.8.0] - upcoming
## [0.8.0] - 2023-04-12

- Added `Item` and `Filter` for more convenient output and filtering of it.
- Fixed a bug where ASCII-encoded input led to an error.
- Changed the behavior of `Reading::parse` so that if both a `stream` and a `path` are given, the `stream` is the one that is used.

Expand Down
2 changes: 1 addition & 1 deletion lib/reading/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Reading
VERSION = "0.7.0"
VERSION = "0.8.0"
end

0 comments on commit 1139cf3

Please sign in to comment.