Skip to content

Commit 759dab1

Browse files
committed
bump: ✈️ v0.3.1 → v0.4.0
1 parent 7254572 commit 759dab1

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

.cz.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.commitizen]
22
name = "cz_conventional_commits"
3-
version = "0.3.1"
3+
version = "0.4.0"
44
tag_format = "v$major.$minor.$patch"
55
annotated_tag = true
66
update_changelog_on_bump = false

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ 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.4.0](https://github.com/engineervix/docker-python-latex/compare/v0.3.1...v0.4.0) (2024-02-04)
8+
9+
10+
### 🚀 Features
11+
12+
* add multi-arch support ([7254572](https://github.com/engineervix/docker-python-latex/commit/72545721fcff677a1b1a50bf06127fdc80ffa869))
13+
714
## [v0.3.1](https://github.com/engineervix/docker-python-latex/compare/v0.3.0...v0.3.1) (2023-06-27)
815

916

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "python-tex",
3-
"version": "0.3.1",
3+
"version": "0.4.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)