From 26dbb68257f56e24581a22df113c8c5c31eecc26 Mon Sep 17 00:00:00 2001 From: Andrew Lock Date: Fri, 14 Jun 2024 21:08:11 +0100 Subject: [PATCH] Bump version (#161) * Update .DotSettings * Bump version * Fix mac build cc https://github.com/andrewlock/NetEscapades.EnumGenerators/pull/81 --- .github/workflows/BuildAndPack.yml | 4 ++-- CHANGELOG.md | 10 ++++++++++ build/_build.csproj.DotSettings | 5 ++++- releasenotes.props | 6 +++++- version.props | 2 +- 5 files changed, 22 insertions(+), 5 deletions(-) diff --git a/.github/workflows/BuildAndPack.yml b/.github/workflows/BuildAndPack.yml index beae6f2..5294b52 100644 --- a/.github/workflows/BuildAndPack.yml +++ b/.github/workflows/BuildAndPack.yml @@ -85,8 +85,8 @@ jobs: name: artifacts path: artifacts macOS-latest: - name: macOS-latest - runs-on: macOS-latest + name: macos-13 # latest is arm64, and it breaks a bunch of stuff + runs-on: macos-13 # latest is arm64, and it breaks a bunch of stuff steps: - uses: actions/checkout@v1 - name: Setup dotnet diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d69199..8fad21b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [v0.22.0] + +Features: + +* Add support for `Cross-Origin-Embedder-Policy: credentialless` #153 (Thanks [RaceProUK](https://github.com/RaceProUK)!) + +Bugfix: + +* Fix documentation errors in `StyleSourceAttr` and `StyleSourceElem` directives #152 (Thanks [ThomasBjallas](https://github.com/ThomasBjallas)!) + ## [v0.21.0] Features: diff --git a/build/_build.csproj.DotSettings b/build/_build.csproj.DotSettings index 7bc2848..337271d 100644 --- a/build/_build.csproj.DotSettings +++ b/build/_build.csproj.DotSettings @@ -16,6 +16,8 @@ False <Policy Inspect="True" Prefix="" Suffix="" Style="AaBb" /> <Policy Inspect="True" Prefix="" Suffix="" Style="AaBb" /> + <Policy><Descriptor Staticness="Instance" AccessRightKinds="Private" Description="Instance fields (private)"><ElementKinds><Kind Name="FIELD" /><Kind Name="READONLY_FIELD" /></ElementKinds></Descriptor><Policy Inspect="True" Prefix="" Suffix="" Style="AaBb" /></Policy> + <Policy><Descriptor Staticness="Static" AccessRightKinds="Private" Description="Static fields (private)"><ElementKinds><Kind Name="FIELD" /></ElementKinds></Descriptor><Policy Inspect="True" Prefix="" Suffix="" Style="AaBb" /></Policy> True True True @@ -24,4 +26,5 @@ True True True - True + True + True diff --git a/releasenotes.props b/releasenotes.props index 2a2c79d..b14a42a 100644 --- a/releasenotes.props +++ b/releasenotes.props @@ -4,7 +4,11 @@ diff --git a/version.props b/version.props index 9c8ab70..8e859c0 100644 --- a/version.props +++ b/version.props @@ -1,5 +1,5 @@ - 0.21.0 + 0.22.0 \ No newline at end of file