New Features
lager install --versionnow accepts a release tag (e.g.v0.15.0) in addition to a git branch, so you can install a box at a pinned version directly:lager install --ip <BOX_IP> --version v0.15.0. This replaces the old--branchflag, which only accepted branches.
Bug Fixes
- Reverted DA1469x post-flash reset to use J-Link Commander register writes (restores 0.15.0 behavior). The GDB-based reset introduced in 0.15.1 caused regressions on DA1469x targets.

