Skip to content

Commit 875cf4a

Browse files
committed
Release 0.5
1 parent 2e36f4f commit 875cf4a

File tree

3 files changed

+4
-14
lines changed

3 files changed

+4
-14
lines changed

doc/latex/pgf-pie/RELEASE_NOTES.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,4 @@
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-
61
# Bug fixes
72

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-
3+
Loop counter variables have been renamed with the \pgfpie@ prefix to avoid
4+
clashes with user macros.

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.4)}
46+
\date{\today{}~(v0.5)}
4747
\maketitle
4848

4949
\begin{abstract}

tex/latex/pgf-pie/pgf-pie.sty

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
% SPDX-License-Identifier: GPL-2.0-only OR LPPL-1.3c
22
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
3-
\ProvidesPackage{pgf-pie}[2020/05/27 v0.3 Some LaTeX macros for pie
3+
\ProvidesPackage{pgf-pie}[2021/05/03 v0.5 Some LaTeX macros for pie
44
chart by using PGF/Tikz package.]
55
\RequirePackage{tikz}
66
\usetikzlibrary{pie}

0 commit comments

Comments
 (0)