File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1
1
name : Continuous Integration Workflow
2
+
3
+ # Automatically cancel a previous run.
4
+ concurrency :
5
+ group : ${{ github.head_ref || github.run_id }}
6
+ cancel-in-progress : true
7
+
2
8
on :
3
9
push :
4
10
branches :
Original file line number Diff line number Diff line change @@ -8,13 +8,20 @@ in reverse chronological order. Releases follow `semantic versioning
8
8
<https://anaconda.org/pytask/latex-dependency-scanner> `_.
9
9
10
10
11
+ 0.1.0 - 2022-02-07
12
+ ------------------
13
+
14
+ - :gh: `14 ` skips concurrent CI builds.
15
+ - :gh: `15 ` deprecates Python 3.6 and enables Python 3.10.
16
+
17
+
11
18
0.0.4 - 2021-08-08
12
19
------------------
13
20
14
21
- :gh: `8 ` changes ``scan `` such that only one path to an image file is returned if the
15
22
image extension is given and file does not exist. Also, beamer overlays are ignored.
16
23
Thanks to :ghuser: `brettviren `!
17
- - :gh: `9 ` replaces versioneer with setuptools-scm.
24
+ - :gh: `10 ` replaces versioneer with setuptools-scm.
18
25
19
26
20
27
0.0.3 - 2021-03-05
You can’t perform that action at this time.
0 commit comments