Skip to content

Commit c06bc4b

Browse files
author
semantic-release
committed
1.7.0
Automatically generated by python-semantic-release
1 parent b063e99 commit c06bc4b

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
# CHANGELOG
22

33

4+
## v1.7.0 (2026-04-30)
5+
6+
### Bug Fixes
7+
8+
- Tolerate missing ParentRelationships data table in release metro viz
9+
([#99](https://github.com/moderneinc/moderne-visualizations-misc/pull/99),
10+
[`b063e99`](https://github.com/moderneinc/moderne-visualizations-misc/commit/b063e999a2f9b50af448916ae483907dfc7b9c82))
11+
12+
On Gradle codebases the recipe never produces the ParentRelationships data table (parent POMs are a
13+
Maven-only construct), so the parents CSV may be absent rather than just empty. Widen the existing
14+
guard in release_metro_map, release_metro_plan, and release_metro_waves to also catch
15+
FileNotFoundError and fall back to an empty DataFrame.
16+
17+
Tracking the underlying platform-side question in moderneinc/customer-requests#2297.
18+
19+
420
## v1.6.0 (2026-04-23)
521

622
### Features

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# @see https://packaging.python.org/en/latest/specifications/declaring-project-metadata/
22
[project]
33
name = "moderne_visualizations_misc"
4-
version = "1.6.0"
4+
version = "1.7.0"
55
description = "Miscellaneous visualizations for the Moderne platform"
66
authors = [
77
{ name = "Jonathan Schneider", email = "jonathan@moderne.io" },

0 commit comments

Comments
 (0)