Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
arielelkin committed Jul 17, 2023
1 parent 67975f9 commit 10c6885
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,13 @@ All notable changes to this project will be documented in this file. Items under

## [Unreleased]
### Fixes

## [2.7.3]
### Fixes
- 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)

- 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)

## [2.7.2]
### Fixes
- Find named colour tags plist when using SPM.
Expand Down Expand Up @@ -168,7 +173,8 @@ Changes by Ariel Elkin unless otherwise specified.
- Substituted CC license with MIT license.


[Unreleased]: https://github.com/pocketsvg/PocketSVG/compare/2.7.2...HEAD
[Unreleased]: https://github.com/pocketsvg/PocketSVG/compare/2.7.3...HEAD
[2.7.3]: https://github.com/pocketsvg/PocketSVG/compare/2.7.2...2.7.3
[2.7.2]: https://github.com/pocketsvg/PocketSVG/compare/2.7.1...2.7.2
[2.7.1]: https://github.com/pocketsvg/PocketSVG/compare/2.7.0...2.7.1
[2.7.0]: https://github.com/pocketsvg/PocketSVG/compare/2.6.0...2.7.0
Expand Down
4 changes: 2 additions & 2 deletions PocketSVG.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = "PocketSVG"
s.version = "2.7.2"
s.version = "2.7.3"
s.summary = "Easily convert your SVG files into CGPaths, CAShapeLayers, and UIBezierPaths"
s.homepage = "https://github.com/pocketsvg/PocketSVG"
s.authors = { "Ponderwell, Fjölnir Ásgeirsson, Ariel Elkin, and Contributors" => "https://github.com/pocketsvg/PocketSVG" }
s.ios.deployment_target = '9.0'
s.osx.deployment_target = '10.10'
s.osx.deployment_target = '10.13'
s.license = {
:type => 'MIT',
:file => 'LICENSE'
Expand Down

0 comments on commit 10c6885

Please sign in to comment.