From 745d2fac3035197d01418dcd09f09e60b988e52b Mon Sep 17 00:00:00 2001 From: "actions[bot]" Date: Mon, 19 Aug 2024 09:51:34 +0000 Subject: [PATCH] chore(release): v0.3.0 --- CHANGELOG.md | 55 +++++++++++++++++++++++++++++++--------------------- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 35 insertions(+), 24 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b82706e..4036ede 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,36 +2,47 @@ 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.1.0/), -and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +This file is generated by [git-cliff](https://git-cliff.org) based on commit messages. -## [Unreleased] +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/); this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) and [Conventional Commit](https://www.conventionalcommits.org/). -## [0.2.1] - 2024-07-24 +## [0.3.0] - 2024-08-19 -### Security +### 🚀 Features -- Dependabot security updates. +- *(gen)* Add completion and man page generator -## [0.2.0] - 2024-04-25 +### 🚜 Refactor -### Added +- *(args)* Moved cli args to a dedicated module -- GitHub Actions Release build for `x86_64-unknown-linux-gnu`. +### ⚙️ Miscellaneous Tasks -## [0.1.0] - 2024-04-07 +- *(ci)* Run for pull request towards main only +- *(cd)* Add workflow -### Added +## [0.2.1] - 2024-08-16 -- This Rust project. -- GitHub Actions CI. -- This CHANGELOG file. -- CODE_OF_CONDUCT file. -- CONTRIBUTING file. -- LICENSE file. -- README containing documentation. +### ⚙️ Miscellaneous Tasks -[unreleased]: https://github.com/petit-chat/petit-filou/compare/v0.2.1...HEAD -[0.2.1]: https://github.com/petit-chat/petit-filou/releases/tag/v0.2.1 -[0.2.0]: https://github.com/petit-chat/petit-filou/releases/tag/v0.2.0 -[0.1.0]: https://github.com/petit-chat/petit-filou/releases/tag/v0.1.0 +- *(deps)* Bump h2 from 0.3.24 to 0.3.26 +- *(deps)* Bump openssl from 0.10.64 to 0.10.66 + +## [0.2.0] - 2024-08-16 + +### 📚 Documentation + +- *(contributing)* Correct urls + +### ⚙️ Miscellaneous Tasks + +- *(github)* Issue templates +- *(ci)* Add release binary upload workflow + +## [0.1.0] - 2024-08-16 + +### 📚 Documentation + +- *(readme)* Correct and remove urls + + diff --git a/Cargo.toml b/Cargo.toml index dff7ec3..5fb73d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "petit-filou" -version = "0.2.1" +version = "0.3.0" authors = ["petit-chat"] description = "petit-filou searches for mp4 videos for a given wordpress website." documentation = "https://github.com/petit-chat/petit-filou" diff --git a/README.md b/README.md index adabe57..9b63964 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ $ cd petit-filou $ cargo build --release $ mv ./target/release/petit-filou /usr/local/bin $ petit-filou --version -0.1.0 +0.3.0 ``` ## Usage