From a832ef01c016a36ba648a20cf47eb5c6acb7539c Mon Sep 17 00:00:00 2001 From: Jasper Bekkers Date: Thu, 6 Apr 2023 15:58:50 +0200 Subject: [PATCH] Release 0.2.0 --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 420427c..9a87246 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vdb-rs" -version = "0.1.0" +version = "0.2.0" edition = "2021" authors = ["Traverse-Research "] description = "OpenVDB manipulation library." diff --git a/README.md b/README.md index 27b5b3d..15cb889 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Add this to your `Cargo.toml`: ```toml [dependencies] -vdb-rs = "0.1.0" +vdb-rs = "0.2.0" ``` This crate currently only supports VDB reading and parsing of a relatively large section of the VDB test assets, while it currently