Skip to content

Commit fe22ac7

Browse files
committed
Version 0.2.1
1 parent 40b6f55 commit fe22ac7

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## NaiveDate 0.2.1
2+
3+
- Improve Hashing implementation (reduce number of collisions)
4+
- Use [tuple comparison operators](https://github.com/apple/swift-evolution/blob/master/proposals/0015-tuple-comparison-operators.md) to simplify Comparable implementation
5+
16
## NaiveDate 0.2
27

38
- Get rid of time zones in `NaiveDate`, `NaiveTime`, `NaiveDateTime` APIs

NaiveDate.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 = 'NaiveDate'
3-
s.version = '0.2'
3+
s.version = '0.2.1'
44
s.summary = 'Naive date and time types'
55
s.homepage = 'https://github.com/kean/NaiveDate'
66
s.license = 'MIT'

Supporting Files/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.2</string>
18+
<string>0.2.1</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSHumanReadableCopyright</key>

0 commit comments

Comments
 (0)