Skip to content

Commit bdba992

Browse files
committed
Update for 1.1.3 release
1 parent 4a261a1 commit bdba992

3 files changed

Lines changed: 12 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [1.1.3](https://github.com/nicklockwood/ShapeScript/releases/tag/1.1.3) (2021-07-10)
2+
3+
- Fixed assertion failure if a parsing error occurs at the last character in the .shape file
4+
- Fixed bug in Path plane calculation that could result in corrupted extrusion shapes
5+
- Fixed a tessellation bug affecting anti-clockwise polygons
6+
17
## [1.1.2](https://github.com/nicklockwood/ShapeScript/releases/tag/1.1.2) (2021-07-03)
28

39
- Fixed bug where CRLF was treated as two separate linebreaks, resulting in a crash

ShapeScript.podspec.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ShapeScript",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"license": {
55
"type": "MIT",
66
"file": "LICENSE.md"
@@ -10,7 +10,7 @@
1010
"authors": "Nick Lockwood",
1111
"source": {
1212
"git": "https://github.com/nicklockwood/ShapeScript.git",
13-
"tag": "1.1.2"
13+
"tag": "1.1.3"
1414
},
1515
"source_files": "ShapeScript",
1616
"requires_arc": true,

ShapeScript.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@
598598
"$(inherited)",
599599
"@executable_path/../Frameworks",
600600
);
601-
MARKETING_VERSION = 1.1.2;
601+
MARKETING_VERSION = 1.1.3;
602602
PRODUCT_BUNDLE_IDENTIFIER = com.charcoaldesign.ShapeScriptViewer;
603603
PRODUCT_MODULE_NAME = Viewer;
604604
PRODUCT_NAME = "ShapeScript Viewer";
@@ -624,7 +624,7 @@
624624
"$(inherited)",
625625
"@executable_path/../Frameworks",
626626
);
627-
MARKETING_VERSION = 1.1.2;
627+
MARKETING_VERSION = 1.1.3;
628628
PRODUCT_BUNDLE_IDENTIFIER = com.charcoaldesign.ShapeScriptViewer;
629629
PRODUCT_MODULE_NAME = Viewer;
630630
PRODUCT_NAME = "ShapeScript Viewer";
@@ -778,7 +778,7 @@
778778
"@executable_path/../Frameworks",
779779
"@loader_path/Frameworks",
780780
);
781-
MARKETING_VERSION = 1.1.2;
781+
MARKETING_VERSION = 1.1.3;
782782
PRODUCT_BUNDLE_IDENTIFIER = com.charcoaldesign.ShapeScriptLib;
783783
PRODUCT_NAME = ShapeScript;
784784
SKIP_INSTALL = YES;
@@ -808,7 +808,7 @@
808808
"@executable_path/../Frameworks",
809809
"@loader_path/Frameworks",
810810
);
811-
MARKETING_VERSION = 1.1.2;
811+
MARKETING_VERSION = 1.1.3;
812812
PRODUCT_BUNDLE_IDENTIFIER = com.charcoaldesign.ShapeScriptLib;
813813
PRODUCT_NAME = ShapeScript;
814814
SKIP_INSTALL = YES;

0 commit comments

Comments
 (0)