Skip to content

Commit

Permalink
Merge pull request #222 from entelecheia/release
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
entelecheia authored Jul 4, 2024
2 parents d0a6840 + 58a2706 commit db5f96c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .docker/docker.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
IMAGE_VERSION="0.30.6" # The version of the project
IMAGE_VERSION="0.31.0" # The version of the project
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.31.0 (2024-07-04)

### Feature

* **docker:** Add support for tty configuration in Docker containers ([`f23dad5`](https://github.com/entelecheia/hyperfast-docker-template/commit/f23dad5df1b3d75038d9571e5cc248a832a71642))

### Fix

* **docker:** Add message before starting Jupyter Lab ([`528bcb8`](https://github.com/entelecheia/hyperfast-docker-template/commit/528bcb83ba500c19e8b47ba1253180008aacee54))
* **workflows:** Upgrade docker/build-push-action to 63.0 ([`81e6bf5`](https://github.com/entelecheia/hyperfast-docker-template/commit/81e6bf5b860c1312f5df506594a9f5f7c3a25c8e))
* **docker:** Correct typo in `tty` Jinja2 template variable ([`b908113`](https://github.com/entelecheia/hyperfast-docker-template/commit/b908113477405671b0f624f6b31d1958348cdf39))

## v0.30.6 (2024-06-23)

### 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-docker-template"
version = "0.30.6"
version = "0.31.0"
description = "Hyperfast Docker Template is a powerful tool that leverages copier to streamline the creation of new Docker projects. It simplifies and accelerates Docker configurations, fostering a highly efficient and user-friendly development experience."
authors = ["Young Joon Lee <entelecheia@hotmail.com>"]
license = "MIT"
Expand Down

0 comments on commit db5f96c

Please sign in to comment.