Update release notes

This commit is contained in:
Arnaud 2025-10-13 13:16:03 +02:00
parent f0bd6202ae
commit 4c85c50ba3
No known key found for this signature in database
GPG Key ID: 20E40A5D3110766F
2 changed files with 23 additions and 10 deletions

19
CHANGELOG.md Normal file
View File

@ -0,0 +1,19 @@
## v0.0.11 (2025-10-13)
### Notes
- Fix libcodex.h path
- Rename CodexNew to New
- Rename CodexConfig to Config
## v0.0.10 (2025-10-13)
### Notes
- First release
### Features
- Codex data info
- Upload using `reader`, `file` and `chunks`
- Download using `stream` and `chunks`
- P2P connect
- Peer info and debug info

View File

@ -1,12 +1,6 @@
## v0.0.10 (2025-10-13)
## v0.0.11 (2025-10-13)
### Notes
- First release
### Features
- Codex data info
- Upload using `reader`, `file` and `chunks`
- Download using `stream` and `chunks`
- P2P connect
- Peer info and debug info
- Fix libcodex.h path
- Rename CodexNew to New
- Rename CodexConfig to Config