Skip to content

Commit 0c2d130

Browse files
panesofglassclaude
andcommitted
chore: bump version to 3.0.1
- Update version in src/Directory.Build.props to 3.0.1 - Add release notes for 3.0.1 with recursive type serialization fixes Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 24ae703 commit 0c2d130

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

RELEASE_NOTES.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
### FSharp.Data.JsonSchema.NJsonSchema 3.0.1
2+
3+
* Fix recursive type serialization for self-referential types with nullable fields
4+
* Fix NJsonSchemaTranslator to properly handle Ref("#") in nullable contexts
5+
6+
### FSharp.Data.JsonSchema.Core 3.0.1
7+
8+
* No changes (version bump for consistency)
9+
10+
### FSharp.Data.JsonSchema.OpenApi 3.0.1
11+
12+
* No changes (version bump for consistency)
13+
114
### FSharp.Data.JsonSchema.NJsonSchema 3.0.0
215

316
* **New Package**: Renamed from FSharp.Data.JsonSchema (this is now the go-forward package name)

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<VersionPrefix>2.1.2</VersionPrefix>
3+
<VersionPrefix>3.0.1</VersionPrefix>
44
<Version>$(Version)</Version>
55
<Owners>Ryan Riley</Owners>
66
<Authors>Ryan Riley</Authors>

0 commit comments

Comments
 (0)