From f2fa94ea025a15e2b292c4695345c7aee3e2c463 Mon Sep 17 00:00:00 2001 From: petit-chat <76547570+petit-chat@users.noreply.github.com> Date: Fri, 18 Oct 2024 16:02:45 +0200 Subject: [PATCH] chore(pf_lib): release v1.1.1 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- pf_cli/Cargo.toml | 2 +- pf_lib/Cargo.toml | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f5d913..b1a611e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.1](https://github.com/petit-chat/petit-filou/compare/v1.1.0...v1.1.1) - 2024-10-18 + +### Fixed + +- *(pf_lib)* verify that existing urls are mp4 videos + ## [1.1.0](https://github.com/petit-chat/petit-filou/compare/v1.0.0...v1.1.0) - 2024-10-13 ### Added diff --git a/Cargo.lock b/Cargo.lock index 546067d..4d53786 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -744,7 +744,7 @@ dependencies = [ [[package]] name = "pf_lib" -version = "1.1.0" +version = "1.1.1" dependencies = [ "lazy_static", "log", diff --git a/pf_cli/Cargo.toml b/pf_cli/Cargo.toml index e57c286..b753292 100644 --- a/pf_cli/Cargo.toml +++ b/pf_cli/Cargo.toml @@ -17,7 +17,7 @@ path = "src/main.rs" [dependencies] log.workspace = true -pf_lib = { version = "1.1.0", path = "../pf_lib" } +pf_lib = { version = "1.1.1", path = "../pf_lib" } clap = { version = "4.5.2", features = ["derive"] } env_logger = "0.11.5" diff --git a/pf_lib/Cargo.toml b/pf_lib/Cargo.toml index f786dba..c927a98 100644 --- a/pf_lib/Cargo.toml +++ b/pf_lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pf_lib" -version = "1.1.0" +version = "1.1.1" authors = ["petit-chat"] description = "petit-filou core library" documentation = "https://github.com/petit-chat/petit-filou"