Skip to content

Commit

Permalink
chore: version 0.8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
vicanso committed Oct 13, 2024
1 parent bcb5ef4 commit 9241030
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.8.9](https://github.com/vicanso/pingap/compare/v0.8.8..0.8.9) - 2024-10-13

### ⛰️ Features

- Support more infomations for stats - ([ec74050](https://github.com/vicanso/pingap/commit/ec74050f5ee59016a3ea2c9fab99598aa5751ce6))

### 🧪 Testing

- Fix test - ([acda41e](https://github.com/vicanso/pingap/commit/acda41e40772859f9acc00eb85f1d7b5578d6ac0))

### ⚙️ Miscellaneous Tasks

- Version 0.8.8 - ([bcb5ef4](https://github.com/vicanso/pingap/commit/bcb5ef46f1f1be374b6e5e932451bc0ad11684fe))
- Update components - ([746294e](https://github.com/vicanso/pingap/commit/746294e32be82b149071e51bc4465f4bb3de9daa))

## [0.8.8](https://github.com/vicanso/pingap/compare/v0.8.8..0.8.8) - 2024-10-13

### ⛰️ Features
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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pingap"
version = "0.8.8"
version = "0.8.9"
authors = ["Tree Xie <[email protected]>"]
edition = "2021"
categories = ["network-programming", "web-programming::http-server"]
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ hooks:
cp hooks/* .git/hooks/

version:
git cliff --unreleased --tag 0.8.8 --prepend CHANGELOG.md
git cliff --unreleased --tag 0.8.9 --prepend CHANGELOG.md

0 comments on commit 9241030

Please sign in to comment.