Skip to content

Commit

Permalink
Version Packages (livekit#693)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Sep 2, 2024
1 parent 54ad3a3 commit bb9b724
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/pink-ducks-complain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-owls-relax.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/participant-entrypoint/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
livekit-agents>=0.8.9
livekit-agents>=0.8.10
2 changes: 1 addition & 1 deletion examples/simple-color/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
livekit-agents>=0.8.9
livekit-agents>=0.8.10
2 changes: 1 addition & 1 deletion examples/speech-to-text/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
livekit-agents>=0.8.9
livekit-agents>=0.8.10
livekit-plugins-deepgram>=0.6.6
2 changes: 1 addition & 1 deletion examples/text-to-speech/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
livekit-agents>=0.8.9
livekit-agents>=0.8.10
livekit-plugins-openai>=0.8.1
2 changes: 1 addition & 1 deletion examples/voice-assistant/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
livekit-agents>=0.8.9
livekit-agents>=0.8.10
livekit-plugins-openai>=0.8.1
livekit-plugins-deepgram>=0.6.6
livekit-plugins-silero>=0.6.4
Expand Down
8 changes: 8 additions & 0 deletions livekit-agents/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# livekit-agents

## 0.8.10

### Patch Changes

- Pass JobContext to participant entrypoint function - [#694](https://github.com/livekit/agents/pull/694) ([@davidzhao](https://github.com/davidzhao))

- voiceassistant: keep punctuations when sending agent transcription - [#648](https://github.com/livekit/agents/pull/648) ([@theomonnom](https://github.com/theomonnom))

## 0.8.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion livekit-agents/livekit/agents/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.8.9"
__version__ = "0.8.10"
2 changes: 1 addition & 1 deletion livekit-agents/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "livekit-agents",
"private": true,
"version": "0.8.9"
"version": "0.8.10"
}

0 comments on commit bb9b724

Please sign in to comment.