Skip to content

Commit 75ea67c

Browse files
chore(release): v2.0.0
1 parent d87ad12 commit 75ea67c

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# [2.0.0](https://github.com/nullpo-head/WSL-Hello-sudo/compare/v1.4.0...v2.0.0) (2021-12-04)
2+
3+
4+
### Features
5+
6+
* Rewrite Windows components in Rust ([#26](https://github.com/nullpo-head/WSL-Hello-sudo/issues/26)) ([d87ad12](https://github.com/nullpo-head/WSL-Hello-sudo/commit/d87ad1238e0f64e907f929b84f2bfcaec607e436))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* The file location and interface of the Windows component are updated, though it was not intended to be used by end users.
12+
13+
Co-authored-by: Takaya Saeki <abc.tkys+pub@gmail.com>
14+
15+
16+
117
# [1.4.0](https://github.com/nullpo-head/WSL-Hello-sudo/compare/v1.3.2...v1.4.0) (2021-11-23)
218

319

win_hello_bridge/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "win_hello_bridge"
3-
version = "1.4.0"
3+
version = "2.0.0"
44
authors = ["Takaya Saeki <abc.tkys+pub@gmail.com>"]
55
edition = "2018"
66

wsl_hello_pam/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wsl_hello_pam"
3-
version = "1.4.0"
3+
version = "2.0.0"
44
authors = ["Takaya Saeki <abc.tkys+pub@gmail.com>"]
55

66
[lib]

0 commit comments

Comments
 (0)