Skip to content

Commit 008d2be

Browse files
committed
step version v0.6
1 parent 81c6750 commit 008d2be

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@
44

55
### New
66

7+
### Changed
8+
9+
### Fixed
10+
11+
12+
## [v0.6]
13+
14+
### New
15+
716
- new option `bricktext` to add text to the front face of the brick (thanks to @thomas-saigre)
817

918
### Changed
@@ -52,7 +61,8 @@
5261

5362
------
5463

55-
[Unreleased]: https://github.com/samcarter/tikzbricks/compare/v0.5...HEAD
64+
[Unreleased]: https://github.com/samcarter/tikzbricks/compare/v0.6...HEAD
65+
[v0.6]: https://github.com/samcarter/tikzbricks/compare/v0.5...v0.6
5666
[v0.5]: https://github.com/samcarter/tikzbricks/compare/v0.4...v0.5
5767
[v0.4]: https://github.com/samcarter/tikzbricks/compare/v0.3...v0.4
5868
[v0.3]: https://github.com/samcarter/tikzbricks/compare/v0.2...v0.3

DOCUMENTATION.pdf

1.25 KB
Binary file not shown.

tikzbricks-doc.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
\url{https://github.com/samcarter/TikZbricks}\\
2727
\url{https://www.ctan.org/pkg/tikzbricks}
2828
}{samcarter}}
29-
\date{Version v0.5 \textendash{} 2024/04/26}
29+
\date{Version v0.6 \textendash{} 2024/12/16}
3030

3131
\usepackage[
3232
themecolor=samred

tikzbricks.sty

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
% See https://www.latex-project.org/lppl.txt
1313
%
1414
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
15-
\ProvidesPackage{tikzbricks}[2024/04/26 version v0.5 Drawing bricks with TikZ]
15+
\ProvidesPackage{tikzbricks}[2024/12/16 version v0.6 Drawing bricks with TikZ]
1616

1717
\RequirePackage{tikz}
1818
\RequirePackage{tikz-3dplot}

0 commit comments

Comments
 (0)