Skip to content

Commit

Permalink
update to rust-yaml2
Browse files Browse the repository at this point in the history
  • Loading branch information
YamatoSecurity committed Oct 30, 2024
1 parent 5973ffc commit b8c74a0
Show file tree
Hide file tree
Showing 18 changed files with 149 additions and 106 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG-Japanese.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@

- `gt``gte``lt``lte`のフィールドモディファイアに対応した。(#1433) (@fukusuket)

**改善:**

- `yaml-rust`クレートを`yaml-rust2`に更新した。 (#461) (@yamatosecurity)

**バグ修正:**

- `csv-timeline``json-timeline`コマンドで、結果をターミナルに出力すると、プログレスバーの後にいくつかの結果が表示されていた。 (#1459) (@fukusuket)
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@

- Support for the `gt`, `gte`, `lt`, `lte` field modifiers. (#1433) (@fukusuket)

**Enhancements:**

- Updated the `yaml-rust` crate to `yaml-rust2`. (#461) (@yamatosecurity)

**Bug Fixes:**

- Some results would be displayed after the progress bar when outputting results to the terminal with `csv-timeline` and `json-timeline`. (#1459) (@fukusuket)
Expand Down
Loading

0 comments on commit b8c74a0

Please sign in to comment.