Skip to content

Commit

Permalink
docs(CHANGELOG): update release notes:docs
Browse files Browse the repository at this point in the history
  • Loading branch information
imAsparky committed Sep 12, 2021
1 parent 47c5852 commit 04df834
Showing 1 changed file with 35 additions and 26 deletions.
61 changes: 35 additions & 26 deletions docs/source/CHANGELOG-docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ Changes unreleased.

### Chore

- version:
- Add workflow_dispatch #60 (#64) ([1df725e](https://github.com/imAsparky/cookiecutter-py3-package/commit/1df725ed6073cf5e690f8b70749a30baede92dd1)) ([#64](https://github.com/imAsparky/cookiecutter-py3-package/pull/64))

- pre-commit:
- Weekly pre-commit autoupdate (#52) ([1cec5ce](https://github.com/imAsparky/cookiecutter-py3-package/commit/1cec5ce9c4db54a2945690906ead6a3f4fd1f420)) ([#52](https://github.com/imAsparky/cookiecutter-py3-package/pull/52))

Expand All @@ -31,6 +34,32 @@ Changes unreleased.
- Fix typo in jobs:name: #10 ([38f6a89](https://github.com/imAsparky/cookiecutter-py3-package/commit/38f6a89d02b3512f143b6e74b775b8cdbaa2882a))
- Add test coverage Py39 Py3-10 #7 ([a7a9219](https://github.com/imAsparky/cookiecutter-py3-package/commit/a7a921961c2d439ac0724fc539249520f73c6c72))

### Documentation

- codes:
- Add code of conduct #56 (#58) ([b69c126](https://github.com/imAsparky/cookiecutter-py3-package/commit/b69c1269178d77cee55983992b5a22737197d8b9)) ([#58](https://github.com/imAsparky/cookiecutter-py3-package/pull/58))

- README:
- Add pre-commit badge #54 (#55) ([08450af](https://github.com/imAsparky/cookiecutter-py3-package/commit/08450af653d7b175a0327f51e5aaac7643f422c0)) ([#55](https://github.com/imAsparky/cookiecutter-py3-package/pull/55))
- Add to list of notable changes (#24) ([5db0139](https://github.com/imAsparky/cookiecutter-py3-package/commit/5db0139e3c21190b3d2085d3c4947beeac2fea25)) ([#24](https://github.com/imAsparky/cookiecutter-py3-package/pull/24))
- Remove support for Travis CI #18 ([0dd88fa](https://github.com/imAsparky/cookiecutter-py3-package/commit/0dd88fa56d5646caddd54828a2640fa96379d0af))
- Update to reflect this fork #4 ([e592c57](https://github.com/imAsparky/cookiecutter-py3-package/commit/e592c5750e36aff5b8486e0324e8778510498d7c))

- tutorial:
- Fix broken pypi checklist link #37 (#53) ([f6ec351](https://github.com/imAsparky/cookiecutter-py3-package/commit/f6ec3518368078b34d25293494b3332027ccb37b)) ([#53](https://github.com/imAsparky/cookiecutter-py3-package/pull/53))

- logo:
- Create and add logo to README #38 (#41) ([0ca1adb](https://github.com/imAsparky/cookiecutter-py3-package/commit/0ca1adb6181138de7b6ccf06fa5984d2c693a169)) ([#41](https://github.com/imAsparky/cookiecutter-py3-package/pull/41))

- update:
- Links->cookiecutter-py3-package #20 (#39) ([7522aa4](https://github.com/imAsparky/cookiecutter-py3-package/commit/7522aa4014eda677ec28bbd8154906f69afa8811)) ([#39](https://github.com/imAsparky/cookiecutter-py3-package/pull/39))

- structure:
- Update to newer sphinx style #34 ([6f76c4e](https://github.com/imAsparky/cookiecutter-py3-package/commit/6f76c4ead0bb70be7f9630a0fb12ab8f6297bf7d)) ([#35](https://github.com/imAsparky/cookiecutter-py3-package/pull/35))

- fork:
- Update to indicate this fork #20 ([f287b06](https://github.com/imAsparky/cookiecutter-py3-package/commit/f287b06c8bf40262728bfe2dfe5d542200d0b2ba))

### Feature

- package:
Expand All @@ -56,6 +85,12 @@ Changes unreleased.

### Bug Fixes

- version:
- Del manual job & fix concurrency #60 (#66) ([6e1c1ca](https://github.com/imAsparky/cookiecutter-py3-package/commit/6e1c1cadbe20755efb1911768343e6050a293469)) ([#66](https://github.com/imAsparky/cookiecutter-py3-package/pull/66))
- change to chk_bld_stat false #60 (#63) ([cc63fa9](https://github.com/imAsparky/cookiecutter-py3-package/commit/cc63fa996a00e52c4c91ffcc55eb3056fe1c678f)) ([#63](https://github.com/imAsparky/cookiecutter-py3-package/pull/63))
- Change to python-semantic-release #60 (#62) ([83d8d06](https://github.com/imAsparky/cookiecutter-py3-package/commit/83d8d06ef0f0bee22dc90e4abd32e26ba21bcba6)) ([#62](https://github.com/imAsparky/cookiecutter-py3-package/pull/62))
- Change to python-semantic-release #60 (#61) ([88c55f3](https://github.com/imAsparky/cookiecutter-py3-package/commit/88c55f3755993a9a2a459d9ae367fa39b81fea50)) ([#61](https://github.com/imAsparky/cookiecutter-py3-package/pull/61))

- pre-com:
- Fix pre-commit errors #50 (#51) ([9360c7f](https://github.com/imAsparky/cookiecutter-py3-package/commit/9360c7fe47a3e79ae421c5e43ce330414203b2b1)) ([#51](https://github.com/imAsparky/cookiecutter-py3-package/pull/51))

Expand All @@ -69,30 +104,4 @@ Changes unreleased.
- docs:
- Add readthedocs.yaml config file #40 (#42) ([bc14391](https://github.com/imAsparky/cookiecutter-py3-package/commit/bc14391f508c585aa8a29f00150c75e4823bc4a0)) ([#42](https://github.com/imAsparky/cookiecutter-py3-package/pull/42))

### Documentation

- codes:
- Add code of conduct #56 (#58) ([b69c126](https://github.com/imAsparky/cookiecutter-py3-package/commit/b69c1269178d77cee55983992b5a22737197d8b9)) ([#58](https://github.com/imAsparky/cookiecutter-py3-package/pull/58))

- README:
- Add pre-commit badge #54 (#55) ([08450af](https://github.com/imAsparky/cookiecutter-py3-package/commit/08450af653d7b175a0327f51e5aaac7643f422c0)) ([#55](https://github.com/imAsparky/cookiecutter-py3-package/pull/55))
- Add to list of notable changes (#24) ([5db0139](https://github.com/imAsparky/cookiecutter-py3-package/commit/5db0139e3c21190b3d2085d3c4947beeac2fea25)) ([#24](https://github.com/imAsparky/cookiecutter-py3-package/pull/24))
- Remove support for Travis CI #18 ([0dd88fa](https://github.com/imAsparky/cookiecutter-py3-package/commit/0dd88fa56d5646caddd54828a2640fa96379d0af))
- Update to reflect this fork #4 ([e592c57](https://github.com/imAsparky/cookiecutter-py3-package/commit/e592c5750e36aff5b8486e0324e8778510498d7c))

- tutorial:
- Fix broken pypi checklist link #37 (#53) ([f6ec351](https://github.com/imAsparky/cookiecutter-py3-package/commit/f6ec3518368078b34d25293494b3332027ccb37b)) ([#53](https://github.com/imAsparky/cookiecutter-py3-package/pull/53))

- logo:
- Create and add logo to README #38 (#41) ([0ca1adb](https://github.com/imAsparky/cookiecutter-py3-package/commit/0ca1adb6181138de7b6ccf06fa5984d2c693a169)) ([#41](https://github.com/imAsparky/cookiecutter-py3-package/pull/41))

- update:
- Links->cookiecutter-py3-package #20 (#39) ([7522aa4](https://github.com/imAsparky/cookiecutter-py3-package/commit/7522aa4014eda677ec28bbd8154906f69afa8811)) ([#39](https://github.com/imAsparky/cookiecutter-py3-package/pull/39))

- structure:
- Update to newer sphinx style #34 ([6f76c4e](https://github.com/imAsparky/cookiecutter-py3-package/commit/6f76c4ead0bb70be7f9630a0fb12ab8f6297bf7d)) ([#35](https://github.com/imAsparky/cookiecutter-py3-package/pull/35))

- fork:
- Update to indicate this fork #20 ([f287b06](https://github.com/imAsparky/cookiecutter-py3-package/commit/f287b06c8bf40262728bfe2dfe5d542200d0b2ba))

\* *This CHANGELOG was automatically generated by [auto-generate-changelog](https://github.com/BobAnkh/auto-generate-changelog)*

0 comments on commit 04df834

Please sign in to comment.