From 977201c9cab14cb09158005698eeaee58e85efb4 Mon Sep 17 00:00:00 2001 From: Jesse Squires Date: Thu, 2 Mar 2023 21:12:25 -0800 Subject: [PATCH] [4.0.1] release prep update changelog, docs, podspec --- CHANGELOG.md | 2 ++ Foil.podspec | 2 +- docs/Protocols.html | 4 ++-- docs/Protocols/UserDefaultsSerializable.html | 4 ++-- docs/Structs.html | 4 ++-- docs/Structs/WrappedDefault.html | 4 ++-- docs/Structs/WrappedDefaultOptional.html | 4 ++-- docs/index.html | 4 ++-- 8 files changed, 15 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4c5022..448a4e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ NEXT 4.0.1 ----- +This release closes the [4.0.1 milestone](https://github.com/jessesquires/Foil/milestone/6?closed=1). + ### Fixed - `WrappedDefaultOptional` no longer crashes when the type stored in `UserDefaults` does not match the type being requested, `nil` is now returned instead. ([#70](https://github.com/jessesquires/Foil/pull/70), [@ejensen](https://github.com/ejensen)) diff --git a/Foil.podspec b/Foil.podspec index 312649e..041370f 100644 --- a/Foil.podspec +++ b/Foil.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Foil' - s.version = '4.0.0' + s.version = '4.0.1' s.license = 'MIT' s.summary = 'A lightweight property wrapper for UserDefaults' diff --git a/docs/Protocols.html b/docs/Protocols.html index e0d2ac1..9e6ee94 100644 --- a/docs/Protocols.html +++ b/docs/Protocols.html @@ -17,7 +17,7 @@
-

Foil 4.0.0 Docs (100% documented)

+

Foil 4.0.1 Docs (100% documented)

GitHubView on GitHub

@@ -118,7 +118,7 @@

Declaration

diff --git a/docs/Protocols/UserDefaultsSerializable.html b/docs/Protocols/UserDefaultsSerializable.html index 9305527..05098ea 100644 --- a/docs/Protocols/UserDefaultsSerializable.html +++ b/docs/Protocols/UserDefaultsSerializable.html @@ -17,7 +17,7 @@
-

Foil 4.0.0 Docs (100% documented)

+

Foil 4.0.1 Docs (100% documented)

GitHubView on GitHub

@@ -197,7 +197,7 @@

Parameters

diff --git a/docs/Structs.html b/docs/Structs.html index 81402fa..f67ce97 100644 --- a/docs/Structs.html +++ b/docs/Structs.html @@ -17,7 +17,7 @@
-

Foil 4.0.0 Docs (100% documented)

+

Foil 4.0.1 Docs (100% documented)

GitHubView on GitHub

@@ -132,7 +132,7 @@

Declaration

diff --git a/docs/Structs/WrappedDefault.html b/docs/Structs/WrappedDefault.html index 1acd2b5..029005c 100644 --- a/docs/Structs/WrappedDefault.html +++ b/docs/Structs/WrappedDefault.html @@ -17,7 +17,7 @@
-

Foil 4.0.0 Docs (100% documented)

+

Foil 4.0.1 Docs (100% documented)

GitHubView on GitHub

@@ -232,7 +232,7 @@

Parameters

diff --git a/docs/Structs/WrappedDefaultOptional.html b/docs/Structs/WrappedDefaultOptional.html index 17daa01..00744e9 100644 --- a/docs/Structs/WrappedDefaultOptional.html +++ b/docs/Structs/WrappedDefaultOptional.html @@ -17,7 +17,7 @@
-

Foil 4.0.0 Docs (100% documented)

+

Foil 4.0.1 Docs (100% documented)

GitHubView on GitHub

@@ -220,7 +220,7 @@

Parameters

diff --git a/docs/index.html b/docs/index.html index fdce0d0..d5b6114 100644 --- a/docs/index.html +++ b/docs/index.html @@ -16,7 +16,7 @@
-

Foil 4.0.0 Docs (100% documented)

+

Foil 4.0.1 Docs (100% documented)

GitHubView on GitHub

@@ -245,7 +245,7 @@

License