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 CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
lib_mic_array change log
========================

4.2.1
-----

* CHANGED: Jenkinsfile pinned to Jenkins shared library 0.10.0
* CHANGED: Updated the minimum version of libraries this library depends upon.

4.2.0
-----

Expand Down
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@Library('xmos_jenkins_shared_library@develop') _
@Library('xmos_jenkins_shared_library@v0.10.0') _

getApproval()

Expand All @@ -8,7 +8,7 @@ pipeline {
}
environment {
REPO = 'lib_mic_array'
VIEW = "${env.JOB_NAME.contains('PR-') ? REPO+'_'+env.CHANGE_TARGET : REPO+'_'+env.BRANCH_NAME}"
VIEW = getViewName(REPO)
}
options {
skipDefaultCheckout()
Expand Down
4 changes: 2 additions & 2 deletions lib_mic_array/module_build_info
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
VERSION = 4.2.0
VERSION = 4.2.1

DEPENDENT_MODULES = lib_xassert(>=4.0.0) \
lib_logging(>=3.0.0) \
lib_dsp(>=5.0.0)
lib_dsp(>=6.0.0)

MODULE_XCC_FLAGS = $(XCC_FLAGS)

Expand Down