Skip to content

Commit 74f9160

Browse files
committed
bump: ✈️ v2.0.0 → v2.1.0
1 parent b6a3f35 commit 74f9160

File tree

4 files changed

+28
-4
lines changed

4 files changed

+28
-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 = "2.0.0"
3+
version = "2.1.0"
44
tag_format = "v$major.$minor.$patch"
55
annotated_tag = true
66
update_changelog_on_bump = false

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,30 @@ 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+
## [v2.1.0](https://github.com/engineervix/docker-python-latex/compare/v2.0.0...v2.1.0) (2024-07-02)
8+
9+
10+
### 🚀 Features
11+
12+
* texlive-full without all the beef! ([7b0198e](https://github.com/engineervix/docker-python-latex/commit/7b0198e9dc59189262253fc675d191df6fdb05ca))
13+
14+
15+
### 👷 CI/CD
16+
17+
* specify platforms in docker/setup-buildx-action ([e5085da](https://github.com/engineervix/docker-python-latex/commit/e5085da400f535b0decf321049904bf468160c5d))
18+
19+
20+
### ⚙️ Build System
21+
22+
* just work with the usual archs: amd64 & arm* ([1f489ed](https://github.com/engineervix/docker-python-latex/commit/1f489edc622eb25459ba332d7ac40d4c6124bb29))
23+
24+
25+
### ♻️ Code Refactoring
26+
27+
* maintain linux/amd64 & linux/arm64 only, for now ([b6a3f35](https://github.com/engineervix/docker-python-latex/commit/b6a3f35b43d4b41de5a1a276a1679c3a20818cda))
28+
* remove the linux/i386 arch, because the build fails ([500e4f0](https://github.com/engineervix/docker-python-latex/commit/500e4f02c156294f4e8af396c3123b326c5111eb))
29+
* simplify things and just install everything, for now ([00454a6](https://github.com/engineervix/docker-python-latex/commit/00454a6525180c3325754273c11bb8df61353f39))
30+
731
## [v2.0.0](https://github.com/engineervix/docker-python-latex/compare/v1.0.3...v2.0.0) (2024-07-02)
832

933

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": "2.0.0",
3+
"version": "2.1.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)