Skip to content

Commit 3138e49

Browse files
author
James Brundage
committed
release: Turtle 0.1.3
Updating Manifest and CHANGELOG
1 parent 94cf154 commit 3138e49

File tree

2 files changed

+27
-7
lines changed

2 files changed

+27
-7
lines changed

CHANGELOG.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
## Turtle 0.1.2:
1+
## Turtle 0.1.3
2+
3+
* Fixing `Get-Turtle` inline sets (#108, #107)
4+
* Fixing `.PNG/JPEG/WEBP` to no longer try to use msedge (#110)
5+
* Adding `Turtle.get/set_FillRule` to get or set the fill rule for the turtle. (#109)
6+
7+
---
8+
9+
## Turtle 0.1.2
210

311
* `Get-Turtle/Turtle` can now get or set properties or methods
412
* New Methods:
@@ -9,7 +17,9 @@
917
* `Turtle.Save()` calls Save-Turtle
1018
* Explicitly exporting commands from module
1119

12-
## Turtle 0.1.1:
20+
---
21+
22+
## Turtle 0.1.1
1323

1424
* Updates:
1525
* `Turtle.get/set_ID` allows for turtle identifiers
@@ -28,7 +38,7 @@
2838

2939
---
3040

31-
## Turtle 0.1:
41+
## Turtle 0.1
3242

3343
* Initial Release
3444
* Builds a Turtle Graphics engine in PowerShell

Turtle.psd1

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@{
22
# Version number of this module.
3-
ModuleVersion = '0.1.2'
3+
ModuleVersion = '0.1.3'
44
# Description of the module
55
Description = "Turtles in a PowerShell"
66
# Script module or binary module file associated with this manifest.
@@ -37,7 +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.2:
40+
## Turtle 0.1.3
41+
42+
* Fixing `Get-Turtle` inline sets (#108, #107)
43+
* Fixing `.PNG/JPEG/WEBP` to no longer try to use msedge (#110)
44+
* Adding `Turtle.get/set_FillRule` to get or set the fill rule for the turtle. (#109)
45+
46+
---
47+
48+
## Turtle 0.1.2
4149
4250
* `Get-Turtle/Turtle` can now get or set properties or methods
4351
* New Methods:
@@ -48,7 +56,9 @@
4856
* `Turtle.Save()` calls Save-Turtle
4957
* Explicitly exporting commands from module
5058
51-
## Turtle 0.1.1:
59+
---
60+
61+
## Turtle 0.1.1
5262
5363
* Updates:
5464
* `Turtle.get/set_ID` allows for turtle identifiers
@@ -67,7 +77,7 @@
6777
6878
---
6979
70-
## Turtle 0.1:
80+
## Turtle 0.1
7181
7282
* Initial Release
7383
* Builds a Turtle Graphics engine in PowerShell

0 commit comments

Comments
 (0)