diff --git a/.cz.toml b/.cz.toml index da01004..21fe718 100644 --- a/.cz.toml +++ b/.cz.toml @@ -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 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 5978694..08137ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package-lock.json b/package-lock.json index 987d643..1cb52b3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "python-tex", - "version": "0.2.0", + "version": "0.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "python-tex", - "version": "0.2.0", + "version": "0.3.0", "license": "MIT", "devDependencies": { "standard-version": "^9.5.0" diff --git a/package.json b/package.json index 7a4c7b8..462180e 100644 --- a/package.json +++ b/package.json @@ -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 ", "license": "MIT",