From 2367edf10d825ae5ab0f037ce6731d1d97c9edb2 Mon Sep 17 00:00:00 2001 From: Jean-Marie Burel Date: Wed, 30 Oct 2024 10:52:51 +0000 Subject: [PATCH] Add entry for 0.13.0 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9377a134..632e46ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +0.13.0 +------ + +* Add tablename option ([#86](https://github.com/ome/omero-metadata/pull/86)) +* Integration tests: call pytest directly ([#85](https://github.com/ome/omero-metadata/pull/85)) +* Fix flake8 issue raised following the Rocky Linux 9 image upgrade ([#84](https://github.com/ome/omero-metadata/pull/84)) +* Remove mox3 test dependency ([#83](https://github.com/ome/omero-metadata/pull/83)) + 0.12.0 ------