File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,6 +13,26 @@ commit messages only.
1313
1414## [ Unreleased]
1515
16+ ## [ 0.2.1] - 2026-04-23
17+
18+ ### Fixed
19+
20+ - FluxGraph ` v1.0.2 ` source tarball SHA256 corrected in FetchContent pin.
21+
22+ ### Changed
23+
24+ - Bump ` anolis-protocol ` FetchContent pin from ` v1.1.3 ` to ` v1.1.4 ` .
25+
26+ ### CI
27+
28+ - Version-sync check wired: ` version-locations.txt ` now tracks ` CMakeLists.txt `
29+ and ` vcpkg.json ` ; CI calls reusable ` version-sync ` workflow from ` anolishq/.github ` .
30+ - ` .anpkg ` added to ` .gitignore ` .
31+
32+ ### Docs
33+
34+ - Corrected description of ` anolis-protocol ` coupling.
35+
1636## [ 0.2.0] - 2026-04-21
1737
1838### Fixed
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ if(ENABLE_FLUXGRAPH)
1010 list (APPEND VCPKG_MANIFEST_FEATURES "fluxgraph" )
1111endif ()
1212
13- project (anolis_provider_sim VERSION 0.2.0 LANGUAGES CXX )
13+ project (anolis_provider_sim VERSION 0.2.1 LANGUAGES CXX )
1414
1515set (CMAKE_CXX_STANDARD 17)
1616set (CMAKE_CXX_STANDARD_REQUIRED ON )
Original file line number Diff line number Diff line change 11{
22 "name" : " anolis-provider-sim" ,
3- "version" : " 0.2.0 " ,
3+ "version" : " 0.2.1 " ,
44 "description" : " Simulated device provider for Anolis runtime testing" ,
55 "dependencies" : [
66 " gtest" ,
You can’t perform that action at this time.
0 commit comments