Skip to content

Commit 7334036

Browse files
committed
Update release notes and version.
1 parent afa2987 commit 7334036

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

BinaryCodable.podspec

Lines changed: 1 addition & 1 deletion
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.1'
3+
s.version = '0.3.0'
44
s.license = 'Apache 2.0'
55
s.summary = 'Codable-like interfaces for binary representations.'
66
s.homepage = 'https://github.com/jverkoey/BinaryCodable'

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# 0.3.0
2+
3+
This minor release adds a `decodeRemainder` method to `BinaryDecodingContainer` and drops support for iOS 12, macOS 10.12-10.14, and Swift 4.
4+
5+
## Breaking changes
6+
7+
iOS 12, macOS 10.12-10.14, and Swift 4 are no longer supported.
8+
9+
## New features
10+
11+
* [Add decodeRemainder to BinaryDecodingContainer. (#47)](https://github.com/jverkoey/BinaryCodable/commit/2d4834e4972c46bdb3ec59d025ba29b7e9b7522b) (featherless)
12+
113
# 0.2.1
214

315
This patch releases updates the CocoaPods spec to include all BinaryCodable source. It was previously missing the coder implementations.

0 commit comments

Comments
 (0)