Skip to content

Commit

Permalink
fix: graceful handling of feed parse errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Jahziel Villasana-Espinoza committed Jan 13, 2023
1 parent 0d8487a commit 973e4da
Show file tree
Hide file tree
Showing 4 changed files with 598 additions and 446 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.7.2]

### Fixed

- Handles feed parse errors gracefully without `panic`ing.

## [0.7.1]

### Changed
Expand Down
Loading

0 comments on commit 973e4da

Please sign in to comment.