From f59fbed6da269d805c1fe734dbe9bc245adedfd5 Mon Sep 17 00:00:00 2001 From: PyAnsys CI Bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Wed, 21 Aug 2024 11:52:35 +0200 Subject: [PATCH] chore: update CHANGELOG for v0.3.0 (#99) --- doc/changelog.d/93.changed.md | 1 - doc/changelog.d/94.changed.md | 1 - doc/changelog.d/98.miscellaneous.md | 1 - doc/changelog.d/99.changed.md | 1 + doc/source/changelog.rst | 15 +++++++++++++++ 5 files changed, 16 insertions(+), 3 deletions(-) delete mode 100644 doc/changelog.d/93.changed.md delete mode 100644 doc/changelog.d/94.changed.md delete mode 100644 doc/changelog.d/98.miscellaneous.md create mode 100644 doc/changelog.d/99.changed.md diff --git a/doc/changelog.d/93.changed.md b/doc/changelog.d/93.changed.md deleted file mode 100644 index aea258ba..00000000 --- a/doc/changelog.d/93.changed.md +++ /dev/null @@ -1 +0,0 @@ -chore: update CHANGELOG for v0.2.0 \ No newline at end of file diff --git a/doc/changelog.d/94.changed.md b/doc/changelog.d/94.changed.md deleted file mode 100644 index 22363a86..00000000 --- a/doc/changelog.d/94.changed.md +++ /dev/null @@ -1 +0,0 @@ -CHORE: Bump dev version to 0.3.dev0 \ No newline at end of file diff --git a/doc/changelog.d/98.miscellaneous.md b/doc/changelog.d/98.miscellaneous.md deleted file mode 100644 index a70bda0d..00000000 --- a/doc/changelog.d/98.miscellaneous.md +++ /dev/null @@ -1 +0,0 @@ -Refactor concept creation process \ No newline at end of file diff --git a/doc/changelog.d/99.changed.md b/doc/changelog.d/99.changed.md new file mode 100644 index 00000000..64724d80 --- /dev/null +++ b/doc/changelog.d/99.changed.md @@ -0,0 +1 @@ +chore: update CHANGELOG for v0.3.0 \ No newline at end of file diff --git a/doc/source/changelog.rst b/doc/source/changelog.rst index 9cd75d19..142e924e 100644 --- a/doc/source/changelog.rst +++ b/doc/source/changelog.rst @@ -9,6 +9,21 @@ This document contains the release notes for the project. .. towncrier release notes start +`0.3.0 `_ - 2024-08-21 +================================================================================ + +Changed +^^^^^^^ + +- chore: update CHANGELOG for v0.2.0 `#93 `_ +- CHORE: Bump dev version to 0.3.dev0 `#94 `_ + + +Miscellaneous +^^^^^^^^^^^^^ + +- Refactor concept creation process `#98 `_ + `0.2.0 `_ - 2024-07-30 ================================================================================