diff --git a/CHANGELOG.md b/CHANGELOG.md index c9160ab..7abdf1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,33 @@ # Changelog +## [0.3.5](https://github.com/firefly-cpp/NiaARM/tree/0.3.5) (2023-11-01) + +[Full Changelog](https://github.com/firefly-cpp/NiaARM/compare/0.3.4...0.3.5) + +**Closed issues:** + +- More detailed documentation for examples [\#87](https://github.com/firefly-cpp/NiaARM/issues/87) +- Enhance CLI with setup file [\#84](https://github.com/firefly-cpp/NiaARM/issues/84) +- Present metrics in README [\#81](https://github.com/firefly-cpp/NiaARM/issues/81) + +**Merged pull requests:** + +- Added support for config files to CLI [\#102](https://github.com/firefly-cpp/NiaARM/pull/102) ([zStupan](https://github.com/zStupan)) +- Updated docs and examples [\#101](https://github.com/firefly-cpp/NiaARM/pull/101) ([zStupan](https://github.com/zStupan)) +- fix formatting [\#100](https://github.com/firefly-cpp/NiaARM/pull/100) ([zStupan](https://github.com/zStupan)) + +## [0.3.4](https://github.com/firefly-cpp/NiaARM/tree/0.3.4) (2023-10-29) + +[Full Changelog](https://github.com/firefly-cpp/NiaARM/compare/0.3.3...0.3.4) + +**Closed issues:** + +- Add ruff [\#98](https://github.com/firefly-cpp/NiaARM/issues/98) + +**Merged pull requests:** + +- Add formatting and linting via pre-commit hooks [\#99](https://github.com/firefly-cpp/NiaARM/pull/99) ([zStupan](https://github.com/zStupan)) + ## [0.3.3](https://github.com/firefly-cpp/NiaARM/tree/0.3.3) (2023-10-18) [Full Changelog](https://github.com/firefly-cpp/NiaARM/compare/0.3.2...0.3.3)