Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions ziggurat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.3.1

- Bump ziggurat to 816f6331.
- The stack now owns the APS sequence number instead of accepting it from zigpy.
- Allow duplicate pending APS ACKs.

## 0.3.0

- Bump ziggurat to 96face24.
Expand Down
2 changes: 1 addition & 1 deletion ziggurat/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM rust:1-alpine AS builder

RUN apk add --no-cache git musl-dev

ARG ZIGGURAT_VERSION=96face24e321f990d80ad5269bd9d1b2efc3c8fc
ARG ZIGGURAT_VERSION=816f6331a8028bb928ad3126c21004fd9d55a5e9

ENV CARGO_PROFILE_RELEASE_LTO=true \
CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1 \
Expand Down
2 changes: 1 addition & 1 deletion ziggurat/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: 0.3.0
version: 0.3.1
slug: ziggurat
name: Ziggurat Zigbee Server
description: Open source host-side Zigbee stack written in Rust
Expand Down
Loading