From f146fc083a2df19da555b1c976ed8cd6b5498748 Mon Sep 17 00:00:00 2001 From: Jasper Bekkers Date: Thu, 4 Jan 2024 14:11:36 +0100 Subject: [PATCH] Release 0.6.0 --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4eef054..0f0b018 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vdb-rs" -version = "0.5.0" +version = "0.6.0" edition = "2021" authors = ["Traverse-Research "] description = "OpenVDB manipulation library." diff --git a/README.md b/README.md index 6ee6f35..630f9df 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Add this to your `Cargo.toml`: ```toml [dependencies] -vdb-rs = "0.5.0" +vdb-rs = "0.6.0" ``` This crate currently only supports VDB reading and parsing of a relatively large section of the VDB test assets, while it currently