diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..25a4685 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,3 @@ +# Version 1.0.1 (2024-03-21) + +This release merely fixes some documentation errors. diff --git a/Cargo.toml b/Cargo.toml index 079a598..088f81c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "slabbin" -version = "1.0.0" +version = "1.0.1" edition = "2021" authors = ["marc0246 <40955683+marc0246@users.noreply.github.com>"] repository = "https://github.com/vulkano-rs/slabbin"