Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions crates/asterisk-rs-agi/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed
- harden credential handling, codec safety, and API consistency


## [0.2.1](https://github.com/deadcode-walker/asterisk-rs/compare/asterisk-rs-agi-v0.2.0...asterisk-rs-agi-v0.2.1) - 2026-03-18

### Other
Expand Down
4 changes: 2 additions & 2 deletions crates/asterisk-rs-agi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "asterisk-rs-agi"
version = "0.2.2"
version = "0.6.0"
description = "Async Rust FastAGI server for Asterisk Gateway Interface"
edition.workspace = true
rust-version.workspace = true
Expand All @@ -14,7 +14,7 @@ readme = "README.md"
workspace = true

[dependencies]
asterisk-rs-core = { path = "../asterisk-rs-core", version = "0.3.0" }
asterisk-rs-core = { path = "../asterisk-rs-core", version = "0.6.0" }
tokio = { workspace = true, features = ["net", "sync", "time", "io-util", "macros", "rt"] }
tracing.workspace = true
thiserror.workspace = true
Expand Down
4 changes: 4 additions & 0 deletions crates/asterisk-rs-ami/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed
- harden credential handling, codec safety, and API consistency


## [0.4.0](https://github.com/deadcode-walker/asterisk-rs/compare/asterisk-rs-ami-v0.3.0...asterisk-rs-ami-v0.4.0) - 2026-03-18

### Added
Expand Down
4 changes: 2 additions & 2 deletions crates/asterisk-rs-ami/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "asterisk-rs-ami"
version = "0.5.0"
version = "0.6.0"
description = "Async Rust client for the Asterisk Manager Interface (AMI)"
edition.workspace = true
rust-version.workspace = true
Expand All @@ -14,7 +14,7 @@ readme = "README.md"
workspace = true

[dependencies]
asterisk-rs-core = { path = "../asterisk-rs-core", version = "0.3.0" }
asterisk-rs-core = { path = "../asterisk-rs-core", version = "0.6.0" }
tokio = { workspace = true, features = ["net", "sync", "time", "io-util", "macros", "rt"] }
tokio-util = { workspace = true, features = ["codec"] }
bytes.workspace = true
Expand Down
8 changes: 8 additions & 0 deletions crates/asterisk-rs-ari/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed
- harden credential handling, codec safety, and API consistency


### Other
- apply rustfmt formatting fixes


## [0.3.1](https://github.com/deadcode-walker/asterisk-rs/compare/asterisk-rs-ari-v0.3.0...asterisk-rs-ari-v0.3.1) - 2026-03-18

### Added
Expand Down
4 changes: 2 additions & 2 deletions crates/asterisk-rs-ari/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "asterisk-rs-ari"
version = "0.4.1"
version = "0.6.0"
description = "Async Rust client for the Asterisk REST Interface (ARI)"
edition.workspace = true
rust-version.workspace = true
Expand All @@ -14,7 +14,7 @@ readme = "README.md"
workspace = true

[dependencies]
asterisk-rs-core = { path = "../asterisk-rs-core", version = "0.3.0" }
asterisk-rs-core = { path = "../asterisk-rs-core", version = "0.6.0" }
tokio = { workspace = true, features = ["net", "sync", "time", "macros", "rt"] }
reqwest.workspace = true
tokio-tungstenite.workspace = true
Expand Down
4 changes: 4 additions & 0 deletions crates/asterisk-rs-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed
- harden credential handling, codec safety, and API consistency


## [0.2.1](https://github.com/deadcode-walker/asterisk-rs/compare/asterisk-rs-core-v0.2.0...asterisk-rs-core-v0.2.1) - 2026-03-18

### Added
Expand Down
2 changes: 1 addition & 1 deletion crates/asterisk-rs-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "asterisk-rs-core"
version = "0.3.0"
version = "0.6.0"
description = "Shared types, error framework, and event bus for asterisk-rs"
edition.workspace = true
rust-version.workspace = true
Expand Down
8 changes: 8 additions & 0 deletions crates/asterisk-rs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed
- harden credential handling, codec safety, and API consistency


### Other
- apply rustfmt formatting fixes


## [0.1.4](https://github.com/deadcode-walker/asterisk-rs/compare/asterisk-rs-v0.1.3...asterisk-rs-v0.1.4) - 2026-03-18

### Other
Expand Down
10 changes: 5 additions & 5 deletions crates/asterisk-rs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "asterisk-rs"
version = "0.1.7"
version = "0.6.0"
description = "Async Rust client for Asterisk AMI, AGI, and ARI"
edition.workspace = true
rust-version.workspace = true
Expand All @@ -15,10 +15,10 @@ readme = "../../README.md"
workspace = true

[dependencies]
asterisk-rs-core = { path = "../asterisk-rs-core", version = "0.3.0" }
asterisk-rs-ami = { path = "../asterisk-rs-ami", version = "0.5.0", optional = true }
asterisk-rs-agi = { path = "../asterisk-rs-agi", version = "0.2.2", optional = true }
asterisk-rs-ari = { path = "../asterisk-rs-ari", version = "0.4.1", optional = true }
asterisk-rs-core = { path = "../asterisk-rs-core", version = "0.6.0" }
asterisk-rs-ami = { path = "../asterisk-rs-ami", version = "0.6.0", optional = true }
asterisk-rs-agi = { path = "../asterisk-rs-agi", version = "0.6.0", optional = true }
asterisk-rs-ari = { path = "../asterisk-rs-ari", version = "0.6.0", optional = true }
thiserror.workspace = true
tokio.workspace = true

Expand Down
Loading