diff --git a/CHANGELOG.md b/CHANGELOG.md index 35c6a78..611ba14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,33 @@ # Changes in autodoc-traits +## 1.0 + +### 1.0.0 - 2022-12-06 + +Let's call it 1.0! + +([full changelog](https://github.com/jupyterhub/autodoc-traits/compare/0.1.0...1.0.0)) + +#### Bugs fixed + +- Fix failure to use autoclass on non-traitlets configurable classes [#10](https://github.com/jupyterhub/autodoc-traits/pull/10) ([@blink1073](https://github.com/blink1073), [@consideRatio](https://github.com/consideRatio)) + +#### Maintenance and upkeep improvements + +- pre-commit: add typical jupyterhub org config [#15](https://github.com/jupyterhub/autodoc-traits/pull/15) ([@consideRatio](https://github.com/consideRatio), [@minrk](https://github.com/minrk)) + +#### Documentation improvements + +- Refresh README, RELEASE, and CHANGELOG [#14](https://github.com/jupyterhub/autodoc-traits/pull/14) ([@consideRatio](https://github.com/consideRatio), [@minrk](https://github.com/minrk)) +- Point url to the GitHub repo [#8](https://github.com/jupyterhub/autodoc-traits/pull/8) ([@yuvipanda](https://github.com/yuvipanda), [@consideRatio](https://github.com/consideRatio)) +- add changelog.md, release.md, README badges [#7](https://github.com/jupyterhub/autodoc-traits/pull/7) ([@minrk](https://github.com/minrk), [@yuvipanda](https://github.com/yuvipanda), [@consideRatio](https://github.com/consideRatio)) + +#### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupyterhub/autodoc-traits/graphs/contributors?from=2021-10-22&to=2022-12-06&type=c)) + +[@blink1073](https://github.com/search?q=repo%3Ajupyterhub%2Fautodoc-traits+involves%3Ablink1073+updated%3A2021-10-22..2022-12-06&type=Issues) | [@consideRatio](https://github.com/search?q=repo%3Ajupyterhub%2Fautodoc-traits+involves%3AconsideRatio+updated%3A2021-10-22..2022-12-06&type=Issues) | [@minrk](https://github.com/search?q=repo%3Ajupyterhub%2Fautodoc-traits+involves%3Aminrk+updated%3A2021-10-22..2022-12-06&type=Issues) | [@willingc](https://github.com/search?q=repo%3Ajupyterhub%2Fautodoc-traits+involves%3Awillingc+updated%3A2021-10-22..2022-12-06&type=Issues) | [@yuvipanda](https://github.com/search?q=repo%3Ajupyterhub%2Fautodoc-traits+involves%3Ayuvipanda+updated%3A2021-10-22..2022-12-06&type=Issues) + ## 0.1 ### 0.1.0 - 2021-10-22