Skip to content

Commit

Permalink
Update release notes and version.
Browse files Browse the repository at this point in the history
  • Loading branch information
jverkoey committed Jul 8, 2020
1 parent 14820cd commit 5f46d91
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion BinaryCodable.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'BinaryCodable'
s.version = '0.3.0'
s.version = '0.3.1'
s.license = 'Apache 2.0'
s.summary = 'Codable-like interfaces for binary representations.'
s.homepage = 'https://github.com/jverkoey/BinaryCodable'
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.3.1

This patch release fixes a crashing bug introduced in 0.3.0 that occurred when decoding two-byte values from misaligned memory.

# 0.3.0

This minor release adds a `decodeRemainder` method to `BinaryDecodingContainer` and drops support for iOS 12, macOS 10.12-10.14, and Swift 4.
Expand Down

0 comments on commit 5f46d91

Please sign in to comment.