Skip to content

Commit 3df938f

Browse files
release: Turtle 0.1.5
Updating Module Manifest and CHANGELOG
1 parent f59a2d5 commit 3df938f

File tree

2 files changed

+18
-17
lines changed

2 files changed

+18
-17
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## Turtle 0.1.5:
2+
3+
* New Shapes:
4+
* Scissor draws a pair of lines at an angle (#128)
5+
* ScissorPoly draws a polygon out of scissors (#129)
6+
* Fixes:
7+
* OffsetPath is now quoted (#130)
8+
* ArcLeft/Right distance fix (#131)
9+
10+
---
11+
112
## Turtle 0.1.4
213

314
* `Turtle` Upgrades

Turtle.psd1

Lines changed: 7 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@{
22
# Version number of this module.
3-
ModuleVersion = '0.1.4'
3+
ModuleVersion = '0.1.5'
44
# Description of the module
55
Description = "Turtles in a PowerShell"
66
# Script module or binary module file associated with this manifest.
@@ -37,24 +37,14 @@
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.4
40+
## Turtle 0.1.5:
4141
42-
* `Turtle` Upgrades
43-
* `turtle` will return an empty turtle (#112)
44-
* `turtle` now splats to script methods, enabling more complex input binding (#121)
45-
* `LSystem` is faster and more flexible (#116)
46-
* New Properties:
47-
* `get/set_Opacity` (#115)
48-
* `get/set_PathAnimation` (#117)
49-
* `get/set_Width/Height` (#125)
50-
* New Methods:
51-
* `HorizontalLine/VerticalLine` (#126)
52-
* `Petal` (#119)
53-
* `FlowerPetal` (#124)
54-
* `Spirolateral` (#120)
55-
* `StepSpiral` (#122)
42+
* New Shapes:
43+
* Scissor draws a pair of lines at an angle (#128)
44+
* ScissorPoly draws a polygon out of scissors (#129)
5645
* Fixes:
57-
* `Turtle.Towards()` returns a relative angle (#123)
46+
* OffsetPath is now quoted (#130)
47+
* ArcLeft/Right distance fix (#131)
5848
5949
---
6050

0 commit comments

Comments
 (0)