Skip to content

Commit 31aef6c

Browse files
committed
Update for 1.1.1 release
1 parent 190d87d commit 31aef6c

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [1.1.1](https://github.com/nicklockwood/ShapeScript/releases/tag/1.1.1) (2021-06-26)
2+
3+
- Fixed operator associativity (addition/subtraction were previously right-associative)
4+
- Performing CSG operations on complex geometry no longer causes a stack overflow
5+
- Bumped Euclid version to 0.4.5
6+
17
## [1.1.0](https://github.com/nicklockwood/ShapeScript/releases/tag/1.1.0) (2021-04-08)
28

39
- Added support for background colors and images

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.0",
3+
"version": "1.1.1",
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.0"
13+
"tag": "1.1.1"
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
@@ -590,7 +590,7 @@
590590
"$(inherited)",
591591
"@executable_path/../Frameworks",
592592
);
593-
MARKETING_VERSION = 1.1.0;
593+
MARKETING_VERSION = 1.1.1;
594594
PRODUCT_BUNDLE_IDENTIFIER = com.charcoaldesign.ShapeScriptViewer;
595595
PRODUCT_MODULE_NAME = Viewer;
596596
PRODUCT_NAME = "ShapeScript Viewer";
@@ -616,7 +616,7 @@
616616
"$(inherited)",
617617
"@executable_path/../Frameworks",
618618
);
619-
MARKETING_VERSION = 1.1.0;
619+
MARKETING_VERSION = 1.1.1;
620620
PRODUCT_BUNDLE_IDENTIFIER = com.charcoaldesign.ShapeScriptViewer;
621621
PRODUCT_MODULE_NAME = Viewer;
622622
PRODUCT_NAME = "ShapeScript Viewer";
@@ -770,7 +770,7 @@
770770
"@executable_path/../Frameworks",
771771
"@loader_path/Frameworks",
772772
);
773-
MARKETING_VERSION = 1.1.0;
773+
MARKETING_VERSION = 1.1.1;
774774
PRODUCT_BUNDLE_IDENTIFIER = com.charcoaldesign.ShapeScriptLib;
775775
PRODUCT_NAME = ShapeScript;
776776
SKIP_INSTALL = YES;
@@ -800,7 +800,7 @@
800800
"@executable_path/../Frameworks",
801801
"@loader_path/Frameworks",
802802
);
803-
MARKETING_VERSION = 1.1.0;
803+
MARKETING_VERSION = 1.1.1;
804804
PRODUCT_BUNDLE_IDENTIFIER = com.charcoaldesign.ShapeScriptLib;
805805
PRODUCT_NAME = ShapeScript;
806806
SKIP_INSTALL = YES;

0 commit comments

Comments
 (0)