diff --git a/CHANGELOG.md b/CHANGELOG.md index 963bfd3a..7054bd1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,50 @@ +## [0.1.0](https://github.com/ansys/pyansys-sound/releases/tag/v0.1.0) - 2024-07-09 + + +### Added + +- chore: adding check-vulnerabilities-action [#37](https://github.com/ansys/pyansys-sound/pull/37) +- feat: enhancements items to work for official release [#39](https://github.com/ansys/pyansys-sound/pull/39) +- feat: Added deploy changelog action to CI/CD + Updating pyproject.toml [#46](https://github.com/ansys/pyansys-sound/pull/46) + + +### Changed + +- ci: bump the actions group with 2 updates [#45](https://github.com/ansys/pyansys-sound/pull/45) + + +### Fixed + +- fix: proper conventional commit style [#47](https://github.com/ansys/pyansys-sound/pull/47) +- fix: cyclic imports [#52](https://github.com/ansys/pyansys-sound/pull/52) +- chore: pre-release tasks [#68](https://github.com/ansys/pyansys-sound/pull/68) +- fix: dependencies [#69](https://github.com/ansys/pyansys-sound/pull/69) +- fix: ``test_pkg_version`` test [#71](https://github.com/ansys/pyansys-sound/pull/71) +- fix: version in ``pyproject.toml`` [#72](https://github.com/ansys/pyansys-sound/pull/72) + + +### Dependencies + +- build: bump pytest from 8.2.1 to 8.2.2 [#40](https://github.com/ansys/pyansys-sound/pull/40) +- build: bump trame-vtk from 2.8.8 to 2.8.9 [#41](https://github.com/ansys/pyansys-sound/pull/41) +- build: bump sphinx-autodoc-typehints from 2.1.0 to 2.1.1 [#42](https://github.com/ansys/pyansys-sound/pull/42) +- build: bump sphinx-design from 0.5.0 to 0.6.0 [#44](https://github.com/ansys/pyansys-sound/pull/44) +- build: bump sphinx-autodoc-typehints from 2.1.1 to 2.2.2 [#55](https://github.com/ansys/pyansys-sound/pull/55) +- build: bump pyvista from 0.43.8 to 0.43.10 [#56](https://github.com/ansys/pyansys-sound/pull/56) +- build: bump trame from 3.6.1 to 3.6.3 [#57](https://github.com/ansys/pyansys-sound/pull/57) +- build: bump pypandoc from 1.12.0 to 1.13 [#58](https://github.com/ansys/pyansys-sound/pull/58) +- build: bump platformdirs from 4.2.0 to 4.2.2 [#59](https://github.com/ansys/pyansys-sound/pull/59) +- build: bump vtk from 9.3.0 to 9.3.1 [#60](https://github.com/ansys/pyansys-sound/pull/60) +- build: bump ansys-dpf-core from 0.12.1 to 0.12.2 [#61](https://github.com/ansys/pyansys-sound/pull/61) +- build: bump ansys-sphinx-theme from 0.16.4 to 0.16.6 [#62](https://github.com/ansys/pyansys-sound/pull/62) +- build: bump sphinx-gallery from 0.15.0 to 0.16.0 [#63](https://github.com/ansys/pyansys-sound/pull/63) + + +### Miscellaneous + +- docs: overall doc review [#48](https://github.com/ansys/pyansys-sound/pull/48), [#49](https://github.com/ansys/pyansys-sound/pull/49), [#50](https://github.com/ansys/pyansys-sound/pull/50), [#53](https://github.com/ansys/pyansys-sound/pull/53) +- docs: final edits based on skimming last HTML artifact [#54](https://github.com/ansys/pyansys-sound/pull/54) + # CHANGELOG This project uses [towncrier](https://towncrier.readthedocs.io/) to generate changelogs. You can see the changes for the upcoming release in . diff --git a/doc/changelog.d/37.added.md b/doc/changelog.d/37.added.md deleted file mode 100644 index 6e752c95..00000000 --- a/doc/changelog.d/37.added.md +++ /dev/null @@ -1 +0,0 @@ -chore: adding check-vulnerabilities-action \ No newline at end of file diff --git a/doc/changelog.d/39.added.md b/doc/changelog.d/39.added.md deleted file mode 100644 index 52a1358d..00000000 --- a/doc/changelog.d/39.added.md +++ /dev/null @@ -1 +0,0 @@ -feat: enhancements items to work for official release \ No newline at end of file diff --git a/doc/changelog.d/40.dependencies.md b/doc/changelog.d/40.dependencies.md deleted file mode 100644 index 059b638a..00000000 --- a/doc/changelog.d/40.dependencies.md +++ /dev/null @@ -1 +0,0 @@ -build: bump pytest from 8.2.1 to 8.2.2 \ No newline at end of file diff --git a/doc/changelog.d/41.dependencies.md b/doc/changelog.d/41.dependencies.md deleted file mode 100644 index 2d566f25..00000000 --- a/doc/changelog.d/41.dependencies.md +++ /dev/null @@ -1 +0,0 @@ -build: bump trame-vtk from 2.8.8 to 2.8.9 \ No newline at end of file diff --git a/doc/changelog.d/42.dependencies.md b/doc/changelog.d/42.dependencies.md deleted file mode 100644 index bfbaa2e1..00000000 --- a/doc/changelog.d/42.dependencies.md +++ /dev/null @@ -1 +0,0 @@ -build: bump sphinx-autodoc-typehints from 2.1.0 to 2.1.1 \ No newline at end of file diff --git a/doc/changelog.d/44.dependencies.md b/doc/changelog.d/44.dependencies.md deleted file mode 100644 index 96dba19a..00000000 --- a/doc/changelog.d/44.dependencies.md +++ /dev/null @@ -1 +0,0 @@ -build: bump sphinx-design from 0.5.0 to 0.6.0 \ No newline at end of file diff --git a/doc/changelog.d/45.changed.md b/doc/changelog.d/45.changed.md deleted file mode 100644 index 031d7647..00000000 --- a/doc/changelog.d/45.changed.md +++ /dev/null @@ -1 +0,0 @@ -ci: bump the actions group with 2 updates \ No newline at end of file diff --git a/doc/changelog.d/46.added.md b/doc/changelog.d/46.added.md deleted file mode 100644 index 8c2052c7..00000000 --- a/doc/changelog.d/46.added.md +++ /dev/null @@ -1 +0,0 @@ -feat: Added deploy changelog action to CI/CD + Updating pyproject.toml \ No newline at end of file diff --git a/doc/changelog.d/47.fixed.md b/doc/changelog.d/47.fixed.md deleted file mode 100644 index baffc062..00000000 --- a/doc/changelog.d/47.fixed.md +++ /dev/null @@ -1 +0,0 @@ -fix: proper conventional commit style \ No newline at end of file diff --git a/doc/changelog.d/48.miscellaneous.md b/doc/changelog.d/48.miscellaneous.md deleted file mode 100644 index 329d4e75..00000000 --- a/doc/changelog.d/48.miscellaneous.md +++ /dev/null @@ -1 +0,0 @@ -docs: overall doc review \ No newline at end of file diff --git a/doc/changelog.d/49.miscellaneous.md b/doc/changelog.d/49.miscellaneous.md deleted file mode 100644 index 329d4e75..00000000 --- a/doc/changelog.d/49.miscellaneous.md +++ /dev/null @@ -1 +0,0 @@ -docs: overall doc review \ No newline at end of file diff --git a/doc/changelog.d/50.miscellaneous.md b/doc/changelog.d/50.miscellaneous.md deleted file mode 100644 index 329d4e75..00000000 --- a/doc/changelog.d/50.miscellaneous.md +++ /dev/null @@ -1 +0,0 @@ -docs: overall doc review \ No newline at end of file diff --git a/doc/changelog.d/52.fixed.md b/doc/changelog.d/52.fixed.md deleted file mode 100644 index efb932df..00000000 --- a/doc/changelog.d/52.fixed.md +++ /dev/null @@ -1 +0,0 @@ -fix: cyclic imports \ No newline at end of file diff --git a/doc/changelog.d/53.miscellaneous.md b/doc/changelog.d/53.miscellaneous.md deleted file mode 100644 index 329d4e75..00000000 --- a/doc/changelog.d/53.miscellaneous.md +++ /dev/null @@ -1 +0,0 @@ -docs: overall doc review \ No newline at end of file diff --git a/doc/changelog.d/54.miscellaneous.md b/doc/changelog.d/54.miscellaneous.md deleted file mode 100644 index 77f2c7a8..00000000 --- a/doc/changelog.d/54.miscellaneous.md +++ /dev/null @@ -1 +0,0 @@ -docs: final edits based on skimming last HTML artifact \ No newline at end of file diff --git a/doc/changelog.d/55.dependencies.md b/doc/changelog.d/55.dependencies.md deleted file mode 100644 index c6f00bad..00000000 --- a/doc/changelog.d/55.dependencies.md +++ /dev/null @@ -1 +0,0 @@ -build: bump sphinx-autodoc-typehints from 2.1.1 to 2.2.2 \ No newline at end of file diff --git a/doc/changelog.d/56.dependencies.md b/doc/changelog.d/56.dependencies.md deleted file mode 100644 index 62e7f450..00000000 --- a/doc/changelog.d/56.dependencies.md +++ /dev/null @@ -1 +0,0 @@ -build: bump pyvista from 0.43.8 to 0.43.10 \ No newline at end of file diff --git a/doc/changelog.d/57.dependencies.md b/doc/changelog.d/57.dependencies.md deleted file mode 100644 index 96fdd00e..00000000 --- a/doc/changelog.d/57.dependencies.md +++ /dev/null @@ -1 +0,0 @@ -build: bump trame from 3.6.1 to 3.6.3 \ No newline at end of file diff --git a/doc/changelog.d/58.dependencies.md b/doc/changelog.d/58.dependencies.md deleted file mode 100644 index 7118bb98..00000000 --- a/doc/changelog.d/58.dependencies.md +++ /dev/null @@ -1 +0,0 @@ -build: bump pypandoc from 1.12.0 to 1.13 \ No newline at end of file diff --git a/doc/changelog.d/59.dependencies.md b/doc/changelog.d/59.dependencies.md deleted file mode 100644 index d1b39cf8..00000000 --- a/doc/changelog.d/59.dependencies.md +++ /dev/null @@ -1 +0,0 @@ -build: bump platformdirs from 4.2.0 to 4.2.2 \ No newline at end of file diff --git a/doc/changelog.d/60.dependencies.md b/doc/changelog.d/60.dependencies.md deleted file mode 100644 index 9898fbef..00000000 --- a/doc/changelog.d/60.dependencies.md +++ /dev/null @@ -1 +0,0 @@ -build: bump vtk from 9.3.0 to 9.3.1 \ No newline at end of file diff --git a/doc/changelog.d/61.dependencies.md b/doc/changelog.d/61.dependencies.md deleted file mode 100644 index d78fdb04..00000000 --- a/doc/changelog.d/61.dependencies.md +++ /dev/null @@ -1 +0,0 @@ -build: bump ansys-dpf-core from 0.12.1 to 0.12.2 \ No newline at end of file diff --git a/doc/changelog.d/62.dependencies.md b/doc/changelog.d/62.dependencies.md deleted file mode 100644 index 440e04cd..00000000 --- a/doc/changelog.d/62.dependencies.md +++ /dev/null @@ -1 +0,0 @@ -build: bump ansys-sphinx-theme from 0.16.4 to 0.16.6 \ No newline at end of file diff --git a/doc/changelog.d/63.dependencies.md b/doc/changelog.d/63.dependencies.md deleted file mode 100644 index cce741c0..00000000 --- a/doc/changelog.d/63.dependencies.md +++ /dev/null @@ -1 +0,0 @@ -build: bump sphinx-gallery from 0.15.0 to 0.16.0 \ No newline at end of file diff --git a/doc/changelog.d/68.fixed.md b/doc/changelog.d/68.fixed.md deleted file mode 100644 index 29b97f82..00000000 --- a/doc/changelog.d/68.fixed.md +++ /dev/null @@ -1 +0,0 @@ -chore: pre-release tasks \ No newline at end of file diff --git a/doc/changelog.d/69.fixed.md b/doc/changelog.d/69.fixed.md deleted file mode 100644 index dc087775..00000000 --- a/doc/changelog.d/69.fixed.md +++ /dev/null @@ -1 +0,0 @@ -fix: dependencies \ No newline at end of file diff --git a/doc/changelog.d/71.fixed.md b/doc/changelog.d/71.fixed.md deleted file mode 100644 index 25ac236f..00000000 --- a/doc/changelog.d/71.fixed.md +++ /dev/null @@ -1 +0,0 @@ -fix: ``test_pkg_version`` test \ No newline at end of file diff --git a/doc/changelog.d/72.fixed.md b/doc/changelog.d/72.fixed.md deleted file mode 100644 index 8d841f17..00000000 --- a/doc/changelog.d/72.fixed.md +++ /dev/null @@ -1 +0,0 @@ -fix: version in ``pyproject.toml`` \ No newline at end of file