Skip to content

Commit 2c37597

Browse files
authored
chore: release v1.0.0-alpha.1
1 parent 9f559b8 commit 2c37597

File tree

3 files changed

+52
-0
lines changed

3 files changed

+52
-0
lines changed

src/elizacp/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.0.0-alpha.1](https://github.com/symposium-dev/symposium-acp/releases/tag/elizacp-v1.0.0-alpha.1) - 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+
- update all versions from 1.0.0-alpha to 1.0.0-alpha.1
24+
- release v1.0.0-alpha
25+
- *(conductor)* add mock component tests for nested conductors
26+
- bump all packages to version 1.0.0-alpha
27+
- *(sacp)* [**breaking**] reorganize modules with flat schema namespace
28+
- release
29+
- *(elizacp)* add module-level documentation to main.rs
30+
- upgrade to latest version of depdencies
31+
- *(elizacp)* release v0.1.0
32+
- *(elizacp)* prepare for crates.io publication
33+
- cleanup the source to make it prettier as an example
34+
- *(elizacp)* use expect_test for exact output verification
35+
- *(elizacp)* use seeded RNG for deterministic responses
36+
1037
## [1.0.0-alpha](https://github.com/symposium-dev/symposium-acp/releases/tag/elizacp-v1.0.0-alpha) - 2025-11-05
1138

1239
### Added

src/sacp-test/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.0.0-alpha.1](https://github.com/symposium-dev/symposium-acp/releases/tag/sacp-test-v1.0.0-alpha.1) - 2025-11-05
11+
12+
### Added
13+
14+
- *(sacp-test)* add arrow proxy for testing
15+
16+
### Other
17+
18+
- update all versions from 1.0.0-alpha to 1.0.0-alpha.1
19+
- release v1.0.0-alpha
20+
- *(conductor)* add integration test with arrow proxy and eliza
21+
- *(conductor)* add integration test with arrow proxy and eliza
22+
- rename sacp-doc-test to sacp-test
23+
1024
## [1.0.0-alpha](https://github.com/symposium-dev/symposium-acp/releases/tag/sacp-test-v1.0.0-alpha) - 2025-11-05
1125

1226
### Added

src/yopo/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.0.0-alpha.1](https://github.com/symposium-dev/symposium-acp/releases/tag/yopo-v1.0.0-alpha.1) - 2025-11-05
11+
12+
### Added
13+
14+
- *(yopo)* add yopo binary crate and simplify example
15+
16+
### Other
17+
18+
- Merge pull request #14 from nikomatsakis/main
19+
- update all versions from 1.0.0-alpha to 1.0.0-alpha.1
20+
1021
## [1.0.0-alpha](https://github.com/symposium-dev/symposium-acp/releases/tag/yopo-v1.0.0-alpha) - 2025-11-05
1122

1223
### Added

0 commit comments

Comments
 (0)