diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 056ba2c..26b9cc6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.1.2" + ".": "4.2.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 9dba3d6..14b09b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 4.2.0 (2024-07-20) + +## What's Changed +* build(deps): bump ubuntu from 22.04 to 24.04 by @dependabot in https://github.com/bugbundle/texdora/pull/18 +* build(deps): bump docker/build-push-action from 5.3.0 to 6.4.0 by @dependabot in https://github.com/bugbundle/texdora/pull/28 +* build(deps): bump checkmarx/kics-github-action from 1.7.0 to 2.1.1 by @dependabot in https://github.com/bugbundle/texdora/pull/26 +* build(deps): bump docker/login-action from 3.1.0 to 3.2.0 by @dependabot in https://github.com/bugbundle/texdora/pull/19 +* feat: install beamer and beamer-tcolorbox with tlmgr by @import-benjamin in https://github.com/bugbundle/texdora/pull/27 + + +**Full Changelog**: https://github.com/bugbundle/texdora/compare/v4.1.2...v4.2.0 + ## 4.1.2 (2024-04-18) ## What's Changed diff --git a/README.md b/README.md index 85ce4be..23cc6e2 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ jobs: compile: runs-on: ubuntu-latest steps: - - uses: bugbundle/texdora@v4.1.2 + - uses: bugbundle/texdora@v4.2.0 ``` An alternative would be to use it directly as a docker image: @@ -22,7 +22,7 @@ An alternative would be to use it directly as a docker image: jobs: build: runs-on: ubuntu-latest - container: docker://ghcr.io/bugbundle/texdora@v4.1.2 + container: docker://ghcr.io/bugbundle/texdora@v4.2.0 steps: - uses: actions/checkout@v4 - run: make papers.pdf diff --git a/action.yml b/action.yml index e2b97cb..32222e4 100644 --- a/action.yml +++ b/action.yml @@ -15,7 +15,7 @@ inputs: runs: using: 'docker' - image: 'docker://ghcr.io/bugbundle/texdora:v4.1.2' # x-release-please-version + image: 'docker://ghcr.io/bugbundle/texdora:v4.2.0' # x-release-please-version entrypoint: /usr/bin/make args: - "${{ inputs.target }}"