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