Skip to content

Commit e812f16

Browse files
release: Turtle 0.1.7
Updating Module Manifest and CHANGELOG
1 parent 8f2b648 commit e812f16

File tree

2 files changed

+22
-13
lines changed

2 files changed

+22
-13
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## Turtle 0.1.7:
2+
3+
* Morphing Turtles
4+
* `Turtle.Morph` morphs shapes (#154)
5+
* `Turtle.get/set_Duration` control animation durations (#153)
6+
* [Lots of new examples](https://psturtle.com/Commands/Get-Turtle)
7+
* New Fractals:
8+
* LevyCurve (#155)
9+
* Triplexity (#156)
10+
11+
---
12+
113
## Turtle 0.1.6:
214

315
* Vastly expanded Get-Turtle examples (#149)

Turtle.psd1

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@{
22
# Version number of this module.
3-
ModuleVersion = '0.1.6'
3+
ModuleVersion = '0.1.7'
44
# Description of the module
55
Description = "Turtles in a PowerShell"
66
# Script module or binary module file associated with this manifest.
@@ -37,18 +37,15 @@
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.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)
40+
## Turtle 0.1.7:
41+
42+
* Morphing Turtles
43+
* `Turtle.Morph` morphs shapes (#154)
44+
* `Turtle.get/set_Duration` control animation durations (#153)
45+
* [Lots of new examples](https://psturtle.com/Commands/Get-Turtle)
46+
* New Fractals:
47+
* LevyCurve (#155)
48+
* Triplexity (#156)
5249
5350
---
5451

0 commit comments

Comments
 (0)