Skip to content

Commit 970a643

Browse files
release: Turtle 0.2
Updating Module Manifest and CHANGELOG
1 parent 0357214 commit 970a643

File tree

2 files changed

+54
-15
lines changed

2 files changed

+54
-15
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
## Turtle 0.2:
2+
3+
### Turtles All The Way Down
4+
5+
A turtle can now contain `.Turtles`
6+
Which can contain `.Turtles`
7+
Which can contain `.Turtles`
8+
Which can contain `.Turtles`...
9+
10+
* Turtles all the way down (#206)
11+
* `Turtle.get/set_Turtles` (#207)
12+
* `Turtle.get_SVG` supports children (#209)
13+
* `Turtle.get_Canvas` rasterization improvement (#210)
14+
* `Turtle.Towards()` multiple targets (#211)
15+
* `Turtle.Distance()` multiple targets (#212)
16+
* `Turtle.Morph` supports stepwise animation (#215)
17+
* Small fixes
18+
* `Turtle.Step()` uses Add (#213)
19+
* `Turtle.set_Steps` initialization fix (#214)
20+
* `Turtle.set_Duration` anytime (#216)
21+
* `Turtle.get_SVG` empty viewbox support (#218)
22+
* `Turtle.get/set_SVGAttribute` (#219)
23+
* `Turtle.get/set_SVGAnimation` (#220)
24+
* `Turtle.get/set_PathTransform` (#217)
25+
* `Turtle.Forward()` removing rounding (#221)
26+
27+
---
28+
129
## Turtle 0.1.10:
230

331
* Updated Methods

Turtle.psd1

Lines changed: 26 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@{
22
# Version number of this module.
3-
ModuleVersion = '0.1.10'
3+
ModuleVersion = '0.2.0'
44
# Description of the module
55
Description = "Turtles in a PowerShell"
66
# Script module or binary module file associated with this manifest.
@@ -37,21 +37,32 @@
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.10:
40+
## Turtle 0.2:
41+
42+
### Turtles All The Way Down
43+
44+
A turtle can now contain `.Turtles`
45+
Which can contain `.Turtles`
46+
Which can contain `.Turtles`
47+
Which can contain `.Turtles`...
48+
49+
* Turtles all the way down (#206)
50+
* `Turtle.get/set_Turtles` (#207)
51+
* `Turtle.get_SVG` supports children (#209)
52+
* `Turtle.get_Canvas` rasterization improvement (#210)
53+
* `Turtle.Towards()` multiple targets (#211)
54+
* `Turtle.Distance()` multiple targets (#212)
55+
* `Turtle.Morph` supports stepwise animation (#215)
56+
* Small fixes
57+
* `Turtle.Step()` uses Add (#213)
58+
* `Turtle.set_Steps` initialization fix (#214)
59+
* `Turtle.set_Duration` anytime (#216)
60+
* `Turtle.get_SVG` empty viewbox support (#218)
61+
* `Turtle.get/set_SVGAttribute` (#219)
62+
* `Turtle.get/set_SVGAnimation` (#220)
63+
* `Turtle.get/set_PathTransform` (#217)
64+
* `Turtle.Forward()` removing rounding (#221)
4165
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-
5566
---
5667
5768
Additional details available in the [CHANGELOG](https://github.com/PowerShellWeb/Turtle/blob/main/CHANGELOG.md)

0 commit comments

Comments
 (0)