Skip to content

Commit 346e0f2

Browse files
committed
bump: ✈️ v0.2.0 → v0.3.0
1 parent 67e7a64 commit 346e0f2

File tree

4 files changed

+35
-4
lines changed

4 files changed

+35
-4
lines changed

.cz.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.commitizen]
22
name = "cz_conventional_commits"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
tag_format = "v$major.$minor.$patch"
55
annotated_tag = true
66
update_changelog_on_bump = false

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,37 @@ All notable changes to this project will be documented here.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project attempts to adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [v0.3.0](https://github.com/engineervix/docker-python-latex/compare/v0.2.0...v0.3.0) (2023-06-26)
8+
9+
10+
### 🚀 Features
11+
12+
* support multiple python versions ([e9aeaad](https://github.com/engineervix/docker-python-latex/commit/e9aeaadef4b4bf75d5a0c1db05b4b94c04de83ed))
13+
14+
15+
### ♻️ Code Refactoring
16+
17+
* add project version management tools ([3860469](https://github.com/engineervix/docker-python-latex/commit/3860469dc48af9e5f8efcb23076fb2de92c1b560))
18+
19+
20+
### ⚙️ Build System
21+
22+
* update .dockerignore ([5a82540](https://github.com/engineervix/docker-python-latex/commit/5a825409f7399126e5d84bb23df78bc47fa995ad))
23+
24+
25+
### 👷 CI/CD
26+
27+
* update docker/build-push-action digest to e27bcee ([#2](https://github.com/engineervix/docker-python-latex/issues/2)) ([238826d](https://github.com/engineervix/docker-python-latex/commit/238826d5f3024073b9ba88bbc9d6fed8a3df9da7))
28+
* update docker/login-action digest to 21f251a ([#3](https://github.com/engineervix/docker-python-latex/issues/3)) ([ebabe71](https://github.com/engineervix/docker-python-latex/commit/ebabe71a1d346e1a4204e378ce02060e9c397b05))
29+
* update docker/metadata-action digest to 59bc9dd ([#5](https://github.com/engineervix/docker-python-latex/issues/5)) ([9c58d5e](https://github.com/engineervix/docker-python-latex/commit/9c58d5e2093b99e6f0a0b3353b7a915f7dd27469))
30+
* update GitHub Actions configs ([cd97aa4](https://github.com/engineervix/docker-python-latex/commit/cd97aa430b5bb0ad9b5984f0f87e6e9804a6395e))
31+
32+
33+
### 📝 Docs
34+
35+
* add badges ([67e7a64](https://github.com/engineervix/docker-python-latex/commit/67e7a64ee5c734669516bb64f5416ed508ebea05))
36+
* update CHANGELOG ([355af6d](https://github.com/engineervix/docker-python-latex/commit/355af6ddd28a46565c8505ffd239bf60e336f623))
37+
738
## [v0.2.0](https://github.com/engineervix/docker-python-latex/compare/v0.1.0...v0.2.0) (2022-09-19)
839

940
### 🚀 Features

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "python-tex",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "A Docker image to ease building Python applications that depend on LaTeX.",
55
"author": "Victor Miti <https://github.com/engineervix>",
66
"license": "MIT",

0 commit comments

Comments
 (0)