This is an automated email from the ASF dual-hosted git repository. mgrigorov pushed a commit to branch bump-version-to-0.20.0 in repository https://gitbox.apache.org/repos/asf/avro-rs.git
commit 74135a501fe8cdee173e7e4c43ffa8ea75a8bb81 Author: Martin Tzvetanov Grigorov <[email protected]> AuthorDate: Thu Jul 24 10:28:55 2025 +0300 chore: Set the version to 0.20.0 Signed-off-by: Martin Tzvetanov Grigorov <[email protected]> --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- avro/Cargo.toml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index aabf141..be8033f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -46,7 +46,7 @@ checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487" [[package]] name = "apache-avro" -version = "0.19.0" +version = "0.20.0" dependencies = [ "anyhow", "apache-avro-derive", @@ -84,7 +84,7 @@ dependencies = [ [[package]] name = "apache-avro-derive" -version = "0.19.0" +version = "0.20.0" dependencies = [ "apache-avro", "darling", @@ -98,7 +98,7 @@ dependencies = [ [[package]] name = "apache-avro-test-helper" -version = "0.19.0" +version = "0.20.0" dependencies = [ "anyhow", "better-panic", diff --git a/Cargo.toml b/Cargo.toml index 8592f50..3e15349 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ exclude = [ resolver = "2" [workspace.package] -version = "0.19.0" +version = "0.20.0" license = "Apache-2.0" repository = "https://github.com/apache/avro-rs" edition = "2024" diff --git a/avro/Cargo.toml b/avro/Cargo.toml index 1d98fb3..bae807f 100644 --- a/avro/Cargo.toml +++ b/avro/Cargo.toml @@ -53,7 +53,7 @@ harness = false name = "single" [dependencies] -apache-avro-derive = { default-features = false, version = "0.19.0", path = "../avro_derive", optional = true } +apache-avro-derive = { default-features = false, version = "0.20.0", path = "../avro_derive", optional = true } bigdecimal = { default-features = false, version = "0.4.8", features = ["std", "serde"] } bon = { default-features = false, version = "3.6.5" } bzip2 = { version = "0.6.0", optional = true } @@ -83,7 +83,7 @@ rand = { default-features = false, version = "0.9.2", features = ["default"] } [dev-dependencies] anyhow = { default-features = false, version = "1.0.98", features = ["std"] } -apache-avro-test-helper = { default-features = false, version = "0.19.0", path = "../avro_test_helper" } +apache-avro-test-helper = { default-features = false, version = "0.20.0", path = "../avro_test_helper" } criterion = { default-features = false, version = "0.6.0" } hex-literal = { default-features = false, version = "1.0.0" } md-5 = { default-features = false, version = "0.10.6" }
