From 9bbf446f6d124ee5b8c91cb9259e32490ef3aa0f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 13:35:08 +0000 Subject: [PATCH] chore(main): release 0.9.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 23 +++++++++++++++++++++++ version.txt | 2 +- 3 files changed, 25 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 41689d5..41e3033 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.8.0"} +{".":"0.9.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index c8ba815..5aa6bab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +## [0.9.0](https://github.com/ImperialCollegeLondon/StrataTrapper/compare/v0.8.0...v0.9.0) (2024-12-09) + + +### ⚠ BREAKING CHANGES + +* **plot:** :children_crossing: `plot_result`: make optional args name-value'd + +### Features + +* **plot:** :children_crossing: optionally plot summary at a given parent ([5d3b25d](https://github.com/ImperialCollegeLondon/StrataTrapper/commit/5d3b25d987cb0af3cbe71e70027cbca54027cedf)) + + +### Bug Fixes + +* **export:** :bug: call to `ogs_export` in `demo` ([afc0e61](https://github.com/ImperialCollegeLondon/StrataTrapper/commit/afc0e61a47d45201ee33d3634f3e3cb93c56d7bf)) +* **export:** :children_crossing: `ogs_export`: update input args to auto-create directories ([fca0ec4](https://github.com/ImperialCollegeLondon/StrataTrapper/commit/fca0ec491b6a6583e0f138034d1bcf7ed38ddde6)) +* **plot:** :children_crossing: `plot_result`: make optional args name-value'd ([a239899](https://github.com/ImperialCollegeLondon/StrataTrapper/commit/a2398999527b9a6ba9dff698dd7a64354fdc75b9)) + + +### Miscellaneous Chores + +* :page_facing_up: license Apache 2.0 -> BSD 3-Clause ([e2fd197](https://github.com/ImperialCollegeLondon/StrataTrapper/commit/e2fd19714a32521367dfa674fd57d44d3d92616c)) + ## [0.8.0](https://github.com/ImperialCollegeLondon/StrataTrapper/compare/v0.7.0...v0.8.0) (2024-11-05) diff --git a/version.txt b/version.txt index a3df0a6..ac39a10 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.8.0 +0.9.0