|
| 1 | +## [0.1.0](https://github.com/ansys/pyansys-sound/releases/tag/v0.1.0) - 2024-07-09 |
| 2 | + |
| 3 | + |
| 4 | +### Added |
| 5 | + |
| 6 | +- chore: adding check-vulnerabilities-action [#37](https://github.com/ansys/pyansys-sound/pull/37) |
| 7 | +- feat: enhancements items to work for official release [#39](https://github.com/ansys/pyansys-sound/pull/39) |
| 8 | +- feat: Added deploy changelog action to CI/CD + Updating pyproject.toml [#46](https://github.com/ansys/pyansys-sound/pull/46) |
| 9 | + |
| 10 | + |
| 11 | +### Changed |
| 12 | + |
| 13 | +- ci: bump the actions group with 2 updates [#45](https://github.com/ansys/pyansys-sound/pull/45) |
| 14 | + |
| 15 | + |
| 16 | +### Fixed |
| 17 | + |
| 18 | +- fix: proper conventional commit style [#47](https://github.com/ansys/pyansys-sound/pull/47) |
| 19 | +- fix: cyclic imports [#52](https://github.com/ansys/pyansys-sound/pull/52) |
| 20 | +- chore: pre-release tasks [#68](https://github.com/ansys/pyansys-sound/pull/68) |
| 21 | +- fix: dependencies [#69](https://github.com/ansys/pyansys-sound/pull/69) |
| 22 | +- fix: ``test_pkg_version`` test [#71](https://github.com/ansys/pyansys-sound/pull/71) |
| 23 | +- fix: version in ``pyproject.toml`` [#72](https://github.com/ansys/pyansys-sound/pull/72) |
| 24 | + |
| 25 | + |
| 26 | +### Dependencies |
| 27 | + |
| 28 | +- build: bump pytest from 8.2.1 to 8.2.2 [#40](https://github.com/ansys/pyansys-sound/pull/40) |
| 29 | +- build: bump trame-vtk from 2.8.8 to 2.8.9 [#41](https://github.com/ansys/pyansys-sound/pull/41) |
| 30 | +- build: bump sphinx-autodoc-typehints from 2.1.0 to 2.1.1 [#42](https://github.com/ansys/pyansys-sound/pull/42) |
| 31 | +- build: bump sphinx-design from 0.5.0 to 0.6.0 [#44](https://github.com/ansys/pyansys-sound/pull/44) |
| 32 | +- build: bump sphinx-autodoc-typehints from 2.1.1 to 2.2.2 [#55](https://github.com/ansys/pyansys-sound/pull/55) |
| 33 | +- build: bump pyvista from 0.43.8 to 0.43.10 [#56](https://github.com/ansys/pyansys-sound/pull/56) |
| 34 | +- build: bump trame from 3.6.1 to 3.6.3 [#57](https://github.com/ansys/pyansys-sound/pull/57) |
| 35 | +- build: bump pypandoc from 1.12.0 to 1.13 [#58](https://github.com/ansys/pyansys-sound/pull/58) |
| 36 | +- build: bump platformdirs from 4.2.0 to 4.2.2 [#59](https://github.com/ansys/pyansys-sound/pull/59) |
| 37 | +- build: bump vtk from 9.3.0 to 9.3.1 [#60](https://github.com/ansys/pyansys-sound/pull/60) |
| 38 | +- build: bump ansys-dpf-core from 0.12.1 to 0.12.2 [#61](https://github.com/ansys/pyansys-sound/pull/61) |
| 39 | +- build: bump ansys-sphinx-theme from 0.16.4 to 0.16.6 [#62](https://github.com/ansys/pyansys-sound/pull/62) |
| 40 | +- build: bump sphinx-gallery from 0.15.0 to 0.16.0 [#63](https://github.com/ansys/pyansys-sound/pull/63) |
| 41 | + |
| 42 | + |
| 43 | +### Miscellaneous |
| 44 | + |
| 45 | +- 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) |
| 46 | +- docs: final edits based on skimming last HTML artifact [#54](https://github.com/ansys/pyansys-sound/pull/54) |
| 47 | + |
1 | 48 | # CHANGELOG |
2 | 49 |
|
3 | 50 | This project uses [towncrier](https://towncrier.readthedocs.io/) to generate changelogs. You can see the changes for the upcoming release in <https://github.com/ansys/pyansys-sound/tree/main/changelog.d/>. |
|
0 commit comments