diff --git a/CHANGELOG.md b/CHANGELOG.md index f433353..e1da842 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ ### Changed +### Fixed + + +## [v1.10] + +### New + +### Changed + - updated lists of items used in `\randuck`, `\randomhead` and `\randomaccessories` ### Fixed @@ -223,7 +232,8 @@ ------ -[Unreleased]: https://github.com/samcarter/tikzlings/compare/v1.9...HEAD +[Unreleased]: https://github.com/samcarter/tikzlings/compare/v1.10...HEAD +[v1.10]: https://github.com/samcarter/tikzducks/compare/v1.9...v1.10 [v1.9]: https://github.com/samcarter/tikzducks/compare/v1.8...v1.9 [v1.8]: https://github.com/samcarter/tikzducks/compare/v1.7...v1.8 [v1.7]: https://github.com/samcarter/tikzducks/compare/v1.6...v1.7 diff --git a/DOCUMENTATION.pdf b/DOCUMENTATION.pdf index c334a57..9f9696a 100644 Binary files a/DOCUMENTATION.pdf and b/DOCUMENTATION.pdf differ diff --git a/t-tikzducks.mkiv b/t-tikzducks.mkiv index e76f507..21a44d4 100644 --- a/t-tikzducks.mkiv +++ b/t-tikzducks.mkiv @@ -14,7 +14,7 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Code for this ConTeXt User Module kindly provided by @JairoAdelRio https://github.com/samcarter/tikzducks/pull/25 -\writestatus{loading}{ConTeXt User Module / TikZDucks 2024/12/10 version v1.9 Draw rubber ducks in TikZ} +\writestatus{loading}{ConTeXt User Module / TikZDucks 2025/01/05 version v1.10 Draw rubber ducks in TikZ} \setupcolors[state=start] \usemodule[tikz] diff --git a/tikzducks-doc.tex b/tikzducks-doc.tex index 41217f6..56ff5e3 100644 --- a/tikzducks-doc.tex +++ b/tikzducks-doc.tex @@ -26,7 +26,7 @@ \url{https://github.com/samcarter/tikzducks}\\ \url{https://www.ctan.org/pkg/tikzducks} }{samcarter}} -\date{Version v1.9 \textendash{} 2024/12/10} +\date{Version v1.10 \textendash{} 2025/01/05} \usepackage[ themecolor=samlblue diff --git a/tikzducks.sty b/tikzducks.sty index 724cfc6..6e0822a 100644 --- a/tikzducks.sty +++ b/tikzducks.sty @@ -12,7 +12,7 @@ % See https://www.latex-project.org/lppl.txt % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\ProvidesPackage{tikzducks}[2024/12/10 version v1.9 Draw rubber ducks in TikZ] +\ProvidesPackage{tikzducks}[2025/01/05 version v1.10 Draw rubber ducks in TikZ] \RequirePackage{expl3} \RequirePackage{tikz}