Skip to content

Commit

Permalink
chore(release): 🚀 0.12.0 [skip ci]
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release authored and actions-user committed Feb 25, 2024
1 parent edac7a7 commit bcdbe50
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
<!--next-version-placeholder-->

## v0.12.0 (2024-02-25)

### Feature

* **docs:** Add conditional for build and release section ([`46f0447`](https://github.com/entelecheia/hyperfast-python-template/commit/46f0447fea5730bf9829f7a81439b0d4080b2632))
* **.copier-template:** Add mkdocs build and install tasks ([`3443032`](https://github.com/entelecheia/hyperfast-python-template/commit/3443032d65f2c6eeda640cda7f49fefc5c700da3))

### Fix

* **template:** Correct ElseIf statement in tasks.toml.jinja ([`0a09ab3`](https://github.com/entelecheia/hyperfast-python-template/commit/0a09ab3575a88dd552e9b4045f30075e432c6e7a))
* **workflows:** Upgrade codecov-action to v4 and add token ([`7accea3`](https://github.com/entelecheia/hyperfast-python-template/commit/7accea33718a128762a74dafa80a1c2fa7e66f28))

## v0.11.13 (2024-01-28)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "hyperfast-python-template"
version = "0.11.13"
version = "0.12.0"
description = "A python template that helps you jump start your project"
authors = ["Young Joon Lee <entelecheia@hotmail.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/hyperfastpy/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.11.13"
__version__ = "0.12.0"

0 comments on commit bcdbe50

Please sign in to comment.