Skip to content

Commit f422c08

Browse files
committed
chore(shiori): v0.1.3
1 parent eef74e4 commit f422c08

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

.versions/shiori

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
shiori-v0.1.2
1+
shiori-v0.1.3

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bin/shiori/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.1.3] - 2025-03-28
9+
10+
### Fixed
11+
12+
- Hotfix for download command.
13+
14+
### Updated
15+
16+
- Increased timeout for update check to 5 seconds.
17+
- Upgraded clap to 4.5.34.
18+
819
## [0.1.2] - 2025-03-28
920

1021
### Added

bin/shiori/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "shiori"
33
description = "A brand new m3u8 stream downloader"
4-
version = "0.1.2"
4+
version = "0.1.3"
55
edition.workspace = true
66
authors.workspace = true
77
repository.workspace = true

0 commit comments

Comments
 (0)