Skip to content

Commit

Permalink
chore(main): release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shaka-bot committed Jan 15, 2025
1 parent c2244c0 commit 2f7afa6
Show file tree
Hide file tree
Showing 4 changed files with 10 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.1.1"
".": "1.2.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

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


### Features

* Log configs ([#225](https://github.com/shaka-project/shaka-streamer/issues/225)) ([c2244c0](https://github.com/shaka-project/shaka-streamer/commit/c2244c060d33d09405d636bac803863681a59be5))

## [1.1.1](https://github.com/shaka-project/shaka-streamer/compare/v1.1.0...v1.1.1) (2024-11-12)


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.1.1' # x-release-please-version
__version__ = '1.2.0' # 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.1.1' # x-release-please-version
__version__ = '1.2.0' # x-release-please-version

from . import controller_node

0 comments on commit 2f7afa6

Please sign in to comment.