chore: Bump version to 1.6 to reflect spec update

This commit is contained in:
Nicolas Werner 2023-04-17 12:05:11 +02:00
parent d99bb05f47
commit ab0403657d
No known key found for this signature in database
2 changed files with 17 additions and 1 deletions

View File

@ -1,23 +1,37 @@
## [1.6.0] - 17th Apr 2023
This release updates to version 1.6 of the Matrix specification. Users might
need to update their read receipt calls to the API changes.
- feat: Upgrade to spec 1.6
## [1.1.10] - 27th Jan 2023 ## [1.1.10] - 27th Jan 2023
- chore: Update enhanced_enum to 0.2.4 - chore: Update enhanced_enum to 0.2.4
## [1.1.9] - 7th Nov 2022 ## [1.1.9] - 7th Nov 2022
- feat: Allow converting of stacktraces in logs - feat: Allow converting of stacktraces in logs
## [1.1.8] - 29th Aug 2022 ## [1.1.8] - 29th Aug 2022
- fix: Edge case where MatrixException.error differs from errcode - fix: Edge case where MatrixException.error differs from errcode
- chore: add pushrules to the event types - chore: add pushrules to the event types
## [1.1.7] - 29th Aug 2022 ## [1.1.7] - 29th Aug 2022
- fix: Parsing of MatrixException parameters - fix: Parsing of MatrixException parameters
## [1.1.6] - 26th Aug 2022 ## [1.1.6] - 26th Aug 2022
- fix: Fixed missing .pub-cache folder creation in .gitlab-ci.yml - fix: Fixed missing .pub-cache folder creation in .gitlab-ci.yml
## [1.1.5] - 25th Aug 2022 ## [1.1.5] - 25th Aug 2022
- fix: Fixed dysfunctional key-verification (Emoji+manual) - fix: Fixed dysfunctional key-verification (Emoji+manual)
## [1.1.4] - 25th Aug 2022 ## [1.1.4] - 25th Aug 2022
- Revert "fix: Secret storage keys are used as account data but are not uri encoded" - Revert "fix: Secret storage keys are used as account data but are not uri encoded"
- chore: disable dynamic calls (Nicolas Werner) - chore: disable dynamic calls (Nicolas Werner)
- chore: export filter map extension (Nicolas Werner) - chore: export filter map extension (Nicolas Werner)
@ -27,10 +41,12 @@
- chore: upgrade from pedantic to lints (Nicolas Werner) - chore: upgrade from pedantic to lints (Nicolas Werner)
## [1.1.3] - 2nd Aug 2022 ## [1.1.3] - 2nd Aug 2022
- fix: Secret storage keys are used as account data but are not uri encoded - fix: Secret storage keys are used as account data but are not uri encoded
- chore: export filter map extension - chore: export filter map extension
## [1.1.2] - 2nd Aug 2022 ## [1.1.2] - 2nd Aug 2022
- feat: Add a flag to disable colors in logs - feat: Add a flag to disable colors in logs
## 1.1.1 ## 1.1.1

View File

@ -1,6 +1,6 @@
name: matrix_api_lite name: matrix_api_lite
description: Dead simple data model for the matrix.org client-server API. description: Dead simple data model for the matrix.org client-server API.
version: 1.1.10 version: 1.6.0
homepage: https://famedly.com homepage: https://famedly.com
repository: https://gitlab.com/famedly/company/frontend/libraries/matrix_api_lite/ repository: https://gitlab.com/famedly/company/frontend/libraries/matrix_api_lite/
issues: https://gitlab.com/famedly/company/frontend/libraries/matrix_api_lite/-/issues issues: https://gitlab.com/famedly/company/frontend/libraries/matrix_api_lite/-/issues