Skip to content

Commit ac4f9f5

Browse files
authored
release: 1.0.1. (#508)
* release: 1.0.1. * ci.
1 parent 4e8e03f commit ac4f9f5

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

.github/workflows/dart.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: Build
33

44
on:
55
push:
6-
branches: [ master ]
6+
branches: [ main ]
77
pull_request:
8-
branches: [ master ]
8+
branches: [ main ]
99

1010
jobs:
1111
test:

.github/workflows/publish.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
run: flutter analyze
2424
- name: Dart Test Check
2525
run: flutter test
26-
#- name: Check Publish Warnings
27-
# run: dart pub publish --dry-run
26+
- name: Check Publish Warnings
27+
run: dart pub publish --dry-run
2828
- name: Publish
2929
uses: k-paxian/dart-package-publisher@v1.5.1
3030
with:

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Changelog
22

33
--------------------------------------------
4+
[1.0.1] -2024.12.19
5+
6+
* make sure the session terminates by @victortive in https://github.com/flutter-webrtc/dart-sip-ua/pull/485
7+
* Hold and video upgrade fixed by @mikaelwills in https://github.com/flutter-webrtc/dart-sip-ua/pull/503
8+
* sip_ua_helper: add sendOptions by @eschmidbauer in https://github.com/flutter-webrtc/dart-sip-ua/pull/476
9+
* Update callscreen.dart by @HVaidehi in https://github.com/flutter-webrtc/dart-sip-ua/pull/427
10+
11+
412
[1.0.0] - 2024.08.24
513

614
* allow to change UA uri in runtime (#425)

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: sip_ua
2-
version: 1.0.0
2+
version: 1.0.1
33
description: A SIP UA stack for Flutter/Dart, based on flutter-webrtc, support iOS/Android/Destkop/Web.
44
homepage: https://github.com/cloudwebrtc/dart-sip-ua
55
environment:

0 commit comments

Comments
 (0)