From 36720f154429df047430d253bd891320b9961e79 Mon Sep 17 00:00:00 2001 From: zydou Date: Tue, 29 Aug 2023 16:52:55 +0800 Subject: [PATCH] chore(bump): bump minor version from `v3.1.2` to `v3.2.0` --- CHANGELOG.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39f4a5c..49b8e40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,32 @@ +## [v3.2.0](https://github.com/zydou/latex-action/compare/v3.1.2...v3.2.0) (2023-08-29) + +### Features + +- add `ubuntu` series base image by **@zydou** in [337d8d2](https://github.com/zydou/latex-action/commit/337d8d2b9f84eec14b39cdc95552a4f56d301337) +- always glob root file by **@Cheng XU** in [33306cd](https://github.com/zydou/latex-action/commit/33306cd91227c182f3513add9732a1da310b4604) +- remove obsolete release.yml by **@Cheng XU** in [6fcbaff](https://github.com/zydou/latex-action/commit/6fcbaffa1c796d159423b954bc89f5c47d77d28b) +- show what docker commands are used by **@Cheng XU** in [e4e73e7](https://github.com/zydou/latex-action/commit/e4e73e7d1f6e2ffe0c1a754df885aeab21bbd6af) +- improve action.yaml by **@Cheng XU** in [24ee590](https://github.com/zydou/latex-action/commit/24ee59069341611952269008d5bfc4b85542c6e3) +- add an option to select texlive version directly by **@zydou** in [0f3ba56](https://github.com/zydou/latex-action/commit/0f3ba5642bcfdb25fbc66491f2a909a396cbc40b) + +### Bug Fixes + +- add default values for boolean option and use `=` to test them ([#131](https://github.com/zydou/latex-action/issues/131)) by **@Zhiyong Dou** in [9ae8710](https://github.com/zydou/latex-action/commit/9ae8710583a967aa7f9773ab07c8695131b732b7) +- fix typo in entrypoint path by **@Cheng XU** in [ace7072](https://github.com/zydou/latex-action/commit/ace7072bc8b91fba8d6608f005af916dac1c2dd4) +- use texlive-full:20220201 for v2-texlive2021 by **@Cheng XU** in [7efc1fe](https://github.com/zydou/latex-action/commit/7efc1fe0dc361fa00688457a1fcff448e2a70343) +- use `Doulos SIL` to test `extra_fonts` function by **@zydou** in [6c9efba](https://github.com/zydou/latex-action/commit/6c9efba311576008de38dd4f451eb152f28d11ae) +- fix indent in `action.yml` by **@zydou** in [a9c06ad](https://github.com/zydou/latex-action/commit/a9c06ad44ee8111b7f4620375aec5cf57f5e5ab1) + +### Documentation + +- use author name instead of committer name in changelog by **@zydou** in [a81c4e4](https://github.com/zydou/latex-action/commit/a81c4e40c8605b90f22702837155607cf65cc17e) + +### Chores + +- remove deprecated input extra_packages by **@Cheng XU** in [868bee6](https://github.com/zydou/latex-action/commit/868bee6c01c8634e96caa1c0006d35b119d865e3) + +### Full Changelog: [v3.1.2 -> v3.2.0](https://github.com/zydou/latex-action/compare/v3.1.2...v3.2.0) + ## [v3.1.2](https://github.com/zydou/latex-action/compare/v3.1.1...v3.1.2) (2023-08-26) ### Bug Fixes @@ -16,6 +45,10 @@ - update usages and add comparisons to the original by **@zydou** in [5ccce87](https://github.com/zydou/latex-action/commit/5ccce876b13095c6e2dd090b4069218a75ee9495) +### Chores + +- **bump:** bump patch version from `v3.1.1` to `v3.1.2` by **@zydou** in [9cc13ea](https://github.com/zydou/latex-action/commit/9cc13ea096f28c60ab338b753a2a0f6c9db439e6) + ### Full Changelog: [v3.1.1 -> v3.1.2](https://github.com/zydou/latex-action/compare/v3.1.1...v3.1.2) ## [v3.1.1](https://github.com/zydou/latex-action/compare/v3.1.0...v3.1.1) (2023-08-26)