Skip to content

Commit 52d6d0f

Browse files
committed
bump: ✈️ v1.0.2 → v1.0.3
1 parent c2d8aef commit 52d6d0f

File tree

4 files changed

+11
-4
lines changed

4 files changed

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

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
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+
## [v1.0.3](https://github.com/engineervix/docker-python-latex/compare/v1.0.2...v1.0.3) (2024-07-02)
8+
9+
10+
### 🐛 Bug Fixes
11+
12+
* broken version information ([c2d8aef](https://github.com/engineervix/docker-python-latex/commit/c2d8aef17fd9aea1291dc02e8adc5b34ca34b228))
13+
714
## [v1.0.2](https://github.com/engineervix/docker-python-latex/compare/v1.0.1...v1.0.2) (2024-07-01)
815

916

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": "1.0.2",
3+
"version": "1.0.3",
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)