Skip to content

Commit

Permalink
chore(release): v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 4, 2021
1 parent d87ad12 commit 75ea67c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [2.0.0](https://github.com/nullpo-head/WSL-Hello-sudo/compare/v1.4.0...v2.0.0) (2021-12-04)


### Features

* 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))


### BREAKING CHANGES

* The file location and interface of the Windows component are updated, though it was not intended to be used by end users.

Co-authored-by: Takaya Saeki <abc.tkys+pub@gmail.com>



# [1.4.0](https://github.com/nullpo-head/WSL-Hello-sudo/compare/v1.3.2...v1.4.0) (2021-11-23)


Expand Down
2 changes: 1 addition & 1 deletion win_hello_bridge/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "win_hello_bridge"
version = "1.4.0"
version = "2.0.0"
authors = ["Takaya Saeki <abc.tkys+pub@gmail.com>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion wsl_hello_pam/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wsl_hello_pam"
version = "1.4.0"
version = "2.0.0"
authors = ["Takaya Saeki <abc.tkys+pub@gmail.com>"]

[lib]
Expand Down

0 comments on commit 75ea67c

Please sign in to comment.