Skip to content

Commit

Permalink
step version v0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
samcarter committed Feb 21, 2023
1 parent dd0f8f2 commit 5485021
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@

### New

### Changed

### Fixed


## [v0.4]

### New

- added support for `pic text` and `pic text options`

### Fixed
Expand Down Expand Up @@ -47,7 +56,8 @@ produce tile patterns or to automatically generate complete jigsaws.

------

[Unreleased]: https://github.com/samcarter/jigsaw/compare/v0.3...HEAD
[Unreleased]: https://github.com/samcarter/jigsaw/compare/v0.4...HEAD
[v0.4]: https://github.com/samcarter/jigsaw/compare/v0.3...v0.4
[v0.3]: https://github.com/samcarter/jigsaw/compare/v0.2...v0.3
[v0.2]: https://github.com/samcarter/jigsaw/compare/v0.1...v0.2
[v0.1]: https://github.com/samcarter/jigsaw/compare/v0.0...v0.1
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A small LaTeX package to draw jigsaw pieces with TikZ. It is possible to draw individual pieces and adjust their shape, produce tile patterns or to automatically generate complete jigsaws.

Current version: 2022/07/18 version v0.3
Current version: 2023/02/21 version v0.4

This project is licensed under the LaTeX Project Public License v1.3c or later, see http://www.latex-project.org/lppl.txt

Expand Down
Binary file modified documentation.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion jigsaw-doc.tex
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
\url{https://github.com/samcarter/jigsaw}\\
\url{https://www.ctan.org/pkg/jigsaw}
}{samcarter}}
\date{Version v0.3 \textendash{} 2022/07/18}
\date{Version v0.4 \textendash{} 2023/02/21}
\begin{document}
\maketitle
Expand Down
4 changes: 2 additions & 2 deletions jigsaw.sty
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
% See http://www.latex-project.org/lppl.txt
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ProvidesPackage{jigsaw}[2022/07/18 version v0.3 Draw jigsaw pieces in TikZ]
\ProvidesPackage{jigsaw}[2023/02/21 version v0.4 Draw jigsaw pieces in TikZ]

\RequirePackage{tikz}

Expand Down Expand Up @@ -123,4 +123,4 @@
}
},
piece/.search also={,/tikz,/pgf},
}
}

0 comments on commit 5485021

Please sign in to comment.