From a13541407e2db434432fbe993273a192a9c94333 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 16:33:49 +0200 Subject: [PATCH] Release v1.3.0 (#70) This PR was created by the [Changie release GitHub action](https://github.com/labd/changie-release-action). When you're ready to do a release, you can merge this and the tag v1.3.0 will be created and the release.yaml workflow will be started. If you're not ready to do a release yet, that's fine, whenever you add more changes to main, this PR will be updated. # Releases ## v1.3.0 - 2024-06-19 ### Added * add support for `filter_content_type` in component schema Co-authored-by: pvaneveld --- .changes/unreleased/Added-20240619-135711.yaml | 3 --- .changes/v1.3.0.md | 3 +++ CHANGELOG.md | 4 ++++ 3 files changed, 7 insertions(+), 3 deletions(-) delete mode 100644 .changes/unreleased/Added-20240619-135711.yaml create mode 100644 .changes/v1.3.0.md diff --git a/.changes/unreleased/Added-20240619-135711.yaml b/.changes/unreleased/Added-20240619-135711.yaml deleted file mode 100644 index a47fd04..0000000 --- a/.changes/unreleased/Added-20240619-135711.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Added -body: add support for `filter_content_type` in component schema -time: 2024-06-19T13:57:11.470215+02:00 diff --git a/.changes/v1.3.0.md b/.changes/v1.3.0.md new file mode 100644 index 0000000..d463280 --- /dev/null +++ b/.changes/v1.3.0.md @@ -0,0 +1,3 @@ +## v1.3.0 - 2024-06-19 +### Added +* add support for `filter_content_type` in component schema diff --git a/CHANGELOG.md b/CHANGELOG.md index 23104a5..196bf91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## v1.3.0 - 2024-06-19 +### Added +* add support for `filter_content_type` in component schema + ## v1.2.2 - 2024-05-21 ### Fixed * add support for min and max options