Skip to content

Commit

Permalink
Release version 0.6.0 and update changelog
Browse files Browse the repository at this point in the history
Add support for more tags from RFC and restructure project in version 0.6.0. Include 'changelog' target in Makefile to automate changelog generation.
  • Loading branch information
includeamin committed Nov 5, 2024
1 parent 7eb2c6a commit 7fb168d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,17 @@

All notable changes to this project will be documented in this file.

## [unreleased]
## [0.6.0] - 2024-11-05

### 🚀 Features

- Add support for more tags from rfc (#3)

## [0.5.0] - 2024-11-02

### ⚙️ Miscellaneous Tasks

- [**breaking**] Restructure codes
- [**breaking**] Restructure project (#2)

## [0.4.0] - 2024-11-01

Expand Down
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@ check:
cargo fmt
cargo test
cargo clippy --fix --allow-dirty --allow-staged

changelog:
git cliff -o CHANGELOG.md

0 comments on commit 7fb168d

Please sign in to comment.