Skip to content

Commit

Permalink
release: airup v0.10.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sisungo committed Jul 22, 2024
1 parent 8041b6f commit d1b22a5
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Changes in v0.10.6:
* BREAKING: Extensions now uses the registering connection, rather than listen to a new UNIX socket and let the daemon connect.
* BREAKING: Service sideloading is now a part of the supervisor cache system.
* BREAKING: Removed API `debug.disconnect`
* Feature: Seperated instance name from system host name

Changes in v0.10.5:
* cli: refactor `debug` subcommand and removed unnecessary interfaces
* rpc: reset request size limit \(2M to 128K\)
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.5`
- Stable: `0.10.5`
- Mainline: `0.10.6`
- Stable: `0.10.6`

## 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.5"
version = "0.10.6"
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.5"
version = "0.10.6"
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.5"
version = "0.10.6"
edition = "2021"
license = "MIT"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion airupfx/airupfx-extensions/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "airupfx-extensions"
authors = ["sisungo <[email protected]>"]
version = "0.10.4"
version = "0.10.6"
edition = "2021"
license = "MIT"
publish = false
Expand Down

0 comments on commit d1b22a5

Please sign in to comment.