Skip to content

Commit 8dded11

Browse files
committed
chore(CHANGELOG): update for v1.3.0 [skip ci]
1 parent 73f3539 commit 8dded11

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## [1.3.0](https://github.com/SwiftyLab/MetaCodable/compare/v1.2.1...v1.3.0) (2024-02-29)
2+
3+
4+
### 🚀 Features
5+
6+
* added CocoaPods support ([#1](https://github.com/SwiftyLab/MetaCodable/issues/1)) ([377a87e](https://github.com/SwiftyLab/MetaCodable/commit/377a87e04b6b33f83e4e7e36d68fc3e48a311e81))
7+
* added protocol plugin support for Xcode targets ([#58](https://github.com/SwiftyLab/MetaCodable/issues/58)) ([5cc5919](https://github.com/SwiftyLab/MetaCodable/commit/5cc59195b3dd9ce3d8c14a20f047f5f9204ecd1a))
8+
9+
10+
### 🐛 Fixes
11+
12+
* fixed duplicate `CodingKey`s generated ([#63](https://github.com/SwiftyLab/MetaCodable/issues/63)) ([73c5d1e](https://github.com/SwiftyLab/MetaCodable/commit/73c5d1ec7057aeae18cfcb1f733f5a021dfe7cb6))
13+
14+
15+
### 📚 Documentation
16+
17+
* added tutorials for helper and dynamic decoding/encoding ([#64](https://github.com/SwiftyLab/MetaCodable/issues/64)) ([3f87100](https://github.com/SwiftyLab/MetaCodable/commit/3f8710048fc5ce8b83a244d95bbfca188b8d0a77))
18+
119
## [1.2.1](https://github.com/SwiftyLab/MetaCodable/compare/v1.2.0...v1.2.1) (2024-01-10)
220

321

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "MetaCodable",
3-
"version": "1.2.1",
3+
"version": "1.3.0",
44
"summary": "Supercharge Swift's Codable implementations with macros.",
55
"description": "MetaCodable exposes custom macros which can be used to generate dynamic Codable implementations.",
66
"homepage": "https://github.com/SwiftyLab/MetaCodable",

0 commit comments

Comments
 (0)