diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 716c508..eefd237 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 283db41..1a9baba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## v0.0.12 (2025-10-13) +### Notes + +- Fix Rust version during build + ## v0.0.11 (2025-10-13) ### Notes diff --git a/RELEASE.md b/RELEASE.md index ae88276..2a27cdf 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -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 \ No newline at end of file +- Fix Rust version during build \ No newline at end of file