Skip to content

Commit

Permalink
chore(bump): bump minor version from v3.1.2 to v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zydou committed Aug 29, 2023
1 parent a81c4e4 commit 36720f1
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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)
Expand Down

0 comments on commit 36720f1

Please sign in to comment.