diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 2aa59dc4..f7f72267 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,10 +1,18 @@ lib_mic_array change log ======================== -UNRELEASED ----------- +4.6.0 +----- + + * ADDED: Support for XCommon CMake build system + + * Changes to dependencies: + + - lib_dsp: 3.0.0 -> 6.3.0 + + - lib_logging: 2.0.0 -> 3.2.0 - * ADDED: Support for XCommon CMake build system + - lib_xassert: 2.0.0 -> 4.2.0 4.5.0 ----- diff --git a/Jenkinsfile b/Jenkinsfile index 26c1802f..43ac425b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,9 +1,9 @@ @Library('xmos_jenkins_shared_library@v0.18.0') _ -getApproval() +getApproval( ) pipeline { agent { - label 'x86_64 && linux' + label 'x86_64 && linux && axe' } environment { REPO = 'lib_mic_array' diff --git a/lib_mic_array/lib_build_info.cmake b/lib_mic_array/lib_build_info.cmake index a0c08cc4..b795e750 100644 --- a/lib_mic_array/lib_build_info.cmake +++ b/lib_mic_array/lib_build_info.cmake @@ -1,13 +1,13 @@ set(LIB_NAME lib_mic_array) -set(LIB_VERSION 4.5.0) +set(LIB_VERSION 4.6.0) set(LIB_INCLUDES api src/fir) # Want to exclude src/fir/make_mic_dual_stage_3_coefs.c # There are no other C source files, so set an empty string. set(LIB_C_SRCS "") -set(LIB_DEPENDENT_MODULES "lib_xassert" - "lib_logging" - "lib_dsp") +set(LIB_DEPENDENT_MODULES "lib_xassert(4.2.0)" + "lib_logging(3.2.0)" + "lib_dsp(6.3.0)") XMOS_REGISTER_MODULE() diff --git a/lib_mic_array/module_build_info b/lib_mic_array/module_build_info index 4fe0bcd5..9489e6cb 100644 --- a/lib_mic_array/module_build_info +++ b/lib_mic_array/module_build_info @@ -1,7 +1,7 @@ -VERSION = 4.5.0 +VERSION = 4.6.0 -DEPENDENT_MODULES = lib_xassert(>=4.0.0) \ - lib_logging(>=3.0.0) \ +DEPENDENT_MODULES = lib_xassert(>=4.2.0) \ + lib_logging(>=3.2.0) \ lib_dsp(>=6.0.0) MODULE_XCC_FLAGS = $(XCC_FLAGS)