Merge pull request #1783 from famedly/release/v0.28.1

chore: release v0.28.1
This commit is contained in:
td 2024-04-30 18:08:50 +05:30 committed by GitHub
commit d90178d8f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 12 additions and 2 deletions

View File

@ -27,7 +27,7 @@ jobs:
version=$(echo ${{ github.ref_name }} | sed 's/^v//') version=$(echo ${{ github.ref_name }} | sed 's/^v//')
releaseRegex="^v[0-9]+\.[0-9]+\.[0-9]+$" releaseRegex="^v[0-9]+\.[0-9]+\.[0-9]+$"
releaseCandidateRegex="^v[0-9]+\.[0-9]+\.[0-9]+rc[0-9]+$" releaseCandidateRegex="^v[0-9]+\.[0-9]+\.[0-9]+rc[0-9]+$"
notes="$(./scripts/extract_changelog.sh $version)" notes=$(./scripts/extract_changelog.sh $version)
if [ -z $notes ]; then if [ -z $notes ]; then
if [[ ${{ github.ref_name }} =~ $releaseRegex ]]; then if [[ ${{ github.ref_name }} =~ $releaseRegex ]]; then
gh release create ${{ github.ref_name }} --notes $notes -t ${{ github.ref_name }} --verify-tag gh release create ${{ github.ref_name }} --notes $notes -t ${{ github.ref_name }} --verify-tag

View File

@ -1,3 +1,13 @@
## [0.28.1] 30th April 2024
- chore: expose fake matrix api (td)
- chore: update voip readme (td)
- fix: allow mesh group call invite (td)
- fix: checkout repo for gh_release job (td)
- fix: conduit container (td)
- fix: Don't fail sync if a presence event has an empty presence field (morguldir)
- fix: Fetch invite state after restart app (krille-chan)
- refactor: Remove unused variable (Krille)
## [0.28.0] 23rd April 2024 ## [0.28.0] 23rd April 2024
This release introduces the new famedly calls, it brings 1:1, mesh and livekit calls support to the matrix dart sdk, read more at: [voip docs](lib/src/voip/README.md) This release introduces the new famedly calls, it brings 1:1, mesh and livekit calls support to the matrix dart sdk, read more at: [voip docs](lib/src/voip/README.md)

View File

@ -1,6 +1,6 @@
name: matrix name: matrix
description: Matrix Dart SDK description: Matrix Dart SDK
version: 0.28.0 version: 0.28.1
homepage: https://famedly.com homepage: https://famedly.com
repository: https://github.com/famedly/matrix-dart-sdk.git repository: https://github.com/famedly/matrix-dart-sdk.git
issue_tracker: https://github.com/famedly/matrix-dart-sdk/issues issue_tracker: https://github.com/famedly/matrix-dart-sdk/issues