Skip to content

Commit

Permalink
chore(release): 🚀 0.14.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 Mar 28, 2024
1 parent 5a16eca commit 4abf088
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
<!--next-version-placeholder-->

## v0.14.0 (2024-03-28)

### Feature

* **template:** Add open link variable to about yaml file ([`8137761`](https://github.com/entelecheia/hyperfast-python-template/commit/81377619b55898168376560f7d6cd09433bfad54))
* **copier:** Update copier command to include 'open_link' data; add 'open_link' option to copier template; update copier.yaml ([`4a68cb3`](https://github.com/entelecheia/hyperfast-python-template/commit/4a68cb34a3bde0d74912898dd801bee9d48176c0))

## v0.13.1 (2024-03-11)

### 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.13.1"
version = "0.14.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.13.1"
__version__ = "0.14.0"

0 comments on commit 4abf088

Please sign in to comment.