From 21b0ae9b716dc621c78c2874e4b8f1e8e7ec3803 Mon Sep 17 00:00:00 2001 From: Jasper Bekkers Date: Fri, 2 Jun 2023 15:30:25 +0200 Subject: [PATCH] Release 0.2.1 --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b920742..d828738 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vdb-rs" -version = "0.2.0" +version = "0.2.1" edition = "2021" authors = ["Traverse-Research "] description = "OpenVDB manipulation library." diff --git a/README.md b/README.md index 15cb889..81812d6 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Add this to your `Cargo.toml`: ```toml [dependencies] -vdb-rs = "0.2.0" +vdb-rs = "0.2.1" ``` This crate currently only supports VDB reading and parsing of a relatively large section of the VDB test assets, while it currently