Skip to content

Commit

Permalink
bump: ✈️ v0.2.0 → v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
engineervix committed Jun 26, 2023
1 parent 67e7a64 commit 346e0f2
Show file tree
Hide file tree
Showing 4 changed files with 35 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.2.0"
version = "0.3.0"
tag_format = "v$major.$minor.$patch"
annotated_tag = true
update_changelog_on_bump = false
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,37 @@ 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.0](https://github.com/engineervix/docker-python-latex/compare/v0.2.0...v0.3.0) (2023-06-26)


### 🚀 Features

* support multiple python versions ([e9aeaad](https://github.com/engineervix/docker-python-latex/commit/e9aeaadef4b4bf75d5a0c1db05b4b94c04de83ed))


### ♻️ Code Refactoring

* add project version management tools ([3860469](https://github.com/engineervix/docker-python-latex/commit/3860469dc48af9e5f8efcb23076fb2de92c1b560))


### ⚙️ Build System

* update .dockerignore ([5a82540](https://github.com/engineervix/docker-python-latex/commit/5a825409f7399126e5d84bb23df78bc47fa995ad))


### 👷 CI/CD

* update docker/build-push-action digest to e27bcee ([#2](https://github.com/engineervix/docker-python-latex/issues/2)) ([238826d](https://github.com/engineervix/docker-python-latex/commit/238826d5f3024073b9ba88bbc9d6fed8a3df9da7))
* update docker/login-action digest to 21f251a ([#3](https://github.com/engineervix/docker-python-latex/issues/3)) ([ebabe71](https://github.com/engineervix/docker-python-latex/commit/ebabe71a1d346e1a4204e378ce02060e9c397b05))
* update docker/metadata-action digest to 59bc9dd ([#5](https://github.com/engineervix/docker-python-latex/issues/5)) ([9c58d5e](https://github.com/engineervix/docker-python-latex/commit/9c58d5e2093b99e6f0a0b3353b7a915f7dd27469))
* update GitHub Actions configs ([cd97aa4](https://github.com/engineervix/docker-python-latex/commit/cd97aa430b5bb0ad9b5984f0f87e6e9804a6395e))


### 📝 Docs

* add badges ([67e7a64](https://github.com/engineervix/docker-python-latex/commit/67e7a64ee5c734669516bb64f5416ed508ebea05))
* update CHANGELOG ([355af6d](https://github.com/engineervix/docker-python-latex/commit/355af6ddd28a46565c8505ffd239bf60e336f623))

## [v0.2.0](https://github.com/engineervix/docker-python-latex/compare/v0.1.0...v0.2.0) (2022-09-19)

### 🚀 Features
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.2.0",
"version": "0.3.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 346e0f2

Please sign in to comment.