Skip to content

Commit 890a94e

Browse files
committed
update readme and changelog for v2.8.0
1 parent d4800e5 commit 890a94e

File tree

2 files changed

+13
-8
lines changed

2 files changed

+13
-8
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. Items under
33

44
## [Unreleased]
55
### Fixes
6+
- Add your contribution here.
7+
8+
## [2.8.0]
9+
### New features
610
- Support for building with the visionOS SDK. [Harlan Haskins](https://www.github.com/harlanhaskins) [#223](https://github.com/pocketsvg/PocketSVG/pull/223)
711

812
## [2.7.3]
@@ -28,7 +32,7 @@ All notable changes to this project will be documented in this file. Items under
2832
### New Features
2933
- Xcode 12 and SPM Support. [Ariel Elkin](https://github.com/arielelkin), [#178](https://github.com/pocketsvg/PocketSVG/pull/178/)
3034
- New API method for clients to convert single path string into CGPath. [Scott Sykora
31-
](https://github.com/scottsykora), [#172](https://github.com/pocketsvg/PocketSVG/pull/172)
35+
](https://github.com/scottsykora), [#172](https://github.com/pocketsvg/PocketSVG/pull/172)
3236

3337
### Fixes
3438
- Removed redundant "CGPathGetCurrentPoint: no current point" log statements. [Yoni Levy](https://github.com/yonilevy), [#173](https://github.com/pocketsvg/PocketSVG/pull/173)
@@ -174,7 +178,8 @@ Changes by Ariel Elkin unless otherwise specified.
174178
- Substituted CC license with MIT license.
175179

176180

177-
[Unreleased]: https://github.com/pocketsvg/PocketSVG/compare/2.7.3...HEAD
181+
[Unreleased]: https://github.com/pocketsvg/PocketSVG/compare/2.8.0...HEAD
182+
[2.8.0]: https://github.com/pocketsvg/PocketSVG/compare/2.7.3...2.8.0
178183
[2.7.3]: https://github.com/pocketsvg/PocketSVG/compare/2.7.2...2.7.3
179184
[2.7.2]: https://github.com/pocketsvg/PocketSVG/compare/2.7.1...2.7.2
180185
[2.7.1]: https://github.com/pocketsvg/PocketSVG/compare/2.7.0...2.7.1

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# PocketSVG
22

3-
[![Platforms](https://img.shields.io/badge/Platforms-macOS_iOS_tvOS_watchOS-green?style=flat-square)](https://img.shields.io/badge/Platforms-macOS_iOS_tvOS_watchOS-green?style=flat-square)
4-
[![Build Status](https://github.com/pocketsvg/pocketsvg/workflows/CI/badge.svg)](https://github.com/pocketsvg/PocketSVG/actions)
3+
[![Platforms](https://img.shields.io/badge/Platforms-macOS_iOS_tvOS_watchOS_visionOS-green?style=flat-square)](https://img.shields.io/badge/Platforms-macOS_iOS_tvOS_watchOS_visionOS-green?style=flat-square)
4+
[![Build Status](https://github.com/pocketsvg/pocketsvg/workflows/CI/badge.svg)](https://github.com/pocketsvg/PocketSVG/actions)
55
[![Swift Package Manager](https://img.shields.io/badge/Swift_Package_Manager-compatible-orange?style=flat-square)](https://img.shields.io/badge/Swift_Package_Manager-compatible-orange?style=flat-square)
6-
[![CocoaPods Compatible](https://img.shields.io/cocoapods/v/PocketSVG.svg)](https://cocoapods.org/pods/PocketSVG)
7-
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
8-
[![Code Coverage](https://img.shields.io/cocoapods/metrics/doc-percent/PocketSVG.svg)](http://cocoadocs.org/docsets/PocketSVG)
9-
[![code size](https://img.shields.io/github/languages/code-size/pocketsvg/pocketsvg.svg)](#)
6+
[![CocoaPods Compatible](https://img.shields.io/cocoapods/v/PocketSVG.svg)](https://cocoapods.org/pods/PocketSVG)
7+
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
8+
[![Code Coverage](https://img.shields.io/cocoapods/metrics/doc-percent/PocketSVG.svg)](http://cocoadocs.org/docsets/PocketSVG)
9+
[![code size](https://img.shields.io/github/languages/code-size/pocketsvg/pocketsvg.svg)](#)
1010
[![license](https://img.shields.io/github/license/pocketsvg/pocketsvg.svg)](https://github.com/pocketsvg/PocketSVG/blob/master/LICENSE)
1111
[![Swift Forums](https://img.shields.io/badge/Swift_Forums-PocketSVG-orange?style=flat-square)](https://youtu.be/iik25wqIuFo)
1212

0 commit comments

Comments
 (0)