From a47bc6b9fa5798b1222c94f4e0f1c99b1610a1c5 Mon Sep 17 00:00:00 2001 From: Will Hannon Date: Mon, 25 Nov 2024 11:40:05 -0800 Subject: [PATCH] Bump version --- CHANGELOG.md | 18 ++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 144d8e7..f166803 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -348,4 +348,22 @@ ### Removed +- N/A + +## [1.6.0] - 2024-11-25 + +### Added + +- N/A + +### Changed + +- Sort the keys in the output JSON to prevent overhead in `git` diffs. + +### Deprecated + +- N/A + +### Removed + - N/A \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 8d4c994..d6deaa0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "configure-dms-viz" -version = "1.5.0" +version = "1.6.0" description = "Configure your data for visualization with dms-viz.github.io" authors = ["Will Hannon "] maintainers = ["Will Hannon "]