Skip to content

Commit

Permalink
chore(main): release 1.0.1 (shaka-project#193)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [1.0.1](shaka-project/shaka-streamer@v1.0.0...v1.0.1) (2024-11-06)


### Bug Fixes

* **binaries:** Bring PyPi package size under the limit ([shaka-project#192](shaka-project#192)) ([3de6706](shaka-project@3de6706))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
shaka-bot authored Nov 6, 2024
1 parent 3de6706 commit 6e304ac
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.0.0"
".": "1.0.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.0.1](https://github.com/shaka-project/shaka-streamer/compare/v1.0.0...v1.0.1) (2024-11-06)


### Bug Fixes

* **binaries:** Bring PyPi package size under the limit ([#192](https://github.com/shaka-project/shaka-streamer/issues/192)) ([3de6706](https://github.com/shaka-project/shaka-streamer/commit/3de6706240d6059b270c18bc9e79804ccb172350))

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

from . import controller_node

0 comments on commit 6e304ac

Please sign in to comment.