Skip to content

Commit

Permalink
bump: ✈️ v2.0.0 → v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
engineervix committed Jul 2, 2024
1 parent b6a3f35 commit 74f9160
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .cz.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.commitizen]
name = "cz_conventional_commits"
version = "2.0.0"
version = "2.1.0"
tag_format = "v$major.$minor.$patch"
annotated_tag = true
update_changelog_on_bump = false
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,30 @@ All notable changes to this project will be documented here.

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).

## [v2.1.0](https://github.com/engineervix/docker-python-latex/compare/v2.0.0...v2.1.0) (2024-07-02)


### 🚀 Features

* texlive-full without all the beef! ([7b0198e](https://github.com/engineervix/docker-python-latex/commit/7b0198e9dc59189262253fc675d191df6fdb05ca))


### 👷 CI/CD

* specify platforms in docker/setup-buildx-action ([e5085da](https://github.com/engineervix/docker-python-latex/commit/e5085da400f535b0decf321049904bf468160c5d))


### ⚙️ Build System

* just work with the usual archs: amd64 & arm* ([1f489ed](https://github.com/engineervix/docker-python-latex/commit/1f489edc622eb25459ba332d7ac40d4c6124bb29))


### ♻️ Code Refactoring

* maintain linux/amd64 & linux/arm64 only, for now ([b6a3f35](https://github.com/engineervix/docker-python-latex/commit/b6a3f35b43d4b41de5a1a276a1679c3a20818cda))
* remove the linux/i386 arch, because the build fails ([500e4f0](https://github.com/engineervix/docker-python-latex/commit/500e4f02c156294f4e8af396c3123b326c5111eb))
* simplify things and just install everything, for now ([00454a6](https://github.com/engineervix/docker-python-latex/commit/00454a6525180c3325754273c11bb8df61353f39))

## [v2.0.0](https://github.com/engineervix/docker-python-latex/compare/v1.0.3...v2.0.0) (2024-07-02)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "python-tex",
"version": "2.0.0",
"version": "2.1.0",
"description": "A Docker image to ease building Python applications that depend on LaTeX.",
"author": "Victor Miti <https://github.com/engineervix>",
"license": "MIT",
Expand Down

0 comments on commit 74f9160

Please sign in to comment.