Skip to content

Commit

Permalink
0.61.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Aug 26, 2024
1 parent bcf5ae5 commit f3922e7
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# CHANGELOG

## v0.61.0 (2024-08-26)

### Feature

* feat: nuget dependency vulnerability visualization (#59)

modeled after java and npm variant ([`0d3a19f`](https://github.com/moderneinc/moderne-visualizations-misc/commit/0d3a19fed3be2d32a0bb7c40a4436edbf22ae6d2))

### Fix

* fix: treat `version` as `string` and not `float` (#58)

Avoid truncation of `8.10` to `8.10` when rendering plot

fix https://github.com/moderneinc/moderne-visualizations-misc/issues/54 ([`bcf5ae5`](https://github.com/moderneinc/moderne-visualizations-misc/commit/bcf5ae5ffa77072173221d3e610547b2f1bfc454))

## v0.60.0 (2024-08-22)

### Chore
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# @see https://packaging.python.org/en/latest/specifications/declaring-project-metadata/
[project]
name = "moderne_visualizations_misc"
version = "0.60.0"
version = "0.61.0"
description = "Miscellaneous visualizations for the Moderne platform"
authors = [
{ name = "Jonathan Schneider", email = "jonathan@moderne.io" },
Expand Down

0 comments on commit f3922e7

Please sign in to comment.