Skip to content

Commit

Permalink
docs(CHANGELOG): update release notes:repo
Browse files Browse the repository at this point in the history
  • Loading branch information
imAsparky committed Sep 13, 2021
1 parent dbcbc2f commit 7c5630e
Showing 1 changed file with 64 additions and 2 deletions.
66 changes: 64 additions & 2 deletions CHANGELOG.md
@@ -1,8 +1,69 @@
# CHANGELOG

## Unreleased
## [v0.1.0](https://github.com/imAsparky/cookiecutter-py3-package/releases/tag/v0.1.0) - 2021-09-13 03:58:08

Changes unreleased.
### Feature
* **package:** Add Conventional commits msg #15 ([#59](https://github.com/imAsparky/cookiecutter-py3-package/issues/59)) ([`9ce47dc`](https://github.com/imAsparky/cookiecutter-py3-package/commit/9ce47dc73327bdb39d49e5e2074f1320e71d2285))
* **pre-commit:** Add to pre-commit to GH #31 ([`bf25e6c`](https://github.com/imAsparky/cookiecutter-py3-package/commit/bf25e6cf327670a6e7a38e1464de74a25e447205))
* **test:** Add GH action to test all contribs #10 ([`9f0787d`](https://github.com/imAsparky/cookiecutter-py3-package/commit/9f0787d7403429186948a38e4b33a1ea8c66ab71))
* **docs:** Add automatic changelog #8 ([`d14487a`](https://github.com/imAsparky/cookiecutter-py3-package/commit/d14487aa3f3c190a1720884e1c875bdca055cb7d))
* **docs:** Add automatic changelog #8 ([`0160b52`](https://github.com/imAsparky/cookiecutter-py3-package/commit/0160b52a0a623cc48c8400a5700b1a7460cb6812))
* **quality:** Add code quality scan and badge #5 ([`fb8fe81`](https://github.com/imAsparky/cookiecutter-py3-package/commit/fb8fe81f4d9439e78a33b00babfa2ab3a7ae380b))
* **git:** Add pre-commit and sane tests #3 ([`83a8804`](https://github.com/imAsparky/cookiecutter-py3-package/commit/83a88044bfb0ce44e54eb05943f2eb2c4282d195))
* **git:** Add conventional commits template #2 ([`d808d8e`](https://github.com/imAsparky/cookiecutter-py3-package/commit/d808d8ef08ca158f98bf5a302062f13ab503ab31))
* **git:** Add additional issue templates #1 ([`6f5c9da`](https://github.com/imAsparky/cookiecutter-py3-package/commit/6f5c9da926b158d2116db2cee3f1bf3ac459c86b))

### Fix
* **version:** Add a pre-tested if: condition #60 ([#67](https://github.com/imAsparky/cookiecutter-py3-package/issues/67)) ([`d227bea`](https://github.com/imAsparky/cookiecutter-py3-package/commit/d227bea0eca9b5239438ff61491c2559f6b440c0))
* **version:** Del manual job & fix concurrency #60 ([#66](https://github.com/imAsparky/cookiecutter-py3-package/issues/66)) ([`6e1c1ca`](https://github.com/imAsparky/cookiecutter-py3-package/commit/6e1c1cadbe20755efb1911768343e6050a293469))
* **version:** Change to chk_bld_stat false #60 ([#63](https://github.com/imAsparky/cookiecutter-py3-package/issues/63)) ([`cc63fa9`](https://github.com/imAsparky/cookiecutter-py3-package/commit/cc63fa996a00e52c4c91ffcc55eb3056fe1c678f))
* **version:** Change to python-semantic-release #60 ([#62](https://github.com/imAsparky/cookiecutter-py3-package/issues/62)) ([`83d8d06`](https://github.com/imAsparky/cookiecutter-py3-package/commit/83d8d06ef0f0bee22dc90e4abd32e26ba21bcba6))
* **version:** Change to python-semantic-release #60 ([#61](https://github.com/imAsparky/cookiecutter-py3-package/issues/61)) ([`88c55f3`](https://github.com/imAsparky/cookiecutter-py3-package/commit/88c55f3755993a9a2a459d9ae367fa39b81fea50))
* **pre-com:** Fix pre-commit errors #50 ([#51](https://github.com/imAsparky/cookiecutter-py3-package/issues/51)) ([`9360c7f`](https://github.com/imAsparky/cookiecutter-py3-package/commit/9360c7fe47a3e79ae421c5e43ce330414203b2b1))
* **CHANGELOG:** Fix tox.ini and conf.py #43 ([#47](https://github.com/imAsparky/cookiecutter-py3-package/issues/47)) ([`c7ead74`](https://github.com/imAsparky/cookiecutter-py3-package/commit/c7ead747409c6b1997e2524fefd261f7259d0274))
* **git:** Comment out on:push:main #44 ([#45](https://github.com/imAsparky/cookiecutter-py3-package/issues/45)) ([`3631126`](https://github.com/imAsparky/cookiecutter-py3-package/commit/3631126832b3724859a2cfb58a834205c5948567))
* **docs:** Add readthedocs.yaml config file #40 ([#42](https://github.com/imAsparky/cookiecutter-py3-package/issues/42)) ([`bc14391`](https://github.com/imAsparky/cookiecutter-py3-package/commit/bc14391f508c585aa8a29f00150c75e4823bc4a0))
* **git:** Remove test for py3.10 #26 ([`e5fdef2`](https://github.com/imAsparky/cookiecutter-py3-package/commit/e5fdef216b7adf4c0759d85fc2b90a733d2f4426))

### Documentation
* **CHANGELOG:** Update release notes:docs ([`04df834`](https://github.com/imAsparky/cookiecutter-py3-package/commit/04df834419874661dabbdf4b0add87c09ec6d7ef))
* **CHANGELOG:** Update release notes:repo ([`47c5852`](https://github.com/imAsparky/cookiecutter-py3-package/commit/47c58522b907b3dc035c544168340175ea459886))
* **CHANGELOG:** Update release notes:repo ([`6b06a18`](https://github.com/imAsparky/cookiecutter-py3-package/commit/6b06a1819236469a904e1da3423a65a0e5900a1a))
* **CHANGELOG:** Update release notes:docs ([`efe548a`](https://github.com/imAsparky/cookiecutter-py3-package/commit/efe548ab884c2003d85fc32b1cc68214d9958080))
* **CHANGELOG:** Update release notes:repo ([`26c68b1`](https://github.com/imAsparky/cookiecutter-py3-package/commit/26c68b1a81b782f656edcf120b3e2c47dec319cb))
* **CHANGELOG:** Update release notes:docs ([`f1990bf`](https://github.com/imAsparky/cookiecutter-py3-package/commit/f1990bf0f297e58c4afeb2d5f8a3dc62022b478f))
* **CHANGELOG:** Update release notes:repo ([`ce3f5b9`](https://github.com/imAsparky/cookiecutter-py3-package/commit/ce3f5b97dc0ab858c7171b7bf27a9a714ff8288f))
* **codes:** Add code of conduct #56 ([#58](https://github.com/imAsparky/cookiecutter-py3-package/issues/58)) ([`b69c126`](https://github.com/imAsparky/cookiecutter-py3-package/commit/b69c1269178d77cee55983992b5a22737197d8b9))
* **README:** Add pre-commit badge #54 ([#55](https://github.com/imAsparky/cookiecutter-py3-package/issues/55)) ([`08450af`](https://github.com/imAsparky/cookiecutter-py3-package/commit/08450af653d7b175a0327f51e5aaac7643f422c0))
* **tutorial:** Fix broken pypi checklist link #37 ([#53](https://github.com/imAsparky/cookiecutter-py3-package/issues/53)) ([`f6ec351`](https://github.com/imAsparky/cookiecutter-py3-package/commit/f6ec3518368078b34d25293494b3332027ccb37b))
* **CHANGELOG:** Update release notes:docs ([`1cd4d23`](https://github.com/imAsparky/cookiecutter-py3-package/commit/1cd4d235c661c393d06d8cb6dea59b0aa5c55488))
* **CHANGELOG:** Update release notes:repo ([`5956b9e`](https://github.com/imAsparky/cookiecutter-py3-package/commit/5956b9ed0e09a5cc21c5827fad977a6c59eebc19))
* **CHANGELOG:** Update release notes:docs ([`41d893e`](https://github.com/imAsparky/cookiecutter-py3-package/commit/41d893ee4dbb49639f17ff09101fab2283c2cfd2))
* **CHANGELOG:** Update release notes:repo ([`c76282b`](https://github.com/imAsparky/cookiecutter-py3-package/commit/c76282bf2af20497af9d7b2b744c976674d5a4fa))
* **CHANGELOG:** Update release notes:docs ([`2a022bb`](https://github.com/imAsparky/cookiecutter-py3-package/commit/2a022bb05e0db8e017da0bfc048210bbc809351a))
* **CHANGELOG:** Update release notes:repo ([`57511fd`](https://github.com/imAsparky/cookiecutter-py3-package/commit/57511fd370af355a902c7a488225fa1a11ba3da5))
* **CHANGELOG:** Add to the documentation #43 ([#46](https://github.com/imAsparky/cookiecutter-py3-package/issues/46)) ([`4a4c643`](https://github.com/imAsparky/cookiecutter-py3-package/commit/4a4c6432c5fabee769119baa7b7c3a859ee53b4e))
* **logo:** Create and add logo to README #38 ([#41](https://github.com/imAsparky/cookiecutter-py3-package/issues/41)) ([`0ca1adb`](https://github.com/imAsparky/cookiecutter-py3-package/commit/0ca1adb6181138de7b6ccf06fa5984d2c693a169))
* **update:** Links->cookiecutter-py3-package #20 ([#39](https://github.com/imAsparky/cookiecutter-py3-package/issues/39)) ([`7522aa4`](https://github.com/imAsparky/cookiecutter-py3-package/commit/7522aa4014eda677ec28bbd8154906f69afa8811))
* **CHANGELOG:** Update release notes:repo ([`3656632`](https://github.com/imAsparky/cookiecutter-py3-package/commit/365663217187b5145176a3a75c1fd71a2caba67f))
* **structure:** Update to newer sphinx style #34 ([`6f76c4e`](https://github.com/imAsparky/cookiecutter-py3-package/commit/6f76c4ead0bb70be7f9630a0fb12ab8f6297bf7d))
* **CHANGELOG:** Update release notes:repo ([`4eac58b`](https://github.com/imAsparky/cookiecutter-py3-package/commit/4eac58b18a5f2621bc0c5e671568d77dcade4485))
* **README:** Add to list of notable changes ([#24](https://github.com/imAsparky/cookiecutter-py3-package/issues/24)) ([`5db0139`](https://github.com/imAsparky/cookiecutter-py3-package/commit/5db0139e3c21190b3d2085d3c4947beeac2fea25))
* **CHANGELOG:** Update release notes:repo ([`eef147a`](https://github.com/imAsparky/cookiecutter-py3-package/commit/eef147a18740dfa10bdde71455420be74dcc7a6c))
* **fork:** Update to indicate this fork #20 ([`f287b06`](https://github.com/imAsparky/cookiecutter-py3-package/commit/f287b06c8bf40262728bfe2dfe5d542200d0b2ba))
* **CHANGELOG:** Update release notes:repo ([`9cf4777`](https://github.com/imAsparky/cookiecutter-py3-package/commit/9cf477705b51d9f3490daee26198b1ec859f6cbc))
* **README:** Remove support for Travis CI #18 ([`0dd88fa`](https://github.com/imAsparky/cookiecutter-py3-package/commit/0dd88fa56d5646caddd54828a2640fa96379d0af))
* **CHANGELOG:** Update release notes:repo ([`9334b47`](https://github.com/imAsparky/cookiecutter-py3-package/commit/9334b472977b55eea4eb581b4668b82efec6f4eb))
* **CHANGELOG:** Update release notes:repo ([`cd1f5d9`](https://github.com/imAsparky/cookiecutter-py3-package/commit/cd1f5d967a4422c39b7e1db2f69c9b4d288ab7b3))
* **CHANGELOG:** Update release notes:repo ([`1dfd294`](https://github.com/imAsparky/cookiecutter-py3-package/commit/1dfd294d6b45a7f4a4be5e75b9b1565a70089a09))
* **CHANGELOG:** Update release notes:repo ([`77a0834`](https://github.com/imAsparky/cookiecutter-py3-package/commit/77a0834945d67dad7ec7c219d5ead01b7d3e774d))
* **CHANGELOG:** Update release notes:repo ([`e8207b3`](https://github.com/imAsparky/cookiecutter-py3-package/commit/e8207b3325d307af5303d0e5deef82d005833acf))
* **README:** Update to reflect this fork #4 ([`e592c57`](https://github.com/imAsparky/cookiecutter-py3-package/commit/e592c5750e36aff5b8486e0324e8778510498d7c))

### Build

- version:
- Bump to version-0.1.0. ([dbcbc2f](https://github.com/imAsparky/cookiecutter-py3-package/commit/dbcbc2f5eb46b3751aedc2781097aa591f0f5eac))

### Chore

Expand Down Expand Up @@ -86,6 +147,7 @@ Changes unreleased.
### Bug Fixes

- version:
- Add a pre-tested if: condition #60 (#67) ([d227bea](https://github.com/imAsparky/cookiecutter-py3-package/commit/d227bea0eca9b5239438ff61491c2559f6b440c0)) ([#67](https://github.com/imAsparky/cookiecutter-py3-package/pull/67))
- 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))
Expand Down

0 comments on commit 7c5630e

Please sign in to comment.