Skip to content

Commit

Permalink
bump: ✈️ v0.3.0 → v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
engineervix committed Jun 27, 2023
1 parent 3eed45a commit cea94c1
Show file tree
Hide file tree
Showing 4 changed files with 17 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 = "0.3.0"
version = "0.3.1"
tag_format = "v$major.$minor.$patch"
annotated_tag = true
update_changelog_on_bump = false
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ 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).

## [v0.3.1](https://github.com/engineervix/docker-python-latex/compare/v0.3.0...v0.3.1) (2023-06-27)


### 👷 CI/CD

* allow for running publishing workflow manually from the Actions tab ([8cb0d4e](https://github.com/engineervix/docker-python-latex/commit/8cb0d4e771e19f6c8ec36f746f914560c8e4ce56))


### 🐛 Bug Fixes

* another attempt to correct the tagging ([3eed45a](https://github.com/engineervix/docker-python-latex/commit/3eed45ac37c4847c96a0e6d8d7cf6ae82c41179a))
* specify project before tagging ([050b6c4](https://github.com/engineervix/docker-python-latex/commit/050b6c44b92ad99f54623917382a12c69adc674c))

## [v0.3.0](https://github.com/engineervix/docker-python-latex/compare/v0.2.0...v0.3.0) (2023-06-26)


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": "0.3.0",
"version": "0.3.1",
"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 cea94c1

Please sign in to comment.