From da1d2b1999fc4ea62b4c03f173e248293f98d7c7 Mon Sep 17 00:00:00 2001 From: Corey Spohn Date: Fri, 28 Aug 2026 17:47:53 -0400 Subject: [PATCH] chore(main): release 1.2.0 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e12a6d2..d861db1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,13 @@ * The broken predict/pdet functions and the `discrete_e` factory were removed (they did not work correctly and had no working callers). +## [1.2.0](https://github.com/CoreySpohn/orbix/compare/v1.1.0...v1.2.0) (2026-08-28) + + +### Features + +* **viz:** forward trail's depth cue and drop the fat per-point beads ([7cabf68](https://github.com/CoreySpohn/orbix/commit/7cabf686eaf8c04b87c0f9737bba3dd807f0c788)) + ## [1.1.0](https://github.com/CoreySpohn/orbix/compare/v1.0.0...v1.1.0) (2026-08-28)