From daf2f891dbfc9bd5038206726fb295e535ea7630 Mon Sep 17 00:00:00 2001 From: Jonas Windhager Date: Wed, 9 Feb 2022 14:08:56 +0100 Subject: [PATCH] v0.1.3 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89cbd26..f3fe041 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v0.1.3] - 2022-02-09 + +Bugfix: only save ROI file after initialization + ## [v0.1.2] - 2022-02-09 Added "center" ROI origin @@ -21,6 +25,7 @@ Support for napari 0.4.13 Initial release +[v0.1.3]: https://github.com/BodenmillerGroup/napari-roi/compare/v0.1.2...v0.1.3 [v0.1.2]: https://github.com/BodenmillerGroup/napari-roi/compare/v0.1.1...v0.1.2 [v0.1.1]: https://github.com/BodenmillerGroup/napari-roi/compare/v0.1.0...v0.1.1 [v0.1.0]: https://github.com/BodenmillerGroup/napari-roi/releases/tag/v0.1.0