From 0d8f080604457fe1bf4ba845a5cd18e35e04bc71 Mon Sep 17 00:00:00 2001 From: xross Date: Mon, 30 May 2022 18:17:31 +0100 Subject: [PATCH] Moved to version 3.2.0 --- CHANGELOG.rst | 7 ++++--- lib_xua/module_build_info | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6cd9a43b..c4059e7c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,12 +1,13 @@ lib_xua Change Log ================== -UNRELEASED ----------- +3.2.0 +----- * CHANGED: Updated tests to use lib_locks (was legacy module_locks) * CHANGED: Exclude HID Report functions unless the HID feature is enabled - * CHANGED: Explicit feedback EP enabled by default (see UAC_FORCE_FEEDBACK_EP) + * CHANGED: Explicit feedback EP enabled by default (see + UAC_FORCE_FEEDBACK_EP) * FIXED: Incorrect conditional compilation of HID report code * Changes to dependencies: diff --git a/lib_xua/module_build_info b/lib_xua/module_build_info index 1cdc6c9e..faa6c1df 100644 --- a/lib_xua/module_build_info +++ b/lib_xua/module_build_info @@ -1,4 +1,4 @@ -VERSION = 3.1.0 +VERSION = 3.2.0 DEPENDENT_MODULES = lib_logging(>=3.1.0) \ lib_xassert(>=4.1.0) \