Skip to content

Commit

Permalink
chore(main): release 1.0.2 (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaka-bot authored Nov 11, 2024
1 parent 7fb4702 commit 6fc9386
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.0.1"
".": "1.0.2"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.0.2](https://github.com/shaka-project/shaka-streamer/compare/v1.0.1...v1.0.2) (2024-11-11)


### Bug Fixes

* **binaries:** Fix arm64 mac binary tags ([#196](https://github.com/shaka-project/shaka-streamer/issues/196)) ([f06e010](https://github.com/shaka-project/shaka-streamer/commit/f06e010975d5ba267600e7d95076d547a177488c)), closes [#194](https://github.com/shaka-project/shaka-streamer/issues/194)
* **binaries:** Fix macOS arm64 ffmpeg crash ([#202](https://github.com/shaka-project/shaka-streamer/issues/202)) ([53c4eb6](https://github.com/shaka-project/shaka-streamer/commit/53c4eb6a85be144a69db5e462c4b155b15524be4))

## [1.0.1](https://github.com/shaka-project/shaka-streamer/compare/v1.0.0...v1.0.1) (2024-11-06)


Expand Down
2 changes: 1 addition & 1 deletion binaries/streamer_binaries/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os
import platform

__version__ = '1.0.1' # x-release-please-version
__version__ = '1.0.2' # x-release-please-version


# Get the directory path where this __init__.py file resides.
Expand Down
2 changes: 1 addition & 1 deletion streamer/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = '1.0.1' # x-release-please-version
__version__ = '1.0.2' # x-release-please-version

from . import controller_node

0 comments on commit 6fc9386

Please sign in to comment.