Skip to content

Commit

Permalink
chore(pf_lib): release v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
petit-chat committed Oct 18, 2024
1 parent 819fab0 commit f2fa94e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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 pf_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion pf_lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit f2fa94e

Please sign in to comment.