Skip to content

Commit

Permalink
Patch version bump to release bug fixes for issues #142, #148 and a f…
Browse files Browse the repository at this point in the history
…ew other minor fixes. (#157)
  • Loading branch information
priyap286 committed Jun 7, 2021
1 parent 0ce559c commit 57efb5d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions guard-lambda/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cfn-guard-lambda"
version = "2.0.1"
version = "2.0.2"
authors = ["Diwakar Chakravarthy", "John Tompkins", "Omkar Hegde", "Priya Padmanaban", "aws-cloudformation-developers <aws-cloudformation-developers@amazon.com>"]
description = "Lambda version of cfn-guard. Checks JSON- or YAML- formatted structured data for policy compliance using a simple, policy-as-code, declarative syntax"
license = "Apache-2.0"
Expand All @@ -15,4 +15,4 @@ serde_derive = "1.0.92"
simple-error = "0.2.0"
simple_logger = "1.3.0"
log = "0.4.6"
cfn-guard = { version = "2.0.1", path = "../guard" }
cfn-guard = { version = "2.0.2", path = "../guard" }
2 changes: 1 addition & 1 deletion guard/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cfn-guard"
version = "2.0.1"
version = "2.0.2"
edition = "2018"
authors = ["Diwakar Chakravarthy", "John Tompkins", "Omkar Hegde", "Priya Padmanaban", "aws-cloudformation-developers <aws-cloudformation-developers@amazon.com>"]
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."
Expand Down

0 comments on commit 57efb5d

Please sign in to comment.