Skip to content
This repository was archived by the owner on Jan 11, 2024. It is now read-only.

Commit f21fdb3

Browse files
committed
chore(CHANGELOG): update for v1.1.1 [skip ci]
1 parent dd7af12 commit f21fdb3

File tree

6 files changed

+22
-10
lines changed

6 files changed

+22
-10
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
1-
## 1.1.0 (2022-05-29)
1+
### [1.1.1](https://github.com/SwiftyLab/DynamicCodableKit/compare/v1.1.0...v1.1.1) (2022-05-29)
2+
3+
4+
### 🐛 Fixes
5+
6+
* **CocoaPods:** fix podspec source tag attribute ([e30b678](https://github.com/SwiftyLab/DynamicCodableKit/commit/e30b678e51bfa6cfb47b25ad0aa242aa47b193eb))
7+
8+
9+
### 📚 Documentation
10+
11+
* add manual installation guides ([cfd40e1](https://github.com/SwiftyLab/DynamicCodableKit/commit/cfd40e191fde39556e6873618a4a8045ae3ed574))
12+
13+
## [1.1.0](https://github.com/SwiftyLab/DynamicCodableKit/compare/63bab18f80d087d9538c17b4dd8189a7fef5a6c6...v1.1.0) (2022-05-29)
214

315

416
### 📚 Documentation

DynamicCodableKit.xcodeproj/DynamicCodableKitTests_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>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.1.0</string>
18+
<string>1.1.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

DynamicCodableKit.xcodeproj/DynamicCodableKit_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>1.1.0</string>
18+
<string>1.1.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

DynamicCodableKit.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
/* End PBXAggregateTarget section */
2222

2323
/* Begin PBXBuildFile section */
24-
C93FA09D290D1F866642543D /* DynamicCodableKit.docc in Sources */ = {isa = PBXBuildFile; fileRef = E00B738014737286CF910CAC /* DynamicCodableKit.docc */; };
24+
5B1F781524422DBA176D0A74 /* DynamicCodableKit.docc in Sources */ = {isa = PBXBuildFile; fileRef = 05DAABCCF7C69DE8D862A274 /* DynamicCodableKit.docc */; };
2525
OBJ_100 /* DynamicDecodingContextProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_28 /* DynamicDecodingContextProvider.swift */; };
2626
OBJ_101 /* DynamicDecodingDefaultValueContextBasedWrapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_29 /* DynamicDecodingDefaultValueContextBasedWrapper.swift */; };
2727
OBJ_102 /* DynamicEncodable.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_30 /* DynamicEncodable.swift */; };
@@ -77,7 +77,7 @@
7777
/* End PBXBuildFile section */
7878

7979
/* Begin PBXFileReference section */
80-
E00B738014737286CF910CAC /* DynamicCodableKit.docc */ = {isa = PBXFileReference; includeInIndex = 1; path = DynamicCodableKit.docc; sourceTree = "<group>"; };
80+
05DAABCCF7C69DE8D862A274 /* DynamicCodableKit.docc */ = {isa = PBXFileReference; includeInIndex = 1; path = DynamicCodableKit.docc; sourceTree = "<group>"; };
8181
OBJ_11 /* DynamicDecodable.swift */ = {isa = PBXFileReference; path = DynamicDecodable.swift; sourceTree = "<group>"; };
8282
OBJ_12 /* DynamicDecodingConfiguration.swift */ = {isa = PBXFileReference; path = DynamicDecodingConfiguration.swift; sourceTree = "<group>"; };
8383
OBJ_13 /* DynamicDecodingContext.swift */ = {isa = PBXFileReference; path = DynamicDecodingContext.swift; sourceTree = "<group>"; };
@@ -160,7 +160,7 @@
160160
OBJ_25 /* DynamicDecodingContextProvider */,
161161
OBJ_30 /* DynamicEncodable.swift */,
162162
OBJ_31 /* Extensions */,
163-
E00B738014737286CF910CAC /* DynamicCodableKit.docc */,
163+
05DAABCCF7C69DE8D862A274 /* DynamicCodableKit.docc */,
164164
);
165165
name = DynamicCodableKit;
166166
path = Sources/DynamicCodableKit;
@@ -543,7 +543,7 @@
543543
OBJ_104 /* DecodingError.swift in Sources */,
544544
OBJ_105 /* KeyedDecodingContainerProtocol.swift in Sources */,
545545
OBJ_106 /* UnkeyedDecodingContainer.swift in Sources */,
546-
C93FA09D290D1F866642543D /* DynamicCodableKit.docc in Sources */,
546+
5B1F781524422DBA176D0A74 /* DynamicCodableKit.docc in Sources */,
547547
);
548548
};
549549
/* End PBXSourcesBuildPhase section */

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "DynamicCodableKit",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"summary": "DynamicCodableKit helps you to implement dynamic JSON decoding.",
55
"description": "DynamicCodableKit helps you to implement dynamic JSON decoding within the constraints of Swift's sound type system by working on top of Swift's Codable implementations.",
66
"homepage": "https://github.com/SwiftyLab/DynamicCodableKit",

0 commit comments

Comments
 (0)