Skip to content

Commit

Permalink
Merge pull request #55 from p-hueber/release_0.8
Browse files Browse the repository at this point in the history
Release 0.8
  • Loading branch information
p-hueber authored Oct 20, 2024
2 parents c2eea27 + 0c90029 commit 2d8caf7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ 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.8.0] - 2024-10-20

### Added

- Optional allow list for media server users. ([@aksiksi](https://github.com/aksiksi))


## [0.7.4] - 2024-10-07

### Changed
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 = "prefetcharr"
version = "0.7.4"
version = "0.8.0"
edition = "2021"
authors = ["Paul Hüber"]
license = "MIT OR Apache-2.0"
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ cargo install --git https://github.com/p-hueber/prefetcharr

Or with docker compose:
```yml
version: '3.5'
services:
prefetcharr:
image: phueber/prefetcharr:latest
Expand Down

0 comments on commit 2d8caf7

Please sign in to comment.