diff --git a/CHANGELOG.md b/CHANGELOG.md index a0712a7..7b1fdf3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.1.1 + +- Upsert uploaders into DB when uploading packages +- Fix crashes of unpub when empty list of versions of a package is returned + ## 0.1.0 - Initial version. diff --git a/pubspec.yaml b/pubspec.yaml index f0cca24..bf45b40 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: unpub_sqlite description: Implementation of a unpub's `MetaStore` for a SQLite databases -version: 0.1.0 +version: 0.1.1 repository: https://github.com/marianhlavac/unpub_sqlite environment: