Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 22, 2024
1 parent 1ed27c3 commit ff5f56b
Show file tree
Hide file tree
Showing 11 changed files with 59 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ members = [

[workspace.dependencies]
p2p = { package = "atm0s-small-p2p", git = "https://github.com/marverlous811/atm0s-small-p2p", rev = "cf2b2d4f464aa9940569bfb39e4d9e2ccf1e1556" }
protocol = { path = "crates/protocol", package = "atm0s-reverse-proxy-protocol", version = "0.2.1" }
protocol-ed25519 = { path = "crates/protocol_ed25519", package = "atm0s-reverse-proxy-protocol-ed25519", version = "0.1.3" }
protocol = { path = "crates/protocol", package = "atm0s-reverse-proxy-protocol", version = "0.3.0" }
protocol-ed25519 = { path = "crates/protocol_ed25519", package = "atm0s-reverse-proxy-protocol-ed25519", version = "0.1.4" }

log = "0.4"
tokio-yamux = "0.3"
Expand Down
10 changes: 10 additions & 0 deletions bin/agent/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.1](https://github.com/8xFF/atm0s-reverse-proxy/compare/atm0s-reverse-proxy-agent-v0.2.0...atm0s-reverse-proxy-agent-v0.2.1) - 2024-10-22

### Fixed

- agent id generate crash ([#74](https://github.com/8xFF/atm0s-reverse-proxy/pull/74))

### Other

- small-sdn with quic ([#70](https://github.com/8xFF/atm0s-reverse-proxy/pull/70))

## [0.2.0](https://github.com/8xFF/atm0s-reverse-proxy/compare/atm0s-reverse-proxy-agent-v0.1.2...atm0s-reverse-proxy-agent-v0.2.0) - 2024-10-04

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion bin/agent/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "atm0s-reverse-proxy-agent"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
description = "Agent for reverse proxy cluster"
license = "MIT"
Expand Down
15 changes: 15 additions & 0 deletions bin/relayer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.0](https://github.com/8xFF/atm0s-reverse-proxy/compare/atm0s-reverse-proxy-relayer-v0.3.0...atm0s-reverse-proxy-relayer-v0.4.0) - 2024-10-22

### Added

- add metrics for relayer ([#72](https://github.com/8xFF/atm0s-reverse-proxy/pull/72))
- update sdn for network connect authorizing ([#73](https://github.com/8xFF/atm0s-reverse-proxy/pull/73))

### Fixed

- agent id generate crash ([#74](https://github.com/8xFF/atm0s-reverse-proxy/pull/74))

### Other

- small-sdn with quic ([#70](https://github.com/8xFF/atm0s-reverse-proxy/pull/70))

## [0.3.0](https://github.com/8xFF/atm0s-reverse-proxy/compare/atm0s-reverse-proxy-relayer-v0.2.0...atm0s-reverse-proxy-relayer-v0.3.0) - 2024-10-04

### Other
Expand Down
2 changes: 1 addition & 1 deletion bin/relayer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "atm0s-reverse-proxy-relayer"
version = "0.3.0"
version = "0.4.0"
edition = "2021"
description = "Server for atm0s-reverse proxy cluster"
license = "MIT"
Expand Down
10 changes: 10 additions & 0 deletions crates/cert_utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.1](https://github.com/8xFF/atm0s-reverse-proxy/compare/atm0s-reverse-proxy-cert-utils-v0.1.0...atm0s-reverse-proxy-cert-utils-v0.1.1) - 2024-10-22

### Fixed

- agent id generate crash ([#74](https://github.com/8xFF/atm0s-reverse-proxy/pull/74))

### Other

- small-sdn with quic ([#70](https://github.com/8xFF/atm0s-reverse-proxy/pull/70))

## [0.1.0](https://github.com/8xFF/atm0s-reverse-proxy/releases/tag/atm0s-reverse-proxy-cert-utils-v0.1.0) - 2024-08-17

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion crates/cert_utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "atm0s-reverse-proxy-cert-utils"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
description = "Cert utils for atm0s-reverse proxy cluster"
license = "MIT"
Expand Down
10 changes: 10 additions & 0 deletions crates/protocol/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.0](https://github.com/8xFF/atm0s-reverse-proxy/compare/atm0s-reverse-proxy-protocol-v0.2.1...atm0s-reverse-proxy-protocol-v0.3.0) - 2024-10-22

### Fixed

- agent id generate crash ([#74](https://github.com/8xFF/atm0s-reverse-proxy/pull/74))

### Other

- small-sdn with quic ([#70](https://github.com/8xFF/atm0s-reverse-proxy/pull/70))

## [0.2.1](https://github.com/8xFF/atm0s-reverse-proxy/compare/atm0s-reverse-proxy-protocol-v0.2.0...atm0s-reverse-proxy-protocol-v0.2.1) - 2024-10-04

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions crates/protocol/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "atm0s-reverse-proxy-protocol"
version = "0.2.1"
version = "0.3.0"
edition = "2021"
description = "Protocol for atm0s-reverse proxy cluster"
license = "MIT"
Expand All @@ -14,4 +14,4 @@ tokio = { workspace = true, features = ["io-util"] }
log = { workspace = true }
anyhow = { workspace = true }
tokio-util = { workspace = true, features = ["codec"] }
derive_more = { workspace = true, features = ["from", "into", "deref"] }
derive_more = { workspace = true, features = ["from", "into", "deref"] }
6 changes: 6 additions & 0 deletions crates/protocol_ed25519/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.4](https://github.com/8xFF/atm0s-reverse-proxy/compare/atm0s-reverse-proxy-protocol-ed25519-v0.1.3...atm0s-reverse-proxy-protocol-ed25519-v0.1.4) - 2024-10-22

### Other

- small-sdn with quic ([#70](https://github.com/8xFF/atm0s-reverse-proxy/pull/70))

## [0.1.3](https://github.com/8xFF/atm0s-reverse-proxy/compare/atm0s-reverse-proxy-protocol-ed25519-v0.1.2...atm0s-reverse-proxy-protocol-ed25519-v0.1.3) - 2024-10-04

### Other
Expand Down
2 changes: 1 addition & 1 deletion crates/protocol_ed25519/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "atm0s-reverse-proxy-protocol-ed25519"
version = "0.1.3"
version = "0.1.4"
edition = "2021"
description = "Protocol implement with Ed25519 for atm0s-reverse proxy cluster"
license = "MIT"
Expand Down

0 comments on commit ff5f56b

Please sign in to comment.