Skip to content

Commit

Permalink
chore(main): release 1.1.1 (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaka-bot authored Nov 12, 2024
1 parent 4dd6fa4 commit 8b23051
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.0"
".": "1.1.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

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


### Bug Fixes

* **docs:** Improve READMEs and pypi docs for binaries ([#214](https://github.com/shaka-project/shaka-streamer/issues/214)) ([4dd6fa4](https://github.com/shaka-project/shaka-streamer/commit/4dd6fa4f4bddc8398b86784535ffd042174595dc))

## [1.1.0](https://github.com/shaka-project/shaka-streamer/compare/v1.0.2...v1.1.0) (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.0' # x-release-please-version
__version__ = '1.1.1' # 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.0' # x-release-please-version
__version__ = '1.1.1' # x-release-please-version

from . import controller_node

0 comments on commit 8b23051

Please sign in to comment.