File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.20)
22
33option (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
77set (CMAKE_CXX_STANDARD 17)
88set (CMAKE_CXX_STANDARD_REQUIRED ON )
@@ -38,8 +38,8 @@ endif()
3838include (FetchContent )
3939FetchContent_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)
4444FetchContent_MakeAvailable (anolis_protocol)
4545set (ADPP_PROTO_IMPORT_ROOT "${anolis_protocol_SOURCE_DIR } /proto" )
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments