File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,12 @@ All notable changes to `ClusterKit` project will be documented in this file.
3
3
4
4
---
5
5
6
+ ## [ 0.3.1] ( https://github.com/hulab/ClusterKit/releases/tag/0.3.0 ) - October 24, 2017
7
+
8
+ ### Fixed
9
+
10
+ - ** CKClusterManager.m** : Fix annotation selection.
11
+
6
12
## [ 0.3.0] ( https://github.com/hulab/ClusterKit/releases/tag/0.3.0 ) - October 18, 2017
7
13
8
14
@@ -30,8 +36,6 @@ Identical clusters are no more replaced and the clusters animation have been imp
30
36
31
37
- ** CKCluster** : Compute the cluster bounds. Add cluster comparison methods.
32
38
33
- ### Fixed
34
-
35
39
## [ 0.2.0] ( https://github.com/hulab/ClusterKit/releases/tag/0.2.0 ) - July 24, 2017
36
40
37
41
### Added
Original file line number Diff line number Diff line change 1
1
2
2
Pod ::Spec . new do |s |
3
3
s . name = "ClusterKit"
4
- s . version = "0.3.0 "
4
+ s . version = "0.3.1 "
5
5
s . summary = "ClusterKit is a map clustering framework targeting MapKit, Google Maps and Mapbox."
6
6
7
7
s . description = <<-DESC
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >0.3.0 </string >
18
+ <string >0.3.1 </string >
19
19
<key >CFBundleVersion </key >
20
20
<string >$(CURRENT_PROJECT_VERSION) </string >
21
21
<key >NSPrincipalClass </key >
You can’t perform that action at this time.
0 commit comments