Skip to content

Commit 056decc

Browse files
committed
Release 0.4
1 parent a7a883c commit 056decc

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
echo doc/latex/pgf-pie/pgf-pie-manual.pdf | tee -a FILES
116116
tar --xform='s$\(doc\|tex\)/latex/pgf-pie/$$g' \
117117
--xform='s$^$pgf-pie/$g' \
118-
-cvf pgf-pie_${GIT_TAG}.tar.gz $(cat FILES)
118+
-czvf pgf-pie_${GIT_TAG}.tar.gz $(cat FILES)
119119
120120
- name: "ZIP: Sign"
121121
if: |

doc/latex/pgf-pie/RELEASE_NOTES.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Announcement
2+
3+
This release is the beginning of a complete rewrite of pgf-pie to make it
4+
portable to other formats and to fix bugs that originate from its design.
5+
6+
# Bug fixes
7+
8+
This release also includes other bug fixes. On GitHub you can click the commit
9+
hashes and the issue numbers to get to the fix and the ticket, respectively.
10+
11+
a7a883c #5
12+
6e38480 #6
13+
c279e95 #2
14+

doc/latex/pgf-pie/pgf-pie-manual.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

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

4949
\begin{abstract}

0 commit comments

Comments
 (0)