Skip to content

Commit a2f441f

Browse files
bumping up versions for all packages to 3.1.0-beta (#474)
1 parent afcff2c commit a2f441f

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ Check `help` to see if it is working.
243243

244244
```bash
245245
$ cfn-guard help
246-
cfn-guard 3.0.3
246+
cfn-guard 3.1.0-beta
247247

248248
Guard is a general-purpose tool that provides a simple declarative syntax to define
249249
policy-as-code as rules to validate against any structured hierarchical data (like JSON/YAML).

guard-ffi/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cfn-guard-ffi"
3-
version = "3.0.3"
3+
version = "3.1.0-beta"
44
edition = "2018"
55
authors = ["Diwakar Chakravarthy", "John Tompkins", "Omkar Hegde", "Priya Padmanaban", "aws-cloudformation-developers <aws-cloudformation-developers@amazon.com>", "Tyler Southwick"]
66
description = "AWS CloudFormation Guard is an open-source general-purpose policy-as-code evaluation tool. It provides developers with a simple-to-use, yet powerful and expressive domain-specific language (DSL) to define policies and enables developers to validate JSON- or YAML- formatted structured data with those policies."
@@ -14,5 +14,5 @@ keywords = ["policy-as-code", "guard", "cfn-guard", "security", "compliance"]
1414
crate-type = ["rlib", "dylib"]
1515

1616
[dependencies]
17-
cfn-guard = { version = "3.0.3", path = "../guard" }
17+
cfn-guard = { version = "3.1.0-beta", path = "../guard" }
1818
ffi-support = "0.4.4"

guard-lambda/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cfn-guard-lambda"
3-
version = "3.0.3"
3+
version = "3.1.0-beta"
44
authors = ["Diwakar Chakravarthy", "John Tompkins", "Omkar Hegde", "Priya Padmanaban",
55
"Bryan Ayala", "Kexiang Wang", "Akshay Rane", "Josh Fried", "aws-cloudformation-developers <aws-cloudformation-developers@amazon.com>"]
66
description = "Lambda version of cfn-guard. Checks JSON- or YAML- formatted structured data for policy compliance using a simple, policy-as-code, declarative syntax"
@@ -17,4 +17,4 @@ serde_derive = "1.0.92"
1717
simple_logger = "4.0.0"
1818
log = "0.4.6"
1919
tokio = "1.24.2"
20-
cfn-guard = { version = "3.0.3", path = "../guard" }
20+
cfn-guard = { version = "3.1.0-beta", path = "../guard" }

guard/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cfn-guard"
3-
version = "3.0.3"
3+
version = "3.1.0-beta"
44
edition = "2018"
55
authors = ["Diwakar Chakravarthy", "John Tompkins", "Omkar Hegde", "Priya Padmanaban",
66
"Bryan Ayala", "Kexiang Wang", "Akshay Rane", "Tyler Southwick", "Josh Fried", "aws-cloudformation-developers <aws-cloudformation-developers@amazon.com>"]

guard/resources/validate/output-dir/structured.sarif

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"tool": {
77
"driver": {
88
"name": "cfn-guard",
9-
"semanticVersion": "3.0.3",
10-
"fullName": "cfn-guard 3.0.3",
9+
"semanticVersion": "3.1.0-beta",
10+
"fullName": "cfn-guard 3.1.0-beta",
1111
"organization": "Amazon Web Services",
1212
"downloadUri": "https://github.com/aws-cloudformation/cloudformation-guard",
1313
"informationUri": "https://github.com/aws-cloudformation/cloudformation-guard",

0 commit comments

Comments
 (0)