diff --git a/CHANGELOG.md b/CHANGELOG.md index 648214e..b7ba4ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,16 @@ ### Fixed +## [v0.5] + +### New + +- added DEPENDS.txt file + +### Changed + +### Fixed + ## [v0.4] ### New @@ -40,7 +50,8 @@ ------ -[Unreleased]: https://github.com/samcarter/tikzbricks/compare/v0.4...HEAD +[Unreleased]: https://github.com/samcarter/tikzbricks/compare/v0.5...HEAD +[v0.5]: https://github.com/samcarter/tikzbricks/compare/v0.4...v0.5 [v0.4]: https://github.com/samcarter/tikzbricks/compare/v0.3...v0.4 [v0.3]: https://github.com/samcarter/tikzbricks/compare/v0.2...v0.3 [v0.2]: https://github.com/samcarter/tikzbricks/compare/v0.1...v0.2 diff --git a/DOCUMENTATION.pdf b/DOCUMENTATION.pdf index 0b39ca2..121c6d4 100644 Binary files a/DOCUMENTATION.pdf and b/DOCUMENTATION.pdf differ diff --git a/tikzbricks-doc.tex b/tikzbricks-doc.tex index 6df1975..3895d66 100644 --- a/tikzbricks-doc.tex +++ b/tikzbricks-doc.tex @@ -34,7 +34,7 @@ \url{https://github.com/samcarter/TikZbricks}\\ \url{https://www.ctan.org/pkg/tikzbricks} }{samcarter}} -\date{Version v0.4 \textendash{} 2022/07/21} +\date{Version v0.5 \textendash{} 2024/04/26} \usepackage[ themecolor=samred @@ -299,4 +299,4 @@ \section{Example} \end{wall} \end{tcblisting} -\end{document} \ No newline at end of file +\end{document} diff --git a/tikzbricks.sty b/tikzbricks.sty index 18414e0..01b070b 100644 --- a/tikzbricks.sty +++ b/tikzbricks.sty @@ -12,7 +12,7 @@ % See http://www.latex-project.org/lppl.txt % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\ProvidesPackage{tikzbricks}[2022/07/21 version v0.4 Drawing bricks with TikZ] +\ProvidesPackage{tikzbricks}[2024/04/26 version v0.5 Drawing bricks with TikZ] \RequirePackage{tikz} \RequirePackage{tikz-3dplot}