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

Commit e2246f2

Browse files
committed
chore(CHANGELOG): update for v1.1.0 [skip ci]
1 parent 9f64f9e commit e2246f2

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.10.0 (2022-05-29)
1+
## 1.1.0 (2022-05-29)
22

33

44
### 📚 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>0.10.0</string>
18+
<string>1.1.0</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>0.10.0</string>
18+
<string>1.1.0</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-
77F6267D94E54ABAC41BC3F2 /* DynamicCodableKit.docc in Sources */ = {isa = PBXBuildFile; fileRef = BE993BD2E6BEBFD55052375B /* DynamicCodableKit.docc */; };
24+
C93FA09D290D1F866642543D /* DynamicCodableKit.docc in Sources */ = {isa = PBXBuildFile; fileRef = E00B738014737286CF910CAC /* 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-
BE993BD2E6BEBFD55052375B /* DynamicCodableKit.docc */ = {isa = PBXFileReference; includeInIndex = 1; path = DynamicCodableKit.docc; sourceTree = "<group>"; };
80+
E00B738014737286CF910CAC /* 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-
BE993BD2E6BEBFD55052375B /* DynamicCodableKit.docc */,
163+
E00B738014737286CF910CAC /* 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-
77F6267D94E54ABAC41BC3F2 /* DynamicCodableKit.docc in Sources */,
546+
C93FA09D290D1F866642543D /* 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.0.0",
3+
"version": "1.1.0",
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)