Skip to content

Commit 7a5a339

Browse files
chore: bump anolis-protocol to v1.2.0, bump to v0.2.4
1 parent a9085fc commit 7a5a339

3 files changed

Lines changed: 12 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ All notable changes to `anolis-provider-ezo` are documented in this file.
44

55
## [Unreleased]
66

7+
## [0.2.4] - 2026-04-24
8+
9+
### Changed
10+
11+
- Updated `anolis-protocol` dependency from v1.1.4 to v1.2.0. The new release
12+
adds `optional` presence to `ArgSpec` bounds fields. No source changes
13+
required in this provider.
14+
715
## [0.2.3] - 2026-04-23
816

917
### CI

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.20)
22

33
option(ANOLIS_PROVIDER_EZO_WARNINGS_AS_ERRORS "Treat first-party compiler warnings as errors" OFF)
44

5-
project(anolis_provider_ezo VERSION 0.2.3 LANGUAGES C CXX)
5+
project(anolis_provider_ezo VERSION 0.2.4 LANGUAGES C CXX)
66

77
set(CMAKE_CXX_STANDARD 17)
88
set(CMAKE_CXX_STANDARD_REQUIRED ON)
@@ -38,8 +38,8 @@ endif()
3838
include(FetchContent)
3939
FetchContent_Declare(
4040
anolis_protocol
41-
URL https://github.com/anolishq/anolis-protocol/releases/download/v1.1.4/anolis-protocol-1.1.4-source.tar.gz
42-
URL_HASH SHA256=e79f21ee14ea988669353d5ac55942f194630af033e64bcb85abda4d3b9081e4
41+
URL https://github.com/anolishq/anolis-protocol/releases/download/v1.2.0/anolis-protocol-1.2.0-source.tar.gz
42+
URL_HASH SHA256=ffd2839e02c5a0f1fe512f618808de8ce138f8dcbfbfb99ea432582ce517f26c
4343
)
4444
FetchContent_MakeAvailable(anolis_protocol)
4545
set(ADPP_PROTO_IMPORT_ROOT "${anolis_protocol_SOURCE_DIR}/proto")

vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "anolis-provider-ezo",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"description": "EZO hardware provider for the Anolis runtime",
55
"dependencies": [
66
"gtest",

0 commit comments

Comments
 (0)