Skip to content

Commit

Permalink
Merge pull request #587 from Yamato-Security/1.3.1-release-finalization
Browse files Browse the repository at this point in the history
finalize 1.3.1
  • Loading branch information
hitenkoku authored Jun 12, 2022
2 parents 11fe0c0 + 74ba4e4 commit 1796dd1
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 19 deletions.
7 changes: 2 additions & 5 deletions CHANGELOG-Japanese.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 変更点

## v1.3.1 [2022/xx/xx]
## v1.3.1 [2022/06/13]

**新機能:**

Expand All @@ -10,17 +10,14 @@
**改善:**

- LinuxとmacOSのバイナリサイズをより小さくするために、デバッグシンボルをストリップします。(#568) (@YamatoSecurity)
- Crateパッケージの更新 (@YamatoSecurity)
- 新たな時刻表示のオプションとして`--US-time``--US-military-time``--European-time`の3つを追加した (#574) (@hitenkoku)
- `--rfc-3339` オプションの時刻表示形式を変更した。 (#574) (@hitenkoku)
- `-R/ --display-record-id`オプションを`-R/ --hide-record-id`に変更。レコードIDはデフォルトで出力するようにして`-R`オプションを付けた際に表示しないように変更した。(#579) (@hitenkoku)
- ルール読み込み時のメッセージを追加した。 (#583) (@hitenkoku)

**バグ修正:**

- xxx

**バグ修正:**

- 対応するオプションを付与していないときにもRecordIDとRecordInformationの列が出力されていたのを修正した。 (#577) (@hitenkoku)

## v1.3.0 [2022/06/06]
Expand Down
13 changes: 5 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changes

## v1.3.1 [2022/xx/xx]
## v1.3.1 [2022/06/13]

**New Features:**

Expand All @@ -9,19 +9,16 @@

**Enhancements:**

- Strip debug symbols by default for smaller Linux and macOS binaries. (#568) (@YamatoSecurity)
- Debug symbols are stripped by default for smaller Linux and macOS binaries. (#568) (@YamatoSecurity)
- Updated crate packages (@YamatoSecurity)
- Added new output time format options. (`--US-time`, `--US-military-time`, `--European-time`) (#574) (@hitenkoku)
- Changed output time format when `--rfc-3339` option is enabled. (#574) (@hitenkoku)
- Changed the output time format when `--rfc-3339` option is enabled. (#574) (@hitenkoku)
- Changed the `-R / --display-record-id` option to `-R / --hide-record-id` and now by default the event record ID is displayed. You can hide the record ID with `-R / --hide-record-id`. (#579) (@hitenkoku)
- Added rule loading message. (#583) (@hitenkoku)

**Bug Fixes:**

- xxx

**Bug Fixes:**

- fixed bug that RecordID and RecordInformation column is showed when options is not enabled. (#577) (@hitenkoku)
- The RecordID and RecordInformation column headers would be shown even if those options were not enabled. (#577) (@hitenkoku)

## v1.3.0 [2022/06/06]

Expand Down
8 changes: 4 additions & 4 deletions 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 = "hayabusa"
version = "1.3.1-dev"
version = "1.3.1"
authors = ["Yamato Security @SecurityYamato"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion src/detections/configs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ fn build_app<'a>() -> ArgMatches<'a> {
--contributors 'Prints the list of contributors.'";
App::new(&program)
.about("Hayabusa: Aiming to be the world's greatest Windows event log analysis tool!")
.version("1.3.1-dev")
.version("1.3.1")
.author("Yamato Security (/~https://github.com/Yamato-Security/hayabusa) @SecurityYamato")
.setting(AppSettings::VersionlessSubcommands)
.arg(
Expand Down

0 comments on commit 1796dd1

Please sign in to comment.