Skip to content

Commit

Permalink
Release 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hmenke committed Dec 27, 2020
1 parent a7a883c commit 056decc
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
echo doc/latex/pgf-pie/pgf-pie-manual.pdf | tee -a FILES
tar --xform='s$\(doc\|tex\)/latex/pgf-pie/$$g' \
--xform='s$^$pgf-pie/$g' \
-cvf pgf-pie_${GIT_TAG}.tar.gz $(cat FILES)
-czvf pgf-pie_${GIT_TAG}.tar.gz $(cat FILES)
- name: "ZIP: Sign"
if: |
Expand Down
14 changes: 14 additions & 0 deletions doc/latex/pgf-pie/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Announcement

This release is the beginning of a complete rewrite of pgf-pie to make it
portable to other formats and to fix bugs that originate from its design.

# Bug fixes

This release also includes other bug fixes. On GitHub you can click the commit
hashes and the issue numbers to get to the fix and the ticket, respectively.

a7a883c #5
6e38480 #6
c279e95 #2

2 changes: 1 addition & 1 deletion doc/latex/pgf-pie/pgf-pie-manual.tex
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

\title{Drawing Pie Chart by using \pgfpiename}
\author{\href{mailto:[email protected]}{Yuan Xu}}
\date{\today{}~(v0.3)}
\date{\today{}~(v0.4)}
\maketitle

\begin{abstract}
Expand Down

0 comments on commit 056decc

Please sign in to comment.