Skip to content

Commit 71f71a9

Browse files
release: Turtle 0.1.8
Updating Module Manifest and CHANGELOG
1 parent 5c80058 commit 71f71a9

File tree

2 files changed

+22
-10
lines changed

2 files changed

+22
-10
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.8:
2+
3+
* Turtle Performance
4+
* Improving `.Steps` performance (#159)
5+
* Reducing Turtle Verbosity (#160)
6+
* New Moves:
7+
* Step (#161)
8+
* Forward,Teleport, and GoTo now use Step (#161)
9+
* New Reflection Examples (#162)
10+
11+
---
12+
113
## Turtle 0.1.7:
214

315
* Morphing Turtles

Turtle.psd1

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@{
22
# Version number of this module.
3-
ModuleVersion = '0.1.7'
3+
ModuleVersion = '0.1.8'
44
# Description of the module
55
Description = "Turtles in a PowerShell"
66
# Script module or binary module file associated with this manifest.
@@ -37,15 +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.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)
40+
## Turtle 0.1.8:
41+
42+
* Turtle Performance
43+
* Improving `.Steps` performance (#159)
44+
* Reducing Turtle Verbosity (#160)
45+
* New Moves:
46+
* Step (#161)
47+
* Forward,Teleport, and GoTo now use Step (#161)
48+
* New Reflection Examples (#162)
4949
5050
---
5151

0 commit comments

Comments
 (0)