From 4c85c50ba3f271d24984f5d562d25525ece3f044 Mon Sep 17 00:00:00 2001 From: Arnaud Date: Mon, 13 Oct 2025 13:16:03 +0200 Subject: [PATCH] Update release notes --- CHANGELOG.md | 19 +++++++++++++++++++ RELEASE.md | 14 ++++---------- 2 files changed, 23 insertions(+), 10 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..283db41 --- /dev/null +++ b/CHANGELOG.md @@ -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 \ No newline at end of file diff --git a/RELEASE.md b/RELEASE.md index 077b2c1..ae88276 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -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 \ No newline at end of file +- Fix libcodex.h path +- Rename CodexNew to New +- Rename CodexConfig to Config \ No newline at end of file