Skip to content

Commit 146492f

Browse files
chore(main): release 2.0.0-preview9
1 parent 4f7c5aa commit 146492f

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.0.0-preview8"
2+
".": "2.0.0-preview9"
33
}

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## [2.0.0-preview9](https://github.com/microsoft/OpenAPI.NET.OData/compare/v2.0.0-preview8...v2.0.0-preview9) (2025-02-12)
4+
5+
6+
### Features
7+
8+
* adds support for open API 3.1 ([6fbcebc](https://github.com/microsoft/OpenAPI.NET.OData/commit/6fbcebc21da90f98ebed1c59049b343f1a03db76))
9+
10+
11+
### Bug Fixes
12+
13+
* adds missing cancellation token parameter ([471f1ac](https://github.com/microsoft/OpenAPI.NET.OData/commit/471f1accda3192609f2a691572678d43e92d2e05))
14+
* do not emit integer as it's invalid OAS ([95058a2](https://github.com/microsoft/OpenAPI.NET.OData/commit/95058a2ec66d68febb5a7980b5af5ded492d8fdc))
15+
* net8.0 moniker ([3f440c7](https://github.com/microsoft/OpenAPI.NET.OData/commit/3f440c7210f65a459016367946cd33b88ea83b76))
16+
* nullable information for number types ([83aaf31](https://github.com/microsoft/OpenAPI.NET.OData/commit/83aaf31a939449cf27cfb49b67993e42b3a65baa))
17+
* removes duplicated package reference ([4f7c5aa](https://github.com/microsoft/OpenAPI.NET.OData/commit/4f7c5aadd950964d7a0d23a49a5edf2fd89da7fe))
18+
* removes duplicated package reference ([42957e3](https://github.com/microsoft/OpenAPI.NET.OData/commit/42957e3091dce37c610f5ea1ec49d3ae2d2c8690))
19+
* replaces calls to extension method by property ([003ed26](https://github.com/microsoft/OpenAPI.NET.OData/commit/003ed26d930afdcc4c6d8e5b5b340832ae03008e))
20+
* target OAS versions ([861cf42](https://github.com/microsoft/OpenAPI.NET.OData/commit/861cf42e62ac51295af1d0588a7fdaab8e9b8478))
21+
* wrong dependency for tasks analysis ([af3c6db](https://github.com/microsoft/OpenAPI.NET.OData/commit/af3c6db9647afdb3648bcec39c86adf7b04727ed))
22+
* wrong dependency for tasks analysis ([20c9860](https://github.com/microsoft/OpenAPI.NET.OData/commit/20c98605f1292374c46377c94dc388d13103a458))
23+
324
## [2.0.0-preview8](https://github.com/microsoft/openapi.net.odata/compare/v2.0.0-preview7...v2.0.0-preview8) (2025-02-11)
425

526

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<PackageProjectUrl>https://github.com/Microsoft/OpenAPI.NET.OData</PackageProjectUrl>
1414
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
1515
<PackageTags>Microsoft OpenApi OData EDM</PackageTags>
16-
<Version>2.0.0-preview8</Version>
16+
<Version>2.0.0-preview9</Version>
1717
</PropertyGroup>
1818
<!-- https://github.com/clairernovotny/DeterministicBuilds#deterministic-builds -->
1919
<PropertyGroup Condition="'$(TF_BUILD)' == 'true'">

0 commit comments

Comments
 (0)