diff --git a/doc/changelog.d/1273.changed.md b/doc/changelog.d/1273.changed.md deleted file mode 100644 index 632a96c93f..0000000000 --- a/doc/changelog.d/1273.changed.md +++ /dev/null @@ -1 +0,0 @@ -chore: update CHANGELOG for v0.6.3 \ No newline at end of file diff --git a/doc/changelog.d/1274.added.md b/doc/changelog.d/1274.added.md deleted file mode 100644 index b8dff33a9d..0000000000 --- a/doc/changelog.d/1274.added.md +++ /dev/null @@ -1 +0,0 @@ -feat: using ruff as the main linter/formatter \ No newline at end of file diff --git a/doc/changelog.d/1275.fixed.md b/doc/changelog.d/1275.fixed.md deleted file mode 100644 index fa870fb2cb..0000000000 --- a/doc/changelog.d/1275.fixed.md +++ /dev/null @@ -1 +0,0 @@ -fix: backticks breaking doc build after ruff linter \ No newline at end of file diff --git a/doc/changelog.d/1276.changed.md b/doc/changelog.d/1276.changed.md deleted file mode 100644 index 27183053dc..0000000000 --- a/doc/changelog.d/1276.changed.md +++ /dev/null @@ -1 +0,0 @@ -chore: bump pre-commit-hook version \ No newline at end of file diff --git a/doc/changelog.d/1277.dependencies.md b/doc/changelog.d/1277.dependencies.md deleted file mode 100644 index 95d781cc6d..0000000000 --- a/doc/changelog.d/1277.dependencies.md +++ /dev/null @@ -1 +0,0 @@ -build: bump pint from 0.24 to 0.24.1 \ No newline at end of file diff --git a/doc/source/changelog.rst b/doc/source/changelog.rst index 57bba540e3..36fc451de9 100644 --- a/doc/source/changelog.rst +++ b/doc/source/changelog.rst @@ -9,6 +9,33 @@ This document contains the release notes for the PyAnsys Geometry project. .. towncrier release notes start +`0.6.4 `_ - 2024-06-24 +===================================================================================== + +Added +^^^^^ + +- feat: using ruff as the main linter/formatter `#1274 `_ + + +Changed +^^^^^^^ + +- chore: update CHANGELOG for v0.6.3 `#1273 `_ +- chore: bump pre-commit-hook version `#1276 `_ + + +Fixed +^^^^^ + +- fix: backticks breaking doc build after ruff linter `#1275 `_ + + +Dependencies +^^^^^^^^^^^^ + +- build: bump pint from 0.24 to 0.24.1 `#1277 `_ + `0.6.3 `_ - 2024-06-18 =====================================================================================