Skip to content

Commit d0fd1b4

Browse files
authored
Merge branch 'master' into ci-build
2 parents a23db55 + 91d10f7 commit d0fd1b4

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

Makefile

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
CONTRIBUTION = gitinfo-lua
2-
FILE = ${CONTRIBUTION}.tar.gz
2+
VERSION = $(shell git describe --tags --always)
3+
FILE = ${CONTRIBUTION}-${VERSION}.tar.gz
34
MANUAL = doc/${CONTRIBUTION}
45
COMPILER = lualatex --shell-escape --interaction=nonstopmode
56

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# Git LaTeX
1+
# Gitinfo Lua
2+
![CTAN Version](https://img.shields.io/ctan/v/gitinfo-lua)
23

34
A LaTeX package which provides macros integrated with LuaTeX and the commandline tool `git`.
45

@@ -17,8 +18,8 @@ makeindex -s gind.ist gitinfo-lua.idx
1718
lualatex -shell-escape gitinfo-lua.tex
1819
```
1920

20-
Read [gitinfo-lua.pdf](gitinfo-lua.pdf) for more information about this package.
21+
See the [releases section](https://github.com/Xerdi/gitinfo-lua/releases) for getting the latest manual.
2122

2223
## License
2324
This project is licensed under the LPPL version 1.3c and maintained by Erik Nijenhuis.
24-
See [LICENSE.pdf](LICENSE.pdf) for more information.
25+
See [LICENSE.txt](LICENSE.txt) for more information.

scripts/gitinfo-lua.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ end
2323
local module = {
2424
name = 'gitinfo-lua',
2525
info = {
26-
version = '1.0.0-30-g69ba74a', --TAGVERSION
27-
date = '2024/01/19', --TAGDATE
26+
version = '1.0.1', --TAGVERSION
27+
date = '2024/02/12', --TAGDATE
2828
comment = "Git info Lua — Git integration with LaTeX",
2929
author = "Erik Nijenhuis",
3030
license = "free"

tex/gitinfo-lua.sty

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
% This work consists of the files gitinfo-lua.sty gitinfo-lua.pdf
1717
% gitinfo-cmd.lua and gitinfo-lua.lua
1818
\NeedsTeXFormat{LaTeX2e}
19-
\ProvidesPackage{gitinfo-lua}[2024/01/04 Xerdi's Git Package]
19+
\ProvidesPackage{gitinfo-lua}[2024/02/12 1.0.1 Xerdi's Git Package]
2020

2121
\RequirePackage{luacode}
2222

0 commit comments

Comments
 (0)