Skip to content

Commit 39d1297

Browse files
authored
Merge pull request #39 from xmos/release/v4.2.0
Release/v4.2.0
2 parents 66f80a0 + 1e79cba commit 39d1297

7 files changed

Lines changed: 17 additions & 94 deletions

File tree

Brewfile

Lines changed: 0 additions & 7 deletions
This file was deleted.

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
lib_xassert change log
22
======================
33

4+
4.2.0
5+
-----
6+
7+
* ADDED: Support for XCommon CMake build system
8+
49
4.1.0
510
-----
611

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
@Library('xmos_jenkins_shared_library@v0.16.2') _
1+
@Library('xmos_jenkins_shared_library@v0.18.0') _
22

33
getApproval()
44

55
pipeline {
66
agent {
7-
label 'x86_64&&brew&&macOS'
7+
label 'x86_64&&macOS'
88
}
99
environment {
1010
REPO = 'lib_xassert'

lib_xassert/LICENSE.rst

Lines changed: 0 additions & 84 deletions
This file was deleted.

lib_xassert/lib_build_info.cmake

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
set(LIB_NAME lib_xassert)
2+
set(LIB_VERSION 4.2.0)
3+
set(LIB_INCLUDES api)
4+
set(LIB_DEPENDENT_MODULES "")
5+
set(LIB_OPTIONAL_HEADERS debug_conf.h xassert_conf.h)
6+
7+
XMOS_REGISTER_MODULE()

lib_xassert/module_build_info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = 4.1.0
1+
VERSION = 4.2.0
22

33
DEPENDENT_MODULES =
44

requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
# pip-install this one as editable using this repository's setup.py file. The
1818
# same modules should appear in the setup.py list as given below.
1919
flake8==3.8.3
20+
# Pin importlib-metadata to <5 due to https://github.com/python/importlib_metadata/issues/409.
21+
importlib-metadata==4.13.0
2022

2123
# Development dependencies
2224
#

0 commit comments

Comments
 (0)