Skip to content

Commit

Permalink
bump: ✈️ v1.0.3 → v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
engineervix committed Jul 2, 2024
1 parent 39a2537 commit ec758ee
Show file tree
Hide file tree
Showing 4 changed files with 16 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 = "1.0.3"
version = "2.0.0"
tag_format = "v$major.$minor.$patch"
annotated_tag = true
update_changelog_on_bump = false
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ 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.0.0](https://github.com/engineervix/docker-python-latex/compare/v1.0.3...v2.0.0) (2024-07-02)


### ♻️ Code Refactoring

* cleanup and minor bugfix ([6a7df07](https://github.com/engineervix/docker-python-latex/commit/6a7df07b14077921e9e341e60756cb4758ae6171))


### 🚀 Features

* support all available architectures, just like the parent python image ([39a2537](https://github.com/engineervix/docker-python-latex/commit/39a2537f56eaf3eb4561e6f670b79e3d335c8abe))

## [v1.0.3](https://github.com/engineervix/docker-python-latex/compare/v1.0.2...v1.0.3) (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": "1.0.3",
"version": "2.0.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 ec758ee

Please sign in to comment.