diff --git a/CHANGELOG.md b/CHANGELOG.md index a2f9ff8..c6512db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ All notable changes to the "crates" extension will be documented in this file. - Buggy rendering for parameterized dependencies [#52](https://github.com/serayuzgur/crates/issues/52) - ^ versions handled incorrectly [#39](https://github.com/serayuzgur/crates/issues/39) - Splitting vscode package into @types/vscode and vscode-test [#57](https://github.com/serayuzgur/crates/issues/57) +- Uppercase key seems to be causing an error [#56](https://github.com/serayuzgur/crates/issues/56) ## 0.4.3 diff --git a/package.json b/package.json index 815cc5b..765b0e6 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "crates", "displayName": "crates", "description": "Helps Rust developers managing dependencies with Cargo.toml. Only works with dependencies from crates.io.", - "version": "0.4.3", + "version": "0.4.4", "publisher": "serayuzgur", "author": { "name": "serayuzgur",