Skip to content

Commit 50721c4

Browse files
committed
Version 0.2
1 parent 1348b70 commit 50721c4

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## NaiveDate 0.2
2+
3+
- Get rid of time zones in `NaiveDate`, `NaiveTime`, `NaiveDateTime` APIs
4+
- Add convenience initializer for `NaiveDateTime` with individual date components
5+
16
## NaiveDate 0.1
27

3-
Initial version.
8+
Initial release which implements `NaiveDate`, `NaiveTime`, `NaiveDateTime` types, as well as two naive date formatters.

NaiveDate.podspec

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

Supporting Files/Info.plist

+1-1
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.1</string>
18+
<string>0.2</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSHumanReadableCopyright</key>

0 commit comments

Comments
 (0)