From 92421642add8900e8b2fb6888ce3c11f3d3bc8f7 Mon Sep 17 00:00:00 2001 From: Arnaud Date: Mon, 13 Oct 2025 15:00:05 +0200 Subject: [PATCH] Prepare release --- .github/workflows/ci.yml | 2 -- CHANGELOG.md | 5 +++++ RELEASE.md | 6 ++---- 3 files changed, 7 insertions(+), 6 deletions(-) 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