Skip to content

Commit

Permalink
Merge pull request #101 from shuchitak/release_prep
Browse files Browse the repository at this point in the history
v6.3.0 release prep
  • Loading branch information
shuchitak authored Oct 9, 2024
2 parents 19a6923 + 9dd84ef commit 4dbfffc
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 8 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
lib_i2c change log
==================

UNRELEASED
----------
6.3.0
-----

* REMOVED: Support for XS1 - Please design with xcore.ai for new projects
* CHANGED: Build examples and tests using XCommon CMake instead of XCommon

* Changes to dependencies:

- lib_xassert: 4.2.0 -> 4.3.0

6.2.0
-----

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ lib_i2c: XMOS |I2C| Library
###########################

:vendor: XMOS
:version: 6.2.0
:version: 6.3.0
:scope: General Use
:description: XMOS |I2C| library
:category: General Purpose
Expand Down
2 changes: 1 addition & 1 deletion examples/deps.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Common dependencies for examples
set(APP_DEPENDENT_MODULES "lib_i2c"
"lib_logging(3.2.0)"
"lib_logging(3.3.0)"
)
4 changes: 2 additions & 2 deletions lib_i2c/lib_build_info.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
set(LIB_NAME lib_i2c)
set(LIB_VERSION 6.2.0)
set(LIB_VERSION 6.3.0)
set(LIB_INCLUDES api)
set(LIB_DEPENDENT_MODULES "lib_xassert(4.2.0)")
set(LIB_DEPENDENT_MODULES "lib_xassert(4.3.0)")
set(LIB_COMPILER_FLAGS -Os)

XMOS_REGISTER_MODULE()
2 changes: 1 addition & 1 deletion lib_i2c/module_build_info
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 6.2.0
VERSION = 6.3.0

DEPENDENT_MODULES = lib_xassert(>=4.2.0)

Expand Down
2 changes: 1 addition & 1 deletion settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
lib_name: lib_i2c
project: '{{lib_name}}'
title: '{{lib_name}}: I2C Library'
version: 6.2.0
version: 6.3.0

documentation:
exclude_patterns_path: doc/exclude_patterns.inc
Expand Down

0 comments on commit 4dbfffc

Please sign in to comment.