Skip to content

Commit

Permalink
🔖 v0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
H1rono committed Feb 11, 2024
1 parent 175f873 commit da9bbb4
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,26 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog],
and this project adheres to [Semantic Versioning].

## [v0.8.2] - 2024-02-11

### Added

- `RequestParser::parse_headers`, `RequestParser::parse`のドキュメントを追加

### Changed

- rustfmtの設定を修正

### Fixed

- READMEの`Cargo.toml`記述例を修正
- `clippy::pedantic`の対象ルールに一部対応

### For Developers

- GitHub ActionsでのTOMLファイルのバリデーションを削除
- GitHub Actionsの依存関係を更新

## [v0.8.1] - 2023-11-30

### Changed
Expand Down Expand Up @@ -218,6 +238,7 @@ and this project adheres to [Semantic Versioning].
[semantic versioning]: https://semver.org/spec/v2.0.0.html

<!-- Versions -->
[v0.8.1]: https://github.com/H1rono/traq-bot-http-rs/compare/v0.8.1..v0.8.2
[v0.8.1]: https://github.com/H1rono/traq-bot-http-rs/compare/v0.8.0..v0.8.1
[v0.8.0]: https://github.com/H1rono/traq-bot-http-rs/compare/v0.7.2..v0.8.0
[v0.7.2]: https://github.com/H1rono/traq-bot-http-rs/compare/v0.7.1..v0.7.2
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 = "traq-bot-http"
version = "0.8.1"
version = "0.8.2"
authors = ["H1rono <[email protected]>"]
edition = "2021"
description = "Library to parse POST requests of traQ BOT event"
Expand Down

0 comments on commit da9bbb4

Please sign in to comment.