Skip to content

Commit c2a6cc9

Browse files
committed
chore(CHANGELOG): update for v1.6.0 [skip ci]
1 parent 0c0c773 commit c2a6cc9

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [1.6.0](https://github.com/SwiftyLab/MetaCodable/compare/v1.5.0...v1.6.0) (2026-01-20)
2+
3+
4+
### 🚀 Features
5+
6+
* added support for `RawRepresentable` enum conformance generation ([#147](https://github.com/SwiftyLab/MetaCodable/issues/147)) ([46cb009](https://github.com/SwiftyLab/MetaCodable/commit/46cb009664047db495f92c30bd9b988832f51806))
7+
* added support for specifying arbitrary primitive enum case values ([#144](https://github.com/SwiftyLab/MetaCodable/issues/144)) ([8e3a24f](https://github.com/SwiftyLab/MetaCodable/commit/8e3a24f6c3ed20fa21ca89322e2317389061e71a))
8+
9+
10+
### 🐛 Fixes
11+
12+
* fixed optional types not detected with `valueCoder` strategy ([#141](https://github.com/SwiftyLab/MetaCodable/issues/141)) ([5873c3e](https://github.com/SwiftyLab/MetaCodable/commit/5873c3e33ab98e61c06304bfc2a2c93ab199d65d))
13+
114
## [1.5.0](https://github.com/SwiftyLab/MetaCodable/compare/v1.4.0...v1.5.0) (2025-07-08)
215

316

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.5.0",
3+
"version": "1.6.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)