Skip to content

Commit 7ba913a

Browse files
authored
Bump version to 0.14.1, update CHANGELOG.md (#150)
1 parent 271052a commit 7ba913a

7 files changed

Lines changed: 121 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# 0.14.1 (6 May 2021)
2+
3+
**Closed issues:**
4+
5+
- Cannot initialize SchemaType from invalid String value `extendedProperties` ([#145](https://github.com/CoreOffice/CoreXLSX/issues/145))
6+
- Cannot initialize SchemaType from invalid String value `workbookmetadata` ([#142](https://github.com/CoreOffice/CoreXLSX/issues/142))
7+
8+
**Merged pull requests:**
9+
10+
- Update dependencies ([#147](https://github.com/CoreOffice/CoreXLSX/pull/147)) via [@ie-ahm-robox](https://github.com/ie-ahm-robox)
11+
- Add `purl.oclc.org` relationship schema type ([#146](https://github.com/CoreOffice/CoreXLSX/pull/146)) via [@MaxDesiatov](https://github.com/MaxDesiatov)
12+
- Add `googleWorkbookMetadata` case to relationships ([#143](https://github.com/CoreOffice/CoreXLSX/pull/143)) via [@MaxDesiatov](https://github.com/MaxDesiatov)
13+
- Add Xcode 12.3 to the `test.yml` workflow ([#144](https://github.com/CoreOffice/CoreXLSX/pull/144)) via [@MaxDesiatov](https://github.com/MaxDesiatov)
14+
- Add Xcode 12.4 to the `test.yml` workflow ([#149](https://github.com/CoreOffice/CoreXLSX/pull/149)) via [@MaxDesiatov](https://github.com/MaxDesiatov)
15+
116
# 0.14.0 (9 December 2020)
217

318
This release improves compatibility with different spreadsheet formats, simplifies cell font and

CoreXLSX.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'CoreXLSX'
11-
s.version = '0.14.0'
11+
s.version = '0.14.1'
1212
s.summary = 'Excel spreadsheet (XLSX) format support in pure Swift'
1313

1414
# This description is used to generate tags and improve search results.

Example/.ruby-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2.6.5

Example/Gemfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# frozen_string_literal: true
2+
3+
source "https://rubygems.org"
4+
5+
gem 'cocoapods'

Example/Gemfile.lock

Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,93 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
CFPropertyList (3.0.3)
5+
activesupport (5.2.6)
6+
concurrent-ruby (~> 1.0, >= 1.0.2)
7+
i18n (>= 0.7, < 2)
8+
minitest (~> 5.1)
9+
tzinfo (~> 1.1)
10+
addressable (2.7.0)
11+
public_suffix (>= 2.0.2, < 5.0)
12+
algoliasearch (1.27.5)
13+
httpclient (~> 2.8, >= 2.8.3)
14+
json (>= 1.5.1)
15+
atomos (0.1.3)
16+
claide (1.0.3)
17+
cocoapods (1.10.1)
18+
addressable (~> 2.6)
19+
claide (>= 1.0.2, < 2.0)
20+
cocoapods-core (= 1.10.1)
21+
cocoapods-deintegrate (>= 1.0.3, < 2.0)
22+
cocoapods-downloader (>= 1.4.0, < 2.0)
23+
cocoapods-plugins (>= 1.0.0, < 2.0)
24+
cocoapods-search (>= 1.0.0, < 2.0)
25+
cocoapods-trunk (>= 1.4.0, < 2.0)
26+
cocoapods-try (>= 1.1.0, < 2.0)
27+
colored2 (~> 3.1)
28+
escape (~> 0.0.4)
29+
fourflusher (>= 2.3.0, < 3.0)
30+
gh_inspector (~> 1.0)
31+
molinillo (~> 0.6.6)
32+
nap (~> 1.0)
33+
ruby-macho (~> 1.4)
34+
xcodeproj (>= 1.19.0, < 2.0)
35+
cocoapods-core (1.10.1)
36+
activesupport (> 5.0, < 6)
37+
addressable (~> 2.6)
38+
algoliasearch (~> 1.0)
39+
concurrent-ruby (~> 1.1)
40+
fuzzy_match (~> 2.0.4)
41+
nap (~> 1.0)
42+
netrc (~> 0.11)
43+
public_suffix
44+
typhoeus (~> 1.0)
45+
cocoapods-deintegrate (1.0.4)
46+
cocoapods-downloader (1.4.0)
47+
cocoapods-plugins (1.0.0)
48+
nap
49+
cocoapods-search (1.0.0)
50+
cocoapods-trunk (1.5.0)
51+
nap (>= 0.8, < 2.0)
52+
netrc (~> 0.11)
53+
cocoapods-try (1.2.0)
54+
colored2 (3.1.2)
55+
concurrent-ruby (1.1.8)
56+
escape (0.0.4)
57+
ethon (0.14.0)
58+
ffi (>= 1.15.0)
59+
ffi (1.15.0)
60+
fourflusher (2.3.1)
61+
fuzzy_match (2.0.4)
62+
gh_inspector (1.1.3)
63+
httpclient (2.8.3)
64+
i18n (1.8.10)
65+
concurrent-ruby (~> 1.0)
66+
json (2.5.1)
67+
minitest (5.14.4)
68+
molinillo (0.6.6)
69+
nanaimo (0.3.0)
70+
nap (1.1.0)
71+
netrc (0.11.0)
72+
public_suffix (4.0.6)
73+
ruby-macho (1.4.0)
74+
thread_safe (0.3.6)
75+
typhoeus (1.4.0)
76+
ethon (>= 0.9.0)
77+
tzinfo (1.2.9)
78+
thread_safe (~> 0.1)
79+
xcodeproj (1.19.0)
80+
CFPropertyList (>= 2.3.3, < 4.0)
81+
atomos (~> 0.1.3)
82+
claide (>= 1.0.2, < 2.0)
83+
colored2 (~> 3.1)
84+
nanaimo (~> 0.3.0)
85+
86+
PLATFORMS
87+
ruby
88+
89+
DEPENDENCIES
90+
cocoapods
91+
92+
BUNDLED WITH
93+
2.1.4

Example/Podfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- CoreXLSX (0.14.0):
2+
- CoreXLSX (0.14.1):
33
- XMLCoder (~> 0.11.1)
44
- ZIPFoundation (~> 0.9.11)
55
- XMLCoder (0.11.1)
@@ -18,10 +18,10 @@ EXTERNAL SOURCES:
1818
:path: "../"
1919

2020
SPEC CHECKSUMS:
21-
CoreXLSX: 341fab0a6e87ec6c3e0c7df0e91a346a79ad7503
21+
CoreXLSX: f9a7a70b509150ceb675b05877b7ac041a587030
2222
XMLCoder: c4638336674de7ba279cd23f2005817d69f538e0
2323
ZIPFoundation: b1f0de4eed33e74a676f76e12559ab6b75990197
2424

2525
PODFILE CHECKSUM: 1a2944acb934266f5ccb1e83dd0785389497d427
2626

27-
COCOAPODS: 1.10.0
27+
COCOAPODS: 1.10.1

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ easy as adding it to the `dependencies` value of your `Package.swift`.
191191
```swift
192192
dependencies: [
193193
.package(url: "https://github.com/CoreOffice/CoreXLSX.git",
194-
.upToNextMinor(from: "0.14.0"))
194+
.upToNextMinor(from: "0.14.1"))
195195
]
196196
```
197197

@@ -202,7 +202,7 @@ GUI](https://developer.apple.com/documentation/xcode/adding_package_dependencies
202202
### CocoaPods
203203

204204
CoreXLSX is available through [CocoaPods](https://cocoapods.org) on Apple's
205-
platforms. To install it, simply add `pod 'CoreXLSX', '~> 0.14.0'` to your
205+
platforms. To install it, simply add `pod 'CoreXLSX', '~> 0.14.1'` to your
206206
`Podfile` like shown here:
207207

208208
```ruby
@@ -211,7 +211,7 @@ source 'https://github.com/CocoaPods/Specs.git'
211211
# platform :ios, '9.0'
212212
use_frameworks!
213213
target '<Your Target Name>' do
214-
pod 'CoreXLSX', '~> 0.14.0'
214+
pod 'CoreXLSX', '~> 0.14.1'
215215
end
216216
```
217217

0 commit comments

Comments
 (0)