Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 25, 2024
1 parent 3047823 commit 54f74a8
Show file tree
Hide file tree
Showing 16 changed files with 21 additions and 39 deletions.
5 changes: 0 additions & 5 deletions .changeset/brown-plants-search.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cold-countries-sniff.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cuddly-steaks-cover.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/metal-zebras-kick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sixty-bears-joke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/violet-meals-crash.md

This file was deleted.

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.7
livekit-agents>=0.8.8
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.7
livekit-agents>=0.8.8
livekit-plugins-deepgram>=0.6.5
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.7
livekit-agents>=0.8.8
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.7
livekit-agents>=0.8.8
livekit-plugins-openai>=0.8.1
livekit-plugins-deepgram>=0.6.5
livekit-plugins-silero>=0.6.4
Expand Down
12 changes: 12 additions & 0 deletions livekit-agents/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# livekit-agents

## 0.8.8

### Patch Changes

- fix uninitialized SpeechHandle error on interruption - [#665](https://github.com/livekit/agents/pull/665) ([@theomonnom](https://github.com/theomonnom))

- voiceassistant: avoid stacking assistant replies when allow_interruptions=False - [#667](https://github.com/livekit/agents/pull/667) ([@theomonnom](https://github.com/theomonnom))

- fix: disconnect event may now have a arguments - [#668](https://github.com/livekit/agents/pull/668) ([@theomonnom](https://github.com/theomonnom))

- Add ServerMessage.termination handler - [#635](https://github.com/livekit/agents/pull/635) ([@nbsp](https://github.com/nbsp))

## 0.8.7

### 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.7"
__version__ = "0.8.8"
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.7"
"version": "0.8.8"
}
2 changes: 1 addition & 1 deletion livekit-plugins/livekit-plugins-anthropic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# livekit-plugins-anthropic
# livekit-plugins-anthropic
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.1.0"
__version__ = "0.1.1"
2 changes: 1 addition & 1 deletion livekit-plugins/livekit-plugins-anthropic/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "livekit-plugins-anthropic",
"private": true,
"version": "0.1.0"
"version": "0.1.1"
}

0 comments on commit 54f74a8

Please sign in to comment.