Skip to content

Commit

Permalink
Prepare 0.12.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Dec 16, 2024
1 parent cec4e41 commit 949ba24
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 33 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,22 @@ All user visible changes to this project will be documented in this file. This p



## [0.11.3] · unreleased
[0.11.3]: https://github.com/instrumentisto/medea-flutter-webrtc/tree/0.11.3
## [0.12.0] · 2024-12-16
[0.12.0]: https://github.com/instrumentisto/medea-flutter-webrtc/tree/0.12.0

[Diff](https://github.com/instrumentisto/medea-flutter-webrtc/compare/0.11.2...0.11.3)
[Diff](https://github.com/instrumentisto/medea-flutter-webrtc/compare/0.11.2...0.12.0)

### Changed

- Upgraded [OpenAL] library to [1.24.1][openal-1.24.1] version. ([#182], [#181])
- Upgraded [libwebrtc] to [131.0.6778.139] version. ([#180], [todo])
- Upgraded [libwebrtc] to [131.0.6778.139] version. ([#180], [cec4e41e])
- Upgraded [`flutter_rust_bridge`] crate to [2.7.0][frb-2.7.0] version. ([#183])

[#180]: https://github.com/instrumentisto/medea-flutter-webrtc/pull/180
[#181]: https://github.com/instrumentisto/medea-flutter-webrtc/pull/181
[#182]: https://github.com/instrumentisto/medea-flutter-webrtc/pull/182
[#183]: https://github.com/instrumentisto/medea-flutter-webrtc/pull/183
[todo]: https://github.com/instrumentisto/medea-flutter-webrtc/commit/todo
[cec4e41e]: https://github.com/instrumentisto/medea-flutter-webrtc/commit/cec4e41e4b345340e1a7e7749a5d1ca106946e63
[131.0.6778.139]: https://github.com/instrumentisto/libwebrtc-bin/releases/tag/131.0.6778.139
[openal-1.24.1]: https://github.com/kcat/openal-soft/releases/tag/1.24.1
[frb-2.7.0]: https://github.com/fzyzcjy/flutter_rust_bridge/releases/tag/v2.7.0
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'com.instrumentisto.medea_flutter_webrtc'
version '0.11.2'
version '0.12.0'

buildscript {
ext.kotlin_version = "1.8.22"
Expand Down
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PODS:
- instrumentisto-libwebrtc-bin (131.0.6778.139)
- integration_test (0.0.1):
- Flutter
- medea_flutter_webrtc (0.11.2):
- medea_flutter_webrtc (0.12.0):
- Flutter
- instrumentisto-libwebrtc-bin (= 131.0.6778.139)

Expand All @@ -28,7 +28,7 @@ SPEC CHECKSUMS:
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
instrumentisto-libwebrtc-bin: 3723ba1d34da2e573a8a18f7608415b5d885abaf
integration_test: 252f60fa39af5e17c3aa9899d35d908a0721b573
medea_flutter_webrtc: 10b34c98e6c65bae948635b4f773a7e708485d90
medea_flutter_webrtc: 4884e6472ec0a950588aa479b6c2dc57e3808a26

PODFILE CHECKSUM: be3ab4e988bb308d23906be69146fcbef66fac55

Expand Down
6 changes: 3 additions & 3 deletions example/macos/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PODS:
- FlutterMacOS (1.0.0)
- medea_flutter_webrtc (0.11.2):
- medea_flutter_webrtc (0.12.0):
- FlutterMacOS

DEPENDENCIES:
Expand All @@ -15,8 +15,8 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
FlutterMacOS: 8f6f14fa908a6fb3fba0cd85dbd81ec4b251fb24
medea_flutter_webrtc: 790273ab2ce7a27fd2e28c5d0f92c3ee564f6f24
medea_flutter_webrtc: 0f2ef3e6e2531963c3273af599ed2a39fb0141a3

PODFILE CHECKSUM: 353c8bcc5d5b0994e508d035b5431cfe18c1dea7

COCOAPODS: 1.14.3
COCOAPODS: 1.16.2
18 changes: 0 additions & 18 deletions example/macos/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@
33CC10EB2044A3C60003C045 /* Resources */,
33CC110E2044A8840003C045 /* Bundle Framework */,
3399D490228B24CF009A79C7 /* ShellScript */,
BD3F9760B642723BFB6B0CFA /* [CP] Embed Pods Frameworks */,
);
buildRules = (
);
Expand Down Expand Up @@ -315,23 +314,6 @@
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
showEnvVarsInLog = 0;
};
BD3F9760B642723BFB6B0CFA /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-input-files.xcfilelist",
);
name = "[CP] Embed Pods Frameworks";
outputFileListPaths = (
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-output-files.xcfilelist",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.11.2"
version: "0.12.0"
meta:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion ios/medea_flutter_webrtc.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
Pod::Spec.new do |s|
s.name = 'medea_flutter_webrtc'
s.version = '0.11.2'
s.version = '0.12.0'
s.summary = 'Flutter WebRTC plugin based on Google WebRTC'
s.description = <<-DESC
Flutter WebRTC plugin based on Google WebRTC.
Expand Down
2 changes: 1 addition & 1 deletion macos/medea_flutter_webrtc.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
Pod::Spec.new do |s|
s.name = 'medea_flutter_webrtc'
s.version = '0.11.2'
s.version = '0.12.0'
s.summary = 'Flutter WebRTC plugin based on Google WebRTC'
s.description = <<-DESC
Flutter WebRTC plugin based on Google WebRTC.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: medea_flutter_webrtc
description: >
Flutter WebRTC plugin for Android/iOS/macOS/Linux/Windows/Web, based on
GoogleWebRTC, designed for and used in Medea Jason WebRTC client.
version: 0.11.2
version: 0.12.0
homepage: https://github.com/instrumentisto/medea-flutter-webrtc

environment:
Expand Down

0 comments on commit 949ba24

Please sign in to comment.