Skip to content

Commit d9c9b40

Browse files
committed
chore: version 0.9.2
1 parent 626b829 commit d9c9b40

File tree

4 files changed

+32
-3
lines changed

4 files changed

+32
-3
lines changed

Diff for: CHANGELOG.md

+29
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# Changelog
22

3+
## [0.9.2](https://github.com/vicanso/pingap/compare/v0.9.1..0.9.2) - 2024-11-30
4+
5+
### ⛰️ Features
6+
7+
- Cache plugin support skip handle - ([111ccb6](https://github.com/vicanso/pingap/commit/111ccb623d82e4527195f1cee047f32db08b0c5e))
8+
- Support add admin plugin to server, #58 - ([d9cd254](https://github.com/vicanso/pingap/commit/d9cd254bf4a231605c94f02ec9d05cef44802133))
9+
- Response header plugin support rename header, #61 ([#62](https://github.com/orhun/git-cliff/issues/62)) - ([66b4824](https://github.com/vicanso/pingap/commit/66b48241fad52624c93ec9ae3e5a8ed3a671d40f))
10+
11+
### 🐛 Bug Fixes
12+
13+
- Fix base64 encode of admin auth, #63 - ([a435cbf](https://github.com/vicanso/pingap/commit/a435cbf0606648dae34d2c16bdb0dd1f5c71d264))
14+
15+
### 🚜 Refactor
16+
17+
- Adjust admin login page - ([6e458f2](https://github.com/vicanso/pingap/commit/6e458f22a2714758757b6d8e88af40663fc87481))
18+
- Adjust admin login page - ([9f3825c](https://github.com/vicanso/pingap/commit/9f3825cccb30f5d28061e76de0c76af95352afd1))
19+
- Update open telemetry module ([#59](https://github.com/orhun/git-cliff/issues/59)) - ([2feb080](https://github.com/vicanso/pingap/commit/2feb0805ebd201e3265d095307eecee68c5693b9))
20+
- Adjust get query from etcd connection uri - ([5103c26](https://github.com/vicanso/pingap/commit/5103c26d0cf01d3e5596c49bb10d5c0275ec6e76))
21+
22+
### 🧪 Testing
23+
24+
- Fix clippy result large err - ([fbe27fe](https://github.com/vicanso/pingap/commit/fbe27fe0d2ba95f73479ca5b6243f4502718311d))
25+
26+
### ⚙️ Miscellaneous Tasks
27+
28+
- Update deppendencies - ([626b829](https://github.com/vicanso/pingap/commit/626b829b8d7b5dfe5910b6ede4d0b1ad0853fdde))
29+
- Update modules - ([b4bb67e](https://github.com/vicanso/pingap/commit/b4bb67eae34d243a966b0a484c8572a594243c38))
30+
- Add pingap service config - ([e008557](https://github.com/vicanso/pingap/commit/e00855760d22c465c7b4f510f6087b0c594813c6))
31+
332
## [0.9.1](https://github.com/vicanso/pingap/compare/v0.9.0..0.9.1) - 2024-11-23
433

534
### ⛰️ Features

Diff for: Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pingap"
3-
version = "0.9.1"
3+
version = "0.9.2"
44
authors = ["Tree Xie <[email protected]>"]
55
edition = "2021"
66
categories = ["network-programming", "web-programming::http-server"]

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,4 @@ hooks:
8080
cp hooks/* .git/hooks/
8181

8282
version:
83-
git cliff --unreleased --tag 0.9.1 --prepend CHANGELOG.md
83+
git cliff --unreleased --tag 0.9.2 --prepend CHANGELOG.md

0 commit comments

Comments
 (0)