Skip to content

Commit 44bef70

Browse files
authored
Merge pull request #22 from HumanAssisted/0.3.2
version
2 parents 8ae2a52 + fc96fec commit 44bef70

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,23 @@
1010
- WASM
1111

1212
## 0.3.4
13+
- upgrade pqcrypto https://github.com/rustpq/pqcrypto/issues/79
1314

1415
## 0.3.3
15-
- upgrade pqcrypto https://github.com/rustpq/pqcrypto/issues/79
16+
- [] MCP integration
17+
- [] TEST init agent without needing configs in filesystem by checking that needed ENV variables are set
18+
- [] separate public key location from private key location
19+
- [] refactor API so easier to use from higher level libraries - create agent, load agent, save document, create document, update document
20+
1621

1722
# COMPLETED
1823

1924
## 0.3.2
20-
- [ ] add common clause to Apache 2.0
25+
- [x] add common clause to Apache 2.0
2126
- [x] use a single file to handle file i/o for all storage types
2227
- [x] use an ENV wrapper to prep for wasm
2328
- [x] complete migration away from fs calls except for config, security, tests, cli
2429
- [x] create tests using custom schemas - verify this is working
25-
- [] TEST init agent without needing configs in filesystem by checking that needed ENV variables are set
26-
- [] separate public key location from private key location
27-
- [] refactor API so easier to use from higher level libraries - create agent, load agent, save document, create document, update document
28-
2930

3031

3132

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jacs"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
edition = "2021"
55
include = [
66
"src/**/*",

0 commit comments

Comments
 (0)