Skip to content

Commit

Permalink
Update wyoming-porcupine1 to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
synesthesiam committed Feb 26, 2024
1 parent c3a5cc1 commit 7a1e6fd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions porcupine1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 1.2.0

- Upgrade to wyoming 1.5.3
- Run tests over more Python versions

## 1.1.0

- Add tests and Github actions
Expand Down
2 changes: 1 addition & 1 deletion porcupine1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]

# Install porcupine1
WORKDIR /usr/src
ENV WYOMING_PORCUPINE1_VERSION=1.1.0
ENV WYOMING_PORCUPINE1_VERSION=1.2.0

RUN \
apt-get update \
Expand Down
2 changes: 1 addition & 1 deletion porcupine1/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: 1.1.0
version: 1.2.0
slug: porcupine1
name: porcupine1
description: porcupine1 using the Wyoming protocol
Expand Down

0 comments on commit 7a1e6fd

Please sign in to comment.