Skip to content

Commit 92ff7f1

Browse files
authored
Merge pull request #9 from pro-dho/release-please--branches--main--components--omero-metrics
chore(main): release omero-metrics 0.2.7
2 parents d1db001 + fc868e3 commit 92ff7f1

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.2.6"
2+
".": "0.2.7"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.2.7](https://github.com/pro-dho/omero-metrics/compare/omero-metrics-v0.2.6...omero-metrics-v0.2.7) (2026-03-25)
4+
5+
6+
### Bug Fixes
7+
8+
* load input config from dataset annotations with standalone fallback ([4cdaebc](https://github.com/pro-dho/omero-metrics/commit/4cdaebce86e1817e855256e162514abe9cd5515d))
9+
10+
11+
### Performance Improvements
12+
13+
* eliminate redundant deserialization in all Dash callbacks ([a279f84](https://github.com/pro-dho/omero-metrics/commit/a279f8439c234263f7f00935578bfbe2045cbf78))
14+
315
## [0.2.6](https://github.com/pro-dho/omero-metrics/compare/omero-metrics-v0.2.5...omero-metrics-v0.2.6) (2026-03-25)
416

517

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dynamic = [
2626
"classifiers",
2727
"dependencies",
2828
]
29-
version = "0.2.6"
29+
version = "0.2.7"
3030

3131
[project.urls]
3232
homepage = "https://github.com/pro-dho/omero-metrics"

0 commit comments

Comments
 (0)