Skip to content

Commit

Permalink
0.0.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Aug 20, 2021
1 parent ec372a1 commit 46aa8cc
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,21 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). See [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) for commit guidelines.

<!--next-version-placeholder-->

## v0.0.1 (2021-08-20)
### Fix
* **main:** Docs not rendering correctly ([`997a87d`](https://github.com/billsioros/cookiecutter-pypackage/commit/997a87da42b689cb77a2657d7bf283aaf933462d))
* **cookiecutter:** Docs not rendering correctly ([`fbf5d34`](https://github.com/billsioros/cookiecutter-pypackage/commit/fbf5d34ee491a0b8d42a491269ad0f88cc7eec4b))
* Correct context errors ([`4118ac5`](https://github.com/billsioros/cookiecutter-pypackage/commit/4118ac56e8b9fa2a1851d586e536d9a3b81d6a47))

### Documentation
* **template:** Keep `LICENSE` date up-to-date ([`12a54dc`](https://github.com/billsioros/cookiecutter-pypackage/commit/12a54dc2344bd83197e05a89d406d530c96562af))
* **template:** Enhance sub-`README`s ([`4d38605`](https://github.com/billsioros/cookiecutter-pypackage/commit/4d38605cceade715f8a5d5861df54562c8f08d53))
* **template:** Remove `SPOTIFY` section ([`3479c9b`](https://github.com/billsioros/cookiecutter-pypackage/commit/3479c9b01e15287416634ce2173b9fd1f75fdbdf))
* **main:** Change `mkdocs.site_description` ([`f70f7bc`](https://github.com/billsioros/cookiecutter-pypackage/commit/f70f7bc61c1781bd41823c05d97d0af6fe05f7c3))
* **main:** Remove `SPOTIFY` sections ([`148bd71`](https://github.com/billsioros/cookiecutter-pypackage/commit/148bd71efbdc9fc9ef6e2aa2d5196a4b9db54f4c))
* **main:** Correct github discussions url ([`a499e1e`](https://github.com/billsioros/cookiecutter-pypackage/commit/a499e1ec2a0ea1768714937729e82aeb78b39c65))
* Add `Quickstart` section ([`1d5890a`](https://github.com/billsioros/cookiecutter-pypackage/commit/1d5890a416d4753cf2b0d851df1cb0ff0c9d9d69))
* Add credits ([`9a1d718`](https://github.com/billsioros/cookiecutter-pypackage/commit/9a1d718b8bc423aa4ba531fa6e9d0318086070a2))

**[See all commits in this version](https://github.com/billsioros/cookiecutter-pypackage/compare/v0.0.0...v0.0.1)**
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "cookiecutter-pypackage"
version = "0.0.0"
version = "0.0.1"
description = "🐍🍪 Another Python Cookiecutter"
readme = "README.md"
authors = ["billsioros <billsioros97@gmail.com>"]
Expand Down

0 comments on commit 46aa8cc

Please sign in to comment.