@@ -4,7 +4,11 @@ All notable changes to this project are documented in this file. The format is
44based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) , and this
55project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7- ## [ Unreleased]
7+ ## [ 0.2.0] - 2026-06-07
8+
9+ A second real model, a compiled Nav2 plugin, a plugin hub, and the first
10+ practical runtime application (anomaly/OOD monitoring) — plus benchmarks,
11+ metrics, demos and a live dashboard.
812
913### Added
1014- ** Runtime anomaly / OOD monitor** — ` AnomalyDetector ` (self-calibrating
@@ -29,6 +33,8 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
2933- ` CONTRIBUTING.md ` , issue forms, and a PR template.
3034- ` world-model bench-compare ` — one evidence dashboard across adapters; spins a
3135 local reference server to measure the remote adapter's HTTP overhead.
36+ - A live demo landing + benchmark dashboard published to GitHub Pages, and the
37+ ` camera_sim ` + ` monitor_demo ` one-command anomaly-monitor demo.
3238
3339## [ 0.1.0] - 2026-06-06
3440
@@ -68,4 +74,5 @@ layer for using existing World Models. ROS 2 Jazzy.
6874- The Nav2 integration is a ROS service mock, not yet a compiled ` nav2_core `
6975 C++ plugin.
7076
77+ [ 0.2.0 ] : https://github.com/rsasaki0109/worldmodels_ros2/releases/tag/v0.2.0
7178[ 0.1.0 ] : https://github.com/rsasaki0109/worldmodels_ros2/releases/tag/v0.1.0
0 commit comments