Skip to content

Commit

Permalink
Merge pull request #638 from Yamato-Security/1.4.3
Browse files Browse the repository at this point in the history
finalize 1.4.3
  • Loading branch information
hitenkoku authored Aug 3, 2022
2 parents 1ce76f1 + 288e629 commit 74f8f01
Show file tree
Hide file tree
Showing 9 changed files with 108 additions and 97 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG-Japanese.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# 変更点

## v1.4.3 [2022/08/03]

**バグ修正:**

- VC再頒布パッケージがインストールされていない環境でエラーが発生している状態を修正した。 (#635) (@fukusuket)

## v1.4.2 [2022/07/24]

**改善:**
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changes

## v1.4.3 [2022/08/03]

**Bug Fixes:**

- Hayabusa would not run on Windows 11 when the VC redistribute package was not installed but now everything is compiled statically. (#635) (@fukusuket)

## v1.4.2 [2022/07/24]

**Enhancements:**
Expand Down
101 changes: 50 additions & 51 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.4.2"
version = "1.4.3"
authors = ["Yamato Security @SecurityYamato"]
edition = "2021"

Expand Down
Loading

0 comments on commit 74f8f01

Please sign in to comment.