Skip to content

Commit 97e22d5

Browse files
authored
chore: release v1.0.0-alpha
1 parent 1266035 commit 97e22d5

File tree

4 files changed

+62
-4
lines changed

4 files changed

+62
-4
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/elizacp/CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.0.0-alpha](https://github.com/symposium-dev/symposium-acp/releases/tag/elizacp-v1.0.0-alpha) - 2025-11-05
11+
12+
### Added
13+
14+
- *(elizacp)* add Eliza chatbot as ACP agent for testing
15+
16+
### Fixed
17+
18+
- fix github url
19+
- *(elizacp)* exclude punctuation from pattern captures
20+
21+
### Other
22+
23+
- *(conductor)* add mock component tests for nested conductors
24+
- bump all packages to version 1.0.0-alpha
25+
- *(sacp)* [**breaking**] reorganize modules with flat schema namespace
26+
- release
27+
- *(elizacp)* add module-level documentation to main.rs
28+
- upgrade to latest version of depdencies
29+
- *(elizacp)* release v0.1.0
30+
- *(elizacp)* prepare for crates.io publication
31+
- cleanup the source to make it prettier as an example
32+
- *(elizacp)* use expect_test for exact output verification
33+
- *(elizacp)* use seeded RNG for deterministic responses
34+
1035
## [0.1.0](https://github.com/symposium-dev/symposium-acp/releases/tag/elizacp-v0.1.0) - 2025-10-31
1136

1237
### Added

src/sacp-test/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.0.0-alpha](https://github.com/symposium-dev/symposium-acp/releases/tag/sacp-test-v1.0.0-alpha) - 2025-11-05
11+
12+
### Added
13+
14+
- *(sacp-test)* add arrow proxy for testing
15+
16+
### Other
17+
18+
- *(conductor)* add integration test with arrow proxy and eliza
19+
- *(conductor)* add integration test with arrow proxy and eliza
20+
- rename sacp-doc-test to sacp-test
21+
1022
## [0.1.0](https://github.com/symposium-dev/symposium-acp/releases/tag/sacp-doc-test-v0.1.0) - 2025-11-04
1123

1224
### Other

src/sacp-tokio/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.0.0-alpha](https://github.com/symposium-dev/symposium-acp/releases/tag/sacp-tokio-v1.0.0-alpha) - 2025-11-05
11+
12+
### Added
13+
14+
- *(conductor)* add proxy mode support for hierarchical chains
15+
- *(sacp-tokio)* implement JrConnectionExt trait for to_agent
16+
- create sacp-tokio crate and improve AcpAgent API
17+
18+
### Fixed
19+
20+
- *(sacp-tokio)* correct type path in doctest example
21+
- fix github url
22+
23+
### Other
24+
25+
- bump all packages to version 1.0.0-alpha
26+
- *(sacp)* move handler types to dedicated handler module
27+
- *(sacp)* [**breaking**] reorganize modules with flat schema namespace
28+
- release
29+
- add READMEs for sacp-tokio, sacp-proxy, and sacp-conductor
30+
1031
## [0.1.1](https://github.com/symposium-dev/symposium-acp/releases/tag/sacp-tokio-v0.1.1) - 2025-11-04
1132

1233
### Added

0 commit comments

Comments
 (0)