Skip to content

Commit 10c6885

Browse files
committed
update changelog
1 parent 67975f9 commit 10c6885

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,13 @@ All notable changes to this project will be documented in this file. Items under
33

44
## [Unreleased]
55
### Fixes
6+
7+
## [2.7.3]
8+
### Fixes
69
- Support for shortcuts with leading zeros as described in issue (https://github.com/pocketsvg/PocketSVG/issues/204) [Vladimir Roganov](https://github.com/elisar4) [#205](https://github.com/pocketsvg/PocketSVG/pull/205)
710

11+
- Prevents the program from crashing when the color passed in is not of the correct type [CodeForRabbit](https://github.com/CodeForRabbit) [#214](https://github.com/pocketsvg/PocketSVG/pull/214)
12+
813
## [2.7.2]
914
### Fixes
1015
- Find named colour tags plist when using SPM.
@@ -168,7 +173,8 @@ Changes by Ariel Elkin unless otherwise specified.
168173
- Substituted CC license with MIT license.
169174

170175

171-
[Unreleased]: https://github.com/pocketsvg/PocketSVG/compare/2.7.2...HEAD
176+
[Unreleased]: https://github.com/pocketsvg/PocketSVG/compare/2.7.3...HEAD
177+
[2.7.3]: https://github.com/pocketsvg/PocketSVG/compare/2.7.2...2.7.3
172178
[2.7.2]: https://github.com/pocketsvg/PocketSVG/compare/2.7.1...2.7.2
173179
[2.7.1]: https://github.com/pocketsvg/PocketSVG/compare/2.7.0...2.7.1
174180
[2.7.0]: https://github.com/pocketsvg/PocketSVG/compare/2.6.0...2.7.0

PocketSVG.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Pod::Spec.new do |s|
22
s.name = "PocketSVG"
3-
s.version = "2.7.2"
3+
s.version = "2.7.3"
44
s.summary = "Easily convert your SVG files into CGPaths, CAShapeLayers, and UIBezierPaths"
55
s.homepage = "https://github.com/pocketsvg/PocketSVG"
66
s.authors = { "Ponderwell, Fjölnir Ásgeirsson, Ariel Elkin, and Contributors" => "https://github.com/pocketsvg/PocketSVG" }
77
s.ios.deployment_target = '9.0'
8-
s.osx.deployment_target = '10.10'
8+
s.osx.deployment_target = '10.13'
99
s.license = {
1010
:type => 'MIT',
1111
:file => 'LICENSE'

0 commit comments

Comments
 (0)