Skip to content

Commit

Permalink
version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ckampfe committed Jan 15, 2024
1 parent 5901c43 commit b165807
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
Expand Up @@ -4,6 +4,8 @@ I welcome contributions to Russ. If you have an idea for something you would lik

## Unreleased

## 0.5.0

- Russ now creates a feeds database by default. It will be at`$XDG_DATA_HOME/russ/feeds.db` or `$HOME/.local/share/russ/feeds.db` on Linux, and `$HOME/Library/Application Support/russ/feeds.db` on Mac. See the [directories](https://github.com/dirs-dev/directories-rs#projectdirs) docs for more information on how this location is computed. Note that this is a non-breaking change and the `-d` CLI flag will continue to override the default database path, so you can continue to use a different path if you want.
- Reimplement the feed refresh functionality to use regular threads instead of `tokio` and `futures-util`.
- Remove `tokio` and `futures-util`.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "russ"
version = "0.4.0"
version = "0.5.0"
authors = ["Clark Kampfe <[email protected]>"]
edition = "2021"

Expand Down

0 comments on commit b165807

Please sign in to comment.