Skip to content

Commit

Permalink
chore(release): bump release to v0.3.0 (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
fvaleye committed Jan 3, 2025
1 parent abee283 commit 6b0ee16
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion python/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "metadata_guardian-python"
version = "0.2.7"
version = "0.3.0"
authors = ["Florian Valeye <fvaleye@github.com>"]
homepage = "https://fvaleye.github.io/metadata-guardian/python"
license = "Apache-2.0"
Expand Down

0 comments on commit 6b0ee16

Please sign in to comment.