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 Sep 24, 2024
1 parent 75d2e54 commit a676936
Show file tree
Hide file tree
Showing 26 changed files with 56 additions and 55 deletions.
5 changes: 0 additions & 5 deletions .changeset/cuddly-eels-sin.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/five-planes-drum.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/itchy-ligers-exist.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lazy-cups-cross.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-birds-press.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-taxis-smoke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaggy-apes-matter.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.5
livekit-agents>=0.8.6
4 changes: 2 additions & 2 deletions examples/speech-to-text/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
livekit-agents>=0.8.5
livekit-plugins-deepgram>=0.6.4
livekit-agents>=0.8.6
livekit-plugins-deepgram>=0.6.5
4 changes: 2 additions & 2 deletions examples/text-to-speech/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
livekit-agents>=0.8.5
livekit-plugins-openai>=0.8.0
livekit-agents>=0.8.6
livekit-plugins-openai>=0.8.1
6 changes: 3 additions & 3 deletions examples/voice-assistant/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
livekit-agents>=0.8.5
livekit-plugins-openai>=0.8.0
livekit-plugins-deepgram>=0.6.4
livekit-agents>=0.8.6
livekit-plugins-openai>=0.8.1
livekit-plugins-deepgram>=0.6.5
livekit-plugins-silero>=0.6.3
python-dotenv~=1.0
13 changes: 13 additions & 0 deletions livekit-agents/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# livekit-agents

## 0.8.6

### Patch Changes

- Switch Cartesia to a sentence tokenizer and keep the same context id throughout. - [#608](https://github.com/livekit/agents/pull/608) ([@keepingitneil](https://github.com/keepingitneil))
Propagate segment_id through the basic sentence tokenizer

- limit simultaneous process initialization - [#621](https://github.com/livekit/agents/pull/621) ([@theomonnom](https://github.com/theomonnom))

- voiceassistant: remove fade effect when interrupting #622 - [#623](https://github.com/livekit/agents/pull/623) ([@theomonnom](https://github.com/theomonnom))

- ipc improvements, fix slow shutdown & cleanup leaked resources - [#607](https://github.com/livekit/agents/pull/607) ([@theomonnom](https://github.com/theomonnom))

## 0.8.5

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

## 0.3.1

### Patch Changes

- Switch Cartesia to a sentence tokenizer and keep the same context id throughout. - [#608](https://github.com/livekit/agents/pull/608) ([@keepingitneil](https://github.com/keepingitneil))
Propagate segment_id through the basic sentence tokenizer

## 0.3.0

### Minor 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.3.0"
__version__ = "0.3.1"
2 changes: 1 addition & 1 deletion livekit-plugins/livekit-plugins-cartesia/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "livekit-plugins-cartesia",
"private": true,
"version": "0.3.0"
"version": "0.3.1"
}
6 changes: 6 additions & 0 deletions livekit-plugins/livekit-plugins-deepgram/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# livekit-plugins-deepgram

## 0.6.5

### Patch Changes

- deepgram: fallback to nova-2-general when the language isn't supported - [#623](https://github.com/livekit/agents/pull/623) ([@theomonnom](https://github.com/theomonnom))

## 0.6.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.6.4"
__version__ = "0.6.5"
2 changes: 1 addition & 1 deletion livekit-plugins/livekit-plugins-deepgram/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "livekit-plugins-deepgram",
"private": true,
"version": "0.6.4"
"version": "0.6.5"
}
6 changes: 6 additions & 0 deletions livekit-plugins/livekit-plugins-nltk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# livekit-plugins-nltk

## 0.7.1

### Patch Changes

- nltk: fix broken punkt download - [#619](https://github.com/livekit/agents/pull/619) ([@nbsp](https://github.com/nbsp))

## 0.7.0

### Minor 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.7.0"
__version__ = "0.7.1"
2 changes: 1 addition & 1 deletion livekit-plugins/livekit-plugins-nltk/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "livekit-plugins-nltk",
"private": true,
"version": "0.7.0"
"version": "0.7.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.1

### Patch Changes

- add support for Ollama, Perplexity, Fireworks, Octo, Together, and Groq LLMs through the OpenAI API - [#611](https://github.com/livekit/agents/pull/611) ([@nbsp](https://github.com/nbsp))

## 0.8.0

### Minor 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.0"
__version__ = "0.8.1"
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.0"
"version": "0.8.1"
}

0 comments on commit a676936

Please sign in to comment.