Skip to content

Commit caf4f82

Browse files
authored
Release 3.0.2 (#288)
1 parent 5d58748 commit caf4f82

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-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-beta.8
3-
future-release=3.0.1
2+
since-tag=3.0.1
3+
future-release=3.0.2

CHANGELOG.md

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

3+
## [3.0.2](https://github.com/Pinterest/PINCache/tree/3.0.2) (2020-10-06)
4+
5+
[Full Changelog](https://github.com/Pinterest/PINCache/compare/3.0.1...3.0.2)
6+
7+
**Merged pull requests:**
8+
9+
- Update checkout action [\#287](https://github.com/pinterest/PINCache/pull/287) ([garrettmoon](https://github.com/garrettmoon))
10+
- Use make commands on the CI so it actually fails [\#286](https://github.com/pinterest/PINCache/pull/286) ([garrettmoon](https://github.com/garrettmoon))
11+
- Added SPM support [\#283](https://github.com/pinterest/PINCache/pull/283) ([3a4oT](https://github.com/3a4oT))
12+
- Fix PINCaching compiling in Xcode 12.0b6 \(\#275\) [\#281](https://github.com/pinterest/PINCache/pull/281) ([sagesse-cn](https://github.com/sagesse-cn))
13+
314
## [3.0.1](https://github.com/Pinterest/PINCache/tree/3.0.1) (2020-08-20)
415

516
[Full Changelog](https://github.com/Pinterest/PINCache/compare/3.0.1-beta.8...3.0.1)

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.1'
3+
s.version = '3.0.2'
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)