Skip to content

Commit 875c654

Browse files
runnerrunner
runner
authored and
runner
committed
[AUTO] Update CHANGELOG.md and bump for patch update.
1 parent ebdab97 commit 875c654

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

.github_changelog_generator

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
issues=false
2-
since-tag=3.0.1
3-
future-release=3.0.2
2+
since-tag=3.0.2
3+
future-release=3.0.3

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [3.0.3](https://github.com/Pinterest/PINCache/tree/3.0.3) (2020-10-22)
4+
5+
[Full Changelog](https://github.com/Pinterest/PINCache/compare/3.0.2...3.0.3)
6+
7+
8+
- Update PINOperation to fix imports [\#293](https://github.com/pinterest/PINCache/pull/293) ([garrettmoon](https://github.com/garrettmoon))
9+
- Add support for automated releases [\#292](https://github.com/pinterest/PINCache/pull/292) ([garrettmoon](https://github.com/garrettmoon))
10+
- Fix up imports [\#290](https://github.com/pinterest/PINCache/pull/290) ([garrettmoon](https://github.com/garrettmoon))
11+
- Fix build issues by removing nested PINOperation.xcodeproj [\#282](https://github.com/pinterest/PINCache/pull/282) ([elliottwilliams](https://github.com/elliottwilliams))
12+
313
## [3.0.2](https://github.com/Pinterest/PINCache/tree/3.0.2) (2020-10-06)
414

515
[Full Changelog](https://github.com/Pinterest/PINCache/compare/3.0.1...3.0.2)

PINCache.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'PINCache'
3-
s.version = '3.0.2'
3+
s.version = '3.0.3'
44
s.homepage = 'https://github.com/pinterest/PINCache'
55
s.summary = 'Fast, thread safe, parallel object cache for iOS and OS X.'
66
s.authors = { 'Garrett Moon' => '[email protected]', 'Justin Ouellette' => '[email protected]' }

0 commit comments

Comments
 (0)