From f401669697ffcbe7f34cbfd09fd57b93d5df734c Mon Sep 17 00:00:00 2001 From: Cameron Bytheway Date: Mon, 4 Mar 2024 13:16:08 -0700 Subject: [PATCH] chore: bump versions for release (#207) --- bin/cargo-bolero/Cargo.toml | 2 +- lib/bolero-engine/Cargo.toml | 2 +- lib/bolero-generator/Cargo.toml | 2 +- lib/bolero/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/cargo-bolero/Cargo.toml b/bin/cargo-bolero/Cargo.toml index 6e1be647..8e808fef 100644 --- a/bin/cargo-bolero/Cargo.toml +++ b/bin/cargo-bolero/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-bolero" -version = "0.10.0" +version = "0.10.1" authors = ["Cameron Bytheway "] description = "cargo command for running bolero fuzz tests" homepage = "https://github.com/camshaft/bolero" diff --git a/lib/bolero-engine/Cargo.toml b/lib/bolero-engine/Cargo.toml index b8c01a1b..96f1ad3f 100644 --- a/lib/bolero-engine/Cargo.toml +++ b/lib/bolero-engine/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bolero-engine" -version = "0.10.0" +version = "0.10.2" authors = ["Cameron Bytheway "] description = "fuzz and property testing framework" homepage = "https://github.com/camshaft/bolero" diff --git a/lib/bolero-generator/Cargo.toml b/lib/bolero-generator/Cargo.toml index 8d32c398..38d0fa3f 100644 --- a/lib/bolero-generator/Cargo.toml +++ b/lib/bolero-generator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bolero-generator" -version = "0.10.1" +version = "0.10.2" authors = ["Cameron Bytheway "] description = "value generator for testing and fuzzing" homepage = "https://github.com/camshaft/bolero" diff --git a/lib/bolero/Cargo.toml b/lib/bolero/Cargo.toml index c10410ba..11bb9dfb 100644 --- a/lib/bolero/Cargo.toml +++ b/lib/bolero/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bolero" -version = "0.10.0" +version = "0.10.1" authors = ["Cameron Bytheway "] description = "fuzz and property testing front-end" homepage = "https://github.com/camshaft/bolero"