diff --git a/git-primer.tex b/git-primer.tex index ac4ffd2..f9907b8 100644 --- a/git-primer.tex +++ b/git-primer.tex @@ -144,6 +144,8 @@ {\fontsize{36}{40}\selectfont A Git Primer}\\ \vspace{10mm} {\fontsize{12}{16}\selectfont Typeset in \LaTeX{}} + \vspace{10mm} + {\fontsize{12}{16}\selectfont v. 0.1.0} } \date{\begin{small}\today{}\end{small}} @@ -420,7 +422,26 @@ Command & Purpose {\& Example, if applicable} \\ \end{longtblr} -\printindex +\chapter*{Changelog} + +\begin{longtblr} +[ + caption = {}, + label = {tb:}, +% theme = {custom1} +]{ + width = {\textwidth}, + colspec = { X[1,l] X[2,l] X[7,l] }, + hlines = {0.5pt,solid}, + vline{1,4} = {0.5pt,solid}, + rows = {5mm, m, rowsep=1.5pt}, + rowhead = 1, + cells = {font=\fontsize{9pt}{12pt}\selectfont}, + row{1} = {font=\bfseries}, +} +Version & Release Date & Details \\ +0.1.0 & \today{} & Working version \\ +\end{longtblr} \end{document}