Skip to content

Commit

Permalink
release: airup v0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sisungo committed Jun 2, 2024
1 parent 803c9bf commit 3825ff3
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Changes in v0.10.2:
* fix: cannot actually unset an environment variable becuase toml lacks support of `null`
* fix: #33 "reboot-in-reboot"

Changes in v0.10.1:
* feature: added support of SELinux
* BREAKING: renamed `system.\[un\]load_extension` to `system.\[un\]register_extension`
Expand Down
4 changes: 2 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

## Supported Versions
The `HEAD` and the latest release are supported by the Airup developers. The maintained versions are:
- Mainline: `0.10.1`
- Stable: `0.9.4`
- Mainline: `0.10.2`
- Stable: `0.10.2`

## Reporting a Vulnerability
Please [contact @sisungo](mailto:[email protected]) to report a vulnerability.
2 changes: 1 addition & 1 deletion airup-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ authors = ["sisungo <[email protected]>"]
description = "SDK library of Airup"
documentation = "https://docs.rs/airup-sdk"
repository = "https://github.com/sisungo/airup"
version = "0.10.1"
version = "0.10.2"
edition = "2021"
license = "MIT"

Expand Down
2 changes: 1 addition & 1 deletion airup/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "airup"
authors = ["sisungo <[email protected]>"]
version = "0.10.1"
version = "0.10.2"
edition = "2021"
license = "MIT"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion airupd/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "airupd"
authors = ["sisungo <[email protected]>"]
version = "0.10.1"
version = "0.10.2"
edition = "2021"
license = "MIT"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion extensions/fallback-logger/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "fallback-logger"
authors = ["sisungo <[email protected]>"]
version = "0.10.0"
version = "0.10.2"
edition = "2021"
license = "MIT"
publish = false
Expand Down

0 comments on commit 3825ff3

Please sign in to comment.