diff --git a/CHANGELOG.md b/CHANGELOG.md index 4484447..11dfec7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## [1.7.3] - 9th Jan 2023 +Mark package as discontinued. + ## [1.7.2] - 4th Oct 2023 - chore: add general and publish ci (td) diff --git a/README.md b/README.md index 59a5371..3fa7bdb 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +# Deprecation Notice: + +This package will soon be merged with the [Matrix Dart SDK](https://pub.dev/packages/matrix) and from there be available as a library, not a stand alone package anymore. We hope that this will save us some overhead when maintaining the code. If you rely on this package as stand alone and importing the whole Matrix Dart SDK just to use this library is not an option for you, please open an issue here: https://github.com/famedly/dart_matrix_api_lite/issues + # Matrix API Lite This package is a dead simple data model over the client-server specification of https://matrix.org and is mostly used as a base for a more complete Matrix SDK. diff --git a/pubspec.yaml b/pubspec.yaml index 9d51305..6f80e07 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix_api_lite description: Dead simple data model for the matrix.org client-server API. -version: 1.7.2 +version: 1.7.3 homepage: https://famedly.com repository: https://github.com/famedly/dart_matrix_api_lite issues: https://github.com/famedly/dart_matrix_api_lite/issues