Skip to content

Commit

Permalink
Update for 0.6.12 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklockwood committed Apr 3, 2023
1 parent f8c8fde commit ff50b3a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log

## [0.6.12](https://github.com/nicklockwood/Euclid/releases/tag/0.6.12) (2023-04-04)

- Improved default `Path.arc()` segments heuristic
- Connecting open subpaths now behaves as expected
- Curved join between subpaths can now be overridden

## [0.6.11](https://github.com/nicklockwood/Euclid/releases/tag/0.6.11) (2023-03-02)

- Added `Path.arc()` function
Expand Down
4 changes: 2 additions & 2 deletions Euclid.podspec.json
@@ -1,6 +1,6 @@
{
"name": "Euclid",
"version": "0.6.11",
"version": "0.6.12",
"license": {
"type": "MIT",
"file": "LICENSE.md"
Expand All @@ -10,7 +10,7 @@
"authors": "Nick Lockwood",
"source": {
"git": "https://github.com/nicklockwood/Euclid.git",
"tag": "0.6.11"
"tag": "0.6.12"
},
"source_files": "Sources",
"requires_arc": true,
Expand Down
4 changes: 2 additions & 2 deletions Euclid.xcodeproj/project.pbxproj
Expand Up @@ -754,7 +754,7 @@
"@executable_path/../Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 0.6.11;
MARKETING_VERSION = 0.6.12;
OTHER_SWIFT_FLAGS = "-Xfrontend -warn-long-expression-type-checking=75";
PRODUCT_BUNDLE_IDENTIFIER = com.charcoaldesign.Euclid;
PRODUCT_MODULE_NAME = "$(PRODUCT_NAME:c99extidentifier)";
Expand Down Expand Up @@ -787,7 +787,7 @@
"@executable_path/../Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 0.6.11;
MARKETING_VERSION = 0.6.12;
OTHER_SWIFT_FLAGS = "-Xfrontend -warn-long-expression-type-checking=75";
PRODUCT_BUNDLE_IDENTIFIER = com.charcoaldesign.Euclid;
PRODUCT_MODULE_NAME = "$(PRODUCT_NAME:c99extidentifier)";
Expand Down

0 comments on commit ff50b3a

Please sign in to comment.