File tree 2 files changed +10
-3
lines changed
2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,16 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 0.2.0] - 2019-09-25
9
+
10
+ ### Changed
11
+
12
+ - Changed name and description of the GitHub action
13
+
8
14
## [ 0.1.0] - 2019-09-25
9
15
10
16
Initial public release
11
17
12
- [ Unreleased ] : https://github.com/dante-ev/latex-action/compare/v0.1.0...HEAD
18
+ [ Unreleased ] : https://github.com/dante-ev/latex-action/compare/v0.2.0...HEAD
19
+ [ 0.2.0 ] : https://github.com/dante-ev/latex-action/compare/v0.1.0...v0.2.0
13
20
[ 0.1.0 ] : https://github.com/dante-ev/latex-action/releases/tag/v0.1.0
Original file line number Diff line number Diff line change 1
- name : Github Action for LaTeX
2
- description : GitHub Action to compile LaTeX documents
1
+ name : LaTeX compilation
2
+ description : Compiles latex documents using pdflatex, lualatex, xelatex. Full TeXLive distribution.
3
3
author : Cheng XU, Oliver Kopp
4
4
inputs :
5
5
root_file :
You can’t perform that action at this time.
0 commit comments