Skip to content

Commit 2f66977

Browse files
committed
Merge branch 'release-candidate' into stable
2 parents 76b509f + 7ab58c5 commit 2f66977

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

BinaryCodable.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'BinaryCodable'
3-
s.version = '0.2.0'
3+
s.version = '0.2.1'
44
s.license = 'Apache 2.0'
55
s.summary = 'Codable-like interfaces for binary representations.'
66
s.homepage = 'https://github.com/jverkoey/BinaryCodable'
@@ -11,5 +11,5 @@ Pod::Spec.new do |s|
1111
s.ios.deployment_target = '12.0'
1212
s.osx.deployment_target = '10.12'
1313

14-
s.source_files = ['Sources/*.swift', 'Sources/*/*.swift']
14+
s.source_files = ['Sources/**/*.swift']
1515
end

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 0.2.1
2+
3+
This patch releases updates the CocoaPods spec to include all BinaryCodable source. It was previously missing the coder implementations.
4+
5+
## Non-source changes
6+
7+
* [Include all source files in the podspec (#45)](https://github.com/jverkoey/BinaryCodable/commit/c315e31380eee7d1db6e0b36add1dce101d4f62e) (Wolfgang Profer)
8+
19
# 0.2.0
210

311
This minor unstable release renames `sequentialContainer` to `container` for both the BinaryEncoder and BinaryDecoder types, adds support for `BinaryFloatingPoint` decoding and encoding, automatic BinaryCodable conformance for floating point and array types, and a variety of performance improvements.

0 commit comments

Comments
 (0)