From affdf032f1222678936a4233248b3db02487b52a Mon Sep 17 00:00:00 2001 From: Matthew Adams Date: Fri, 29 Nov 2024 10:14:53 +0000 Subject: [PATCH] Updated README and version. --- GitVersion.yml | 2 +- README.md | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/GitVersion.yml b/GitVersion.yml index 4f5b83413..211c0c9a9 100644 --- a/GitVersion.yml +++ b/GitVersion.yml @@ -20,5 +20,5 @@ branches: - feature - support - hotfix -next-version: "4.0" +next-version: "4.1" diff --git a/README.md b/README.md index 75c9ee01f..5b97c9cbc 100644 --- a/README.md +++ b/README.md @@ -404,6 +404,16 @@ Benchmark suites for various components. The Source Generator which generates types from Json Schema. +## V4.1 Updates + +### YAML support + +We now support YAML documents for the CLI tool. + +You can mix-and-match YAML and JSON documents in the same schema set, and the tool will generate code for either. + +Your JSON schema can be embedded in a YAML document (such as a YAML-based OpenAPI or AsyncAPI document), and you can resolve internal references just as with a JSON document. + ## V4.0 Updates There are a number of significant changes in this release