Skip to content

Commit e9859b3

Browse files
release: bump to v0.2.1
1 parent 755e60a commit e9859b3

3 files changed

Lines changed: 22 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff 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

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if(ENABLE_FLUXGRAPH)
1010
list(APPEND VCPKG_MANIFEST_FEATURES "fluxgraph")
1111
endif()
1212

13-
project(anolis_provider_sim VERSION 0.2.0 LANGUAGES CXX)
13+
project(anolis_provider_sim VERSION 0.2.1 LANGUAGES CXX)
1414

1515
set(CMAKE_CXX_STANDARD 17)
1616
set(CMAKE_CXX_STANDARD_REQUIRED ON)

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-sim",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Simulated device provider for Anolis runtime testing",
55
"dependencies": [
66
"gtest",

0 commit comments

Comments
 (0)