Skip to content

Commit

Permalink
Merge branch 'hotfix/2023.16.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Dec 1, 2023
2 parents 6b20a5d + 6009017 commit f48d459
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
with:
path: "/private/var/tmp/_bazel_${{ steps.env.outputs.user }}"
key: bazel-${{ matrix.name }}-v2
- run: pip3 install numpy
- run: pip3 install numpy setuptools
- run: python3 run.py --test --package ${{ matrix.name }}
- name: Get package name
run: |
Expand Down
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@

## develop

## 2023.16.1 (2023-12-02)

- [FIX] WebRTC を m119.6045.2.2 に上げる
- iOS の非公開 API を利用していたため、App Store でリジェクトされてしまうのを修正
- @voluntas

## 2023.16.0 (2023-11-19)

- [ADD] SRTP keying material を取得する機能を実装
Expand Down
4 changes: 2 additions & 2 deletions VERSION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SORA_CPP_SDK_VERSION=2023.16.0
WEBRTC_BUILD_VERSION=m119.6045.2.1
SORA_CPP_SDK_VERSION=2023.16.1
WEBRTC_BUILD_VERSION=m119.6045.2.2
BOOST_VERSION=1.83.0
CMAKE_VERSION=3.27.7
BAZEL_VERSION=5.3.2
Expand Down

0 comments on commit f48d459

Please sign in to comment.