Skip to content

Commit 1c18a89

Browse files
release: Turtle 0.1.6
Updating Module Manifest and CHANGELOG
1 parent b25593e commit 1c18a89

File tree

2 files changed

+27
-9
lines changed

2 files changed

+27
-9
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## Turtle 0.1.6:
2+
3+
* Vastly expanded Get-Turtle examples (#149)
4+
* Check out https://psturtle.com/Commands/Get-Turtle
5+
* New L-Systems:
6+
* BoardFractal (#142)
7+
* CrystalFractal (#143)
8+
* RingFractal (#144)
9+
* TileFractal (#145)
10+
* Pentaplexity (#146)
11+
* Fixing KochCurve parameter order (#147)
12+
* Added New-Turtle docs (#148)
13+
14+
115
## Turtle 0.1.5:
216

317
* New Shapes:

Turtle.psd1

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@{
22
# Version number of this module.
3-
ModuleVersion = '0.1.5'
3+
ModuleVersion = '0.1.6'
44
# Description of the module
55
Description = "Turtles in a PowerShell"
66
# Script module or binary module file associated with this manifest.
@@ -37,14 +37,18 @@
3737
# A URL to the license for this module.
3838
LicenseURI = 'https://github.com/PowerShellWeb/Turtle/blob/main/LICENSE'
3939
ReleaseNotes = @'
40-
## Turtle 0.1.5:
41-
42-
* New Shapes:
43-
* Scissor draws a pair of lines at an angle (#128)
44-
* ScissorPoly draws a polygon out of scissors (#129)
45-
* Fixes:
46-
* OffsetPath is now quoted (#130)
47-
* ArcLeft/Right distance fix (#131)
40+
## Turtle 0.1.6:
41+
42+
* Vastly expanded Get-Turtle examples (#149)
43+
* Check out https://psturtle.com/Commands/Get-Turtle
44+
* New L-Systems:
45+
* BoardFractal (#142)
46+
* CrystalFractal (#143)
47+
* RingFractal (#144)
48+
* TileFractal (#145)
49+
* Pentaplexity (#146)
50+
* Fixing KochCurve parameter order (#147)
51+
* Added New-Turtle docs (#148)
4852
4953
---
5054

0 commit comments

Comments
 (0)