Skip to content

Commit

Permalink
Merge pull request #585 from flavio/release-0.19.6
Browse files Browse the repository at this point in the history
Prepare 0.19.6 release
  • Loading branch information
flavio authored Dec 13, 2024
2 parents 7816d45 + d6d6238 commit b0eeb5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors = [
]
edition = "2021"
name = "policy-evaluator"
version = "0.19.5"
version = "0.19.6"

[workspace]
members = ["crates/burrego"]
Expand Down Expand Up @@ -36,7 +36,7 @@ picky = { version = "7.0.0-rc.8", default-features = false, features = [
"chrono_conversion",
"x509",
] }
policy-fetcher = { git = "https://github.com/kubewarden/policy-fetcher", tag = "v0.8.12" }
policy-fetcher = { git = "https://github.com/kubewarden/policy-fetcher", tag = "v0.8.13" }
semver = { version = "1.0.22", features = ["serde"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
Expand Down

0 comments on commit b0eeb5c

Please sign in to comment.