Skip to content

Commit

Permalink
chore(main): release 1.2.2 (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaka-bot authored Jan 21, 2025
1 parent ad0b869 commit 9b5411d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 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.2.1"
".": "1.2.2"
}
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog

## [1.2.1](https://github.com/shaka-project/shaka-streamer/compare/v1.2.0...v1.2.1) (2025-01-17)
## [1.2.2](https://github.com/shaka-project/shaka-streamer/compare/v1.2.1...v1.2.2) (2025-01-21)


### Bug Fixes

* Fix missing cloud/ subfolder ([#235](https://github.com/shaka-project/shaka-streamer/issues/235)) ([ad0b869](https://github.com/shaka-project/shaka-streamer/commit/ad0b8698f84a0d09c0e196e107437b0b3e51f3fe)), closes [#234](https://github.com/shaka-project/shaka-streamer/issues/234)

## [1.2.1](https://github.com/shaka-project/shaka-streamer/compare/v1.2.0...v1.2.1) (2025-01-17 - **UNUSABLE - YANKED from PyPI**)


### Bug Fixes
Expand All @@ -12,7 +19,7 @@

* Fix HEVC sample config ([#229](https://github.com/shaka-project/shaka-streamer/issues/229)) ([b22b8c5](https://github.com/shaka-project/shaka-streamer/commit/b22b8c5cd1ad262652586b15baed4d47ac012017))

## [1.2.0](https://github.com/shaka-project/shaka-streamer/compare/v1.1.1...v1.2.0) (2025-01-15)
## [1.2.0](https://github.com/shaka-project/shaka-streamer/compare/v1.1.1...v1.2.0) (2025-01-15 - **UNUSABLE - YANKED from PyPI**)


### Features
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.2.1' # x-release-please-version
__version__ = '1.2.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.2.1' # x-release-please-version
__version__ = '1.2.2' # x-release-please-version

from . import controller_node

0 comments on commit 9b5411d

Please sign in to comment.