Skip to content

Commit cea94c1

Browse files
committed
bump: ✈️ v0.3.0 → v0.3.1
1 parent 3eed45a commit cea94c1

File tree

4 files changed

+17
-4
lines changed

4 files changed

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

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ 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.3.1](https://github.com/engineervix/docker-python-latex/compare/v0.3.0...v0.3.1) (2023-06-27)
8+
9+
10+
### 👷 CI/CD
11+
12+
* allow for running publishing workflow manually from the Actions tab ([8cb0d4e](https://github.com/engineervix/docker-python-latex/commit/8cb0d4e771e19f6c8ec36f746f914560c8e4ce56))
13+
14+
15+
### 🐛 Bug Fixes
16+
17+
* another attempt to correct the tagging ([3eed45a](https://github.com/engineervix/docker-python-latex/commit/3eed45ac37c4847c96a0e6d8d7cf6ae82c41179a))
18+
* specify project before tagging ([050b6c4](https://github.com/engineervix/docker-python-latex/commit/050b6c44b92ad99f54623917382a12c69adc674c))
19+
720
## [v0.3.0](https://github.com/engineervix/docker-python-latex/compare/v0.2.0...v0.3.0) (2023-06-26)
821

922

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": "0.3.0",
3+
"version": "0.3.1",
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)