From 6b0ee166fb9a0189d56fc8b2edb4cac1ad823ba2 Mon Sep 17 00:00:00 2001 From: Florian Valeye Date: Fri, 3 Jan 2025 15:47:26 +0100 Subject: [PATCH] chore(release): bump release to v0.3.0 (#171) --- .github/workflows/release.yml | 10 +++++----- Cargo.lock | 2 +- python/Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9024893..ba78fdd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,16 +30,16 @@ jobs: fail-fast: false matrix: os: - - macOS-12 - macOS-13 - - windows-2019 + - macOS-14 + - windows-2022 include: - target: x86_64-apple-darwin - os: macOS-12 - - target: aarch64-apple-darwin os: macOS-13 + - target: aarch64-apple-darwin + os: macOS-14 - target: x86_64-pc-windows-msvc - os: windows-2019 + os: windows-2022 runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3 diff --git a/Cargo.lock b/Cargo.lock index 769170d..6ca6084 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1105,7 +1105,7 @@ dependencies = [ [[package]] name = "metadata_guardian-python" -version = "0.2.7" +version = "0.3.0" dependencies = [ "env_logger", "metadata_guardian", diff --git a/python/Cargo.toml b/python/Cargo.toml index 913193b..87938f9 100644 --- a/python/Cargo.toml +++ b/python/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "metadata_guardian-python" -version = "0.2.7" +version = "0.3.0" authors = ["Florian Valeye "] homepage = "https://fvaleye.github.io/metadata-guardian/python" license = "Apache-2.0"