Skip to content

Commit

Permalink
finalize 2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
YamatoSecurity committed Nov 29, 2023
1 parent c11d2f9 commit f23c2f9
Show file tree
Hide file tree
Showing 6 changed files with 113 additions and 63 deletions.
10 changes: 1 addition & 9 deletions CHANGELOG-Japanese.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 変更点

## 2.11.0 [2023/XX/XX] "XXX Release"
## 2.11.0 [2023/12/03] "Nasi Lemak Release"

**新機能:**

Expand All @@ -10,14 +10,6 @@

- スキャンウィザードにルール数を追加した. (#1206) (@hitenkoku)

**バグ修正:**

- xxx

**その他:**

- xxx

## 2.10.1 [2023/11/12] "Kamemushi Release"

**改善:**
Expand Down
10 changes: 1 addition & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changes

## 2.11.0 [2023/XX/XX] "XX Release"
## 2.11.0 [2023/12/03] "Nasi Lemak Release"

**New Features:**

Expand All @@ -10,14 +10,6 @@

- Added rule count in the scan wizard. (#1206) (@hitenkoku)

**Bug Fixes:**

- XXX

**Other:**

- XXX

## 2.10.1 [2023/11/13] "Kamemushi Release"

**Enhancements:**
Expand Down
128 changes: 97 additions & 31 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hayabusa"
version = "2.10.2-dev"
version = "2.11.0"
repository = "https://github.com/Yamato-Security/hayabusa"
authors = ["Yamato Security @SecurityYamato"]
edition = "2021"
Expand All @@ -11,7 +11,7 @@ include = ["src/**/*", "LICENSE.txt", "README.md", "CHANGELOG.md"]
itertools = "*"
dashmap = "*"
clap = { version = "4.*", features = ["derive", "cargo", "color"]}
evtx = { git = "https://github.com/Yamato-Security/hayabusa-evtx.git" , features = ["fast-alloc"] , rev = "00ec9cd" } # 0.8.7 2023/11/12 update
evtx = { git = "https://github.com/Yamato-Security/hayabusa-evtx.git" , features = ["fast-alloc"] , rev = "4f96b8e" } # 0.8.7 2023/11/29 update
quick-xml = {version = "0.*", features = ["serialize"] }
serde = { version = "1.*", features = ["derive"] }
serde_json = { version = "1.0"}
Expand Down
Loading

0 comments on commit f23c2f9

Please sign in to comment.