Skip to content

Commit

Permalink
chore(release): v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 19, 2024
1 parent 973677d commit 745d2fa
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 24 deletions.
55 changes: 33 additions & 22 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<!-- generated by git-cliff -->
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 745d2fa

Please sign in to comment.