Skip to content

Commit

Permalink
Set version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
albertlarsan68 committed May 16, 2022
1 parent 3cdb77c commit c620a46
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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/
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit c620a46

Please sign in to comment.