diff --git a/CHANGELOG.md b/CHANGELOG.md index d4e396a..21de0b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.0.0] - 2022-05-16 + ### !!!⚠️!!! BREAKING CHANGE - Now, there is no difference between single file and diretories storage, all saves as `.qs` files. @@ -22,4 +24,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [Unreleased]: https://github.com/AL68-co/quick-storer/compare/v1.0.0...HEAD +[2.0.0]: https://github.com/AL68-co/quick-storer/compare/v1.0.0...v2.0.0/ [1.0.0]: https://github.com/AL68-co/quick-storer/compare/645da28fdb2578dd9d9b23efcb7c7de18edbb8ec...v1.0.0/ \ No newline at end of file diff --git a/Cargo.lock b/Cargo.lock index a0584b8..0405a59 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -471,16 +471,16 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.37" +version = "1.0.38" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec757218438d5fda206afc041538b2f6d889286160d649a86a24d37e1235afd1" +checksum = "9027b48e9d4c9175fa2218adf3557f91c1137021739951d4932f5f8268ac48aa" dependencies = [ "unicode-xid", ] [[package]] name = "quick-storer" -version = "1.1.0" +version = "2.0.0" dependencies = [ "image", "lazy_static", @@ -608,9 +608,9 @@ checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601" [[package]] name = "syn" -version = "1.0.92" +version = "1.0.94" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ff7c592601f11445996a06f8ad0c27f094a58857c2f89e97974ab9235b92c52" +checksum = "a07e33e919ebcd69113d5be0e4d70c5707004ff45188910106854f38b960df4a" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index cdce839..bb98742 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quick-storer" -version = "1.1.0" +version = "2.0.0" edition = "2021" authors = ["AlbertLarsan68"] license = "MIT OR Apache-2.0"