From c7d182a0a7925b5ceb657d093ac2f33bd1390c3d Mon Sep 17 00:00:00 2001 From: Krille Fear Date: Fri, 26 Nov 2021 07:23:02 +0000 Subject: [PATCH] chore: Bump version --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1ccc41d..799b3f26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.5.2 +- feat: Colored logs on native and web +- chore: Make some tryGet errors verbose and display line + ## 0.5.1 - feat: Add constructors to SyncUpdate classes diff --git a/pubspec.yaml b/pubspec.yaml index ef5aa3dd..3e7d6b78 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: 0.5.1 +version: 0.5.2 homepage: https://famedly.com repository: https://gitlab.com/famedly/company/frontend/libraries/matrix_api_lite/ issues: https://gitlab.com/famedly/company/frontend/libraries/matrix_api_lite/-/issues