Prepare release

This commit is contained in:
Arnaud 2025-10-13 15:00:05 +02:00
parent eb7590e4df
commit 92421642ad
No known key found for this signature in database
GPG Key ID: 20E40A5D3110766F
3 changed files with 7 additions and 6 deletions

View File

@ -38,8 +38,6 @@ jobs:
- name: Build libcodex
if: steps.cache-libcodex.outputs.cache-hit != 'true'
run: |
sudo apt-get update
sudo apt-get install -y build-essential
make update
CODEX_LIB_PARAMS="-d:codex_enable_api_debug_peers=true -d:LeopardCmakeFlags=\"-DCMAKE_POSITION_INDEPENDENT_CODE=ON\"" make libcodex

View File

@ -1,3 +1,8 @@
## v0.0.12 (2025-10-13)
### Notes
- Fix Rust version during build
## v0.0.11 (2025-10-13)
### Notes

View File

@ -1,6 +1,4 @@
## v0.0.11 (2025-10-13)
## v0.0.12 (2025-10-13)
### Notes
- Fix libcodex.h path
- Rename CodexNew to New
- Rename CodexConfig to Config
- Fix Rust version during build