Skip to content

Commit

Permalink
Version Packages (#787)
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 26, 2024
1 parent 27ac3ab commit 569ffa1
Show file tree
Hide file tree
Showing 13 changed files with 25 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/moody-doors-poke.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tidy-years-refuse.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.9.0
livekit-agents>=0.9.1
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.9.0
livekit-agents>=0.9.1
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.9.0
livekit-agents>=0.9.1
livekit-plugins-deepgram>=0.6.7
4 changes: 2 additions & 2 deletions examples/text-to-speech/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
livekit-agents>=0.9.0
livekit-plugins-openai>=0.8.4
livekit-agents>=0.9.1
livekit-plugins-openai>=0.8.5
livekit-plugins-cartesia>=0.4.2
livekit-plugins-elevenlabs>=0.7.5
4 changes: 2 additions & 2 deletions examples/voice-assistant/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
livekit-agents>=0.9.0
livekit-plugins-openai>=0.8.4
livekit-agents>=0.9.1
livekit-plugins-openai>=0.8.5
livekit-plugins-deepgram>=0.6.7
livekit-plugins-silero>=0.6.4
python-dotenv~=1.0
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.9.1

### Patch Changes

- fix VoiceAssisstant being stuck when interrupting before user speech is committed - [#790](https://github.com/livekit/agents/pull/790) ([@coderlxn](https://github.com/coderlxn))

- Fix function for OpenAI Assistants - [#784](https://github.com/livekit/agents/pull/784) ([@keepingitneil](https://github.com/keepingitneil))

## 0.9.0

### Minor 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.9.0"
__version__ = "0.9.1"
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.9.0"
"version": "0.9.1"
}
6 changes: 6 additions & 0 deletions livekit-plugins/livekit-plugins-openai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# livekit-plugins-openai

## 0.8.5

### Patch Changes

- Fix function for OpenAI Assistants - [#784](https://github.com/livekit/agents/pull/784) ([@keepingitneil](https://github.com/keepingitneil))

## 0.8.4

### Patch Changes
Expand Down
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.4"
__version__ = "0.8.5"
2 changes: 1 addition & 1 deletion livekit-plugins/livekit-plugins-openai/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "livekit-plugins-openai",
"private": true,
"version": "0.8.4"
"version": "0.8.5"
}

0 comments on commit 569ffa1

Please sign in to comment.