Skip to content

Commit fd01810

Browse files
Merge pull request #229 from Yamato-Security/finalize-2.8.0
finalize 2.8.0
2 parents 0c61307 + 2a036c3 commit fd01810

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGELOG-Japanese.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 変更点
22

3-
## x.x.x [xxxx/xx/xx]
3+
## 2.8.0 [2025/02/22] Ninja Day Release
44

55
**改善:**
66

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changes
22

3-
## x.x.x [xxxx/xx/xx]
3+
## 2.8.0 [2025/02/22] Ninja Day Release
44

55
**Enhancements:**
66

src/takajo.nim

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ include takajopkg/web/htmlServer
6262

6363

6464
when isMainModule:
65-
clCfg.version = "2.7.1"
65+
clCfg.version = "2.8.0"
6666
const examples = "Examples:\p"
6767
const example_automagic = " automagic -t ../hayabusa/timeline.jsonl [--level low] [--displayTable] -o case-1\p"
6868
const example_extract_credentials = " extract-credentials -t ../hayabusa/timeline.jsonl [--skipProgressBar] -o credentials.csv\p"
@@ -97,7 +97,7 @@ when isMainModule:
9797
const example_vt_hash_lookup = " vt-hash-lookup -a <API-KEY> --hashList case-1-MD5-hashes.txt -r 1000 -o results.csv --jsonOutput responses.json\p"
9898
const example_vt_ip_lookup = " vt-ip-lookup -a <API-KEY> --ipList ipAddresses.txt -r 1000 -o results.csv --jsonOutput responses.json\p"
9999

100-
clCfg.useMulti = "Version: 2.7.1 Halloween Releaase\pUsage: takajo.exe <COMMAND>\p\pCommands:\p$subcmds\pCommand help: $command help <COMMAND>\p\p" &
100+
clCfg.useMulti = "Version: 2.8.0 Ninja Day Releaase\pUsage: takajo.exe <COMMAND>\p\pCommands:\p$subcmds\pCommand help: $command help <COMMAND>\p\p" &
101101
examples &
102102
example_automagic &
103103
example_extract_credentials & example_extract_scriptblocks & example_html_report & example_html_server &

takajo.nimble

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Package
22

3-
version = "2.7.1"
3+
version = "2.8.0"
44
author = "Yamato Security @SecurityYamato"
55
description = "Takajo is an analyzer for Hayabusa results."
66
license = "AGPL-3.0"

0 commit comments

Comments
 (0)