Skip to content

Commit

Permalink
Merge pull request #164 from xmos/release/v4.5.0
Browse files Browse the repository at this point in the history
Release v4.5.0
  • Loading branch information
mbanth authored Mar 14, 2022
2 parents 26b5964 + 57edeb3 commit a55c59f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 deletions.
7 changes: 0 additions & 7 deletions Brewfile

This file was deleted.

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.5.0
-----

* REMOVED: Use of Brew for CI
* CHANGED: XMOS Jenkins Shared Library version used in CI

4.4.0
-----

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

pipeline {
agent {
label 'x86_64&&brew'
label 'x86_64 && linux'
}
environment {
REPO = 'lib_mic_array'
Expand Down
2 changes: 1 addition & 1 deletion lib_mic_array/module_build_info
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 4.4.0
VERSION = 4.5.0

DEPENDENT_MODULES = lib_xassert(>=4.0.0) \
lib_logging(>=3.0.0) \
Expand Down

0 comments on commit a55c59f

Please sign in to comment.