Skip to content

Commit

Permalink
docs: version bump; docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Vernoxvernax committed Mar 27, 2024
1 parent 38904a3 commit 6543e72
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-builds.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# GitHub Actions workflow to build artifacts and create releases on the "main" branch

name: Create release
name: Rust build

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "puddler"
version = "0.6.0"
version = "0.6.1"
edition = "2021"

[dependencies]
Expand Down
3 changes: 3 additions & 0 deletions RECENT_CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
* Removed getch crate and rewrote it's functionality using the awesome crossterm crate with additional timeout features.
* Fixed issue where episodes would be skipped if they would already be marked as played.
* Fixed issue where episodes would be skipped when using the `f` option in the quick-menu.
* Increase some request timeouts to 10 seconds.
* Avoid discord problems.
* Some code refactoring.
* Bump dependencies.

0 comments on commit 6543e72

Please sign in to comment.