Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #149 from famedly/release/v1.17.3
Browse files Browse the repository at this point in the history
build: Update changelog and readme for 1.7.3
  • Loading branch information
coder-with-a-bushido committed Jan 9, 2024
2 parents 0e92f86 + 67aebfa commit af5445a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit af5445a

Please sign in to comment.