diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..f6404581 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,22 @@ +# 0.9.2 (Sat Jan 14 2023) + +#### 🐛 Bug Fix + +- fix: auto setup [#496](https://github.com/ReproNim/neurodocker/pull/496) ([@satra](https://github.com/satra)) +- enh: add release workflow [#495](https://github.com/ReproNim/neurodocker/pull/495) ([@satra](https://github.com/satra)) +- remove empty lines [#488](https://github.com/ReproNim/neurodocker/pull/488) ([@satra](https://github.com/satra)) +- FIX: --version output in containers [#493](https://github.com/ReproNim/neurodocker/pull/493) ([@kaczmarj](https://github.com/kaczmarj)) +- fix: remove py 3.7 and add apptainer 1.1.5 [#490](https://github.com/ReproNim/neurodocker/pull/490) ([@satra](https://github.com/satra)) +- fix: adjust optionEatAll for click >= 8 [#492](https://github.com/ReproNim/neurodocker/pull/492) ([@satra](https://github.com/satra)) +- update pre-commit [#482](https://github.com/ReproNim/neurodocker/pull/482) ([@Remi-Gau](https://github.com/Remi-Gau)) + +#### ⚠️ Pushed to `master` + +- fix: install mypy stubs ([@satra](https://github.com/satra)) +- fix: mypy configuration ([@satra](https://github.com/satra)) + +#### Authors: 3 + +- Jakub Kaczmarzyk ([@kaczmarj](https://github.com/kaczmarj)) +- Remi Gau ([@Remi-Gau](https://github.com/Remi-Gau)) +- Satrajit Ghosh ([@satra](https://github.com/satra))