Skip to content

Commit a86edf4

Browse files
committed
Bump to 0.3.0
1 parent bbcc320 commit a86edf4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/CodecMapper/CodecMapper.fsproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
<TargetFramework>net10.0</TargetFramework>
55
<GenerateDocumentationFile>true</GenerateDocumentationFile>
66
<PackageId>CodecMapper</PackageId>
7-
<Version>0.2.0</Version>
7+
<Version>0.3.0</Version>
88
<Authors>Adam Davies</Authors>
99
<Description>Schema-first, type-safe JSON and XML codecs for F# with Native AOT and Fable support.</Description>
1010
<PackageProjectUrl>https://adz.github.io/CodecMapper/</PackageProjectUrl>
1111
<RepositoryUrl>https://github.com/adz/CodecMapper</RepositoryUrl>
1212
<RepositoryType>git</RepositoryType>
1313
<PackageReadmeFile>README.md</PackageReadmeFile>
1414
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
15-
<PackageReleaseNotes>Added file-split core source layout, compile aliases and validated schema helpers, path-aware decode diagnostics, common contract-pattern docs, property-based codec law coverage, and repeatable benchmark hot-path profiling.</PackageReleaseNotes>
15+
<PackageReleaseNotes>Added authored tagged unions and recursive unions across JSON, XML, YAML, and KeyValue; JSON Schema export for tagged unions and string enums; inline union, string enum, and message envelope helpers; refreshed docs, compatibility coverage, and benchmark snapshots.</PackageReleaseNotes>
1616
<PackageTags>fsharp;json;xml;serialization;deserialization;codec;schema-first;type-safe;fable;fable-javascript;native-aot;data-contract;json-schema</PackageTags>
1717
</PropertyGroup>
1818

0 commit comments

Comments
 (0)