From de15bd845d99209640d33fc6e36b7ffdd9e5a21c Mon Sep 17 00:00:00 2001 From: Antoine van Gelder Date: Thu, 19 Sep 2024 15:01:13 +0200 Subject: [PATCH] repo: update changelog for release --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e4c7eba..3a2d9c91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] --> + +## [0.1.6] - 2024-09-19 +### Added +* Improved error messages. +* New `make assets` rule to automatically populate the cynthion Python package `assets/` directory for source installs. +### Fixed +* Compilation error and warnings when compiling on rustc `>= 1.8.0`. +* A number of USB Proxy bugs (#71 #134 #156). + + ## [0.1.5] - 2024-08-20 ### Added * Windows support for Facedancer and USB Proxy.