We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad29210 commit 44bfd91Copy full SHA for 44bfd91
3 files changed
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## NaiveDate 0.3
2
+
3
+- `Date` conversion now supports optional timezone parameters
4
5
## NaiveDate 0.2.1
6
7
- Improve Hashing implementation (reduce number of collisions)
NaiveDate.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'NaiveDate'
- s.version = '0.2.1'
+ s.version = '0.3'
s.summary = 'Naive date and time types'
s.homepage = 'https://github.com/kean/NaiveDate'
s.license = 'MIT'
Supporting Files/Info.plist
@@ -15,7 +15,7 @@
15
<key>CFBundlePackageType</key>
16
<string>FMWK</string>
17
<key>CFBundleShortVersionString</key>
18
- <string>0.2.1</string>
+ <string>0.3</string>
19
<key>CFBundleVersion</key>
20
<string>$(CURRENT_PROJECT_VERSION)</string>
21
<key>NSHumanReadableCopyright</key>
0 commit comments