Skip to content

Commit 6944f6f

Browse files
release: Turtle 0.1.10
Updating Module Manifest and CHANGELOG
1 parent f150df6 commit 6944f6f

File tree

2 files changed

+32
-9
lines changed

2 files changed

+32
-9
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## Turtle 0.1.10:
2+
3+
* Updated Methods
4+
* `Turtle.Star` even point fix (#190)
5+
* `Turtle.Polygon` partial polygon support (#194)
6+
* New Shapes
7+
* `Turtle.Rectangle` (#192)
8+
* `Turtle.StarFlower` (#191)
9+
* `Turtle.GoldenFlower` (#193)
10+
* `Turtle.HatMonotile` (#196)
11+
* `Turtle.TurtleMonotile` (#195)
12+
* `Turtle.BarGraph` (#173)
13+
* Added Demos
14+
* Intro To Turtles (#197)
15+
16+
---
17+
118
## Turtle 0.1.9:
219

320
* Turtle Text Path Support

Turtle.psd1

Lines changed: 15 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.9'
3+
ModuleVersion = '0.1.10'
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,21 @@
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.9:
41-
42-
* Turtle Text Path Support
43-
* `Turtle.get/set_Text` controls the text (#167)
44-
* `Turtle.get/set_TextAttribute` sets text attributes (#168)
45-
* `Turtle.get/set_TextAnimation` animates text attributes (#171)
46-
* `Get-Turtle` parameter improvements (#169, #170)
47-
* `Get-Turtle` tracks invocation info (#157)
40+
## Turtle 0.1.10:
4841
42+
* Updated Methods
43+
* `Turtle.Star` even point fix (#190)
44+
* `Turtle.Polygon` partial polygon support (#194)
45+
* New Shapes
46+
* `Turtle.Rectangle` (#192)
47+
* `Turtle.StarFlower` (#191)
48+
* `Turtle.GoldenFlower` (#193)
49+
* `Turtle.HatMonotile` (#196)
50+
* `Turtle.TurtleMonotile` (#195)
51+
* `Turtle.BarGraph` (#173)
52+
* Added Demos
53+
* Intro To Turtles (#197)
54+
4955
---
5056
5157
Additional details available in the [CHANGELOG](https://github.com/PowerShellWeb/Turtle/blob/main/CHANGELOG.md)

0 commit comments

Comments
 (0)