From 2db30eee79b07f0411e6526fd059a45b2bf309b3 Mon Sep 17 00:00:00 2001 From: Vladimir Ulogov Date: Sat, 16 Nov 2024 00:09:44 -0700 Subject: [PATCH] Dev #103 --- Cargo.toml | 2 +- Documentation/RELEASE_NOTES_0.35.0.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 Documentation/RELEASE_NOTES_0.35.0.md diff --git a/Cargo.toml b/Cargo.toml index 124db56..5121fa9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rust_dynamic" description = "Support for dynamically-typed values in run-time" -version = "0.34.0" +version = "0.35.0" edition = "2021" license-file = "LICENSE" repository = "https://github.com/vulogov/rust_dynamic" diff --git a/Documentation/RELEASE_NOTES_0.35.0.md b/Documentation/RELEASE_NOTES_0.35.0.md new file mode 100644 index 0000000..25b7f08 --- /dev/null +++ b/Documentation/RELEASE_NOTES_0.35.0.md @@ -0,0 +1 @@ +# What's new in 0.35.0