Skip to content

Commit eee433c

Browse files
committed
version bump, changelog change
1 parent d2866b8 commit eee433c

File tree

5 files changed

+17
-7
lines changed

5 files changed

+17
-7
lines changed

CHANGELOG.rst

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
lib_uart change log
22
===================
33

4-
UNRELEASED
5-
----------
4+
3.2.0
5+
-----
66

77
* ADDED: Support for XCommon CMake
88
* CHANGED: Use XMOS Public Licence Version 1
@@ -12,10 +12,12 @@ UNRELEASED
1212

1313
* Changes to dependencies:
1414

15-
- lib_xassert: 3.0.0 -> 4.3.1
1615
- lib_gpio: 1.1.0 -> 2.2.0
16+
1717
- lib_logging: 2.1.0 -> 3.3.1
1818

19+
- lib_xassert: 3.0.0 -> 4.3.1
20+
1921
3.1.0
2022
-----
2123

@@ -27,6 +29,14 @@ UNRELEASED
2729
data rate without clock drift. Before it was limited to about 0.5% less than
2830
the baud rate
2931

32+
* Changes to dependencies:
33+
34+
- lib_gpio: 1.0.0 -> 1.1.0
35+
36+
- lib_logging: 2.0.0 -> 2.1.0
37+
38+
- lib_xassert: 2.0.0 -> 3.0.0
39+
3040
3.0.3
3141
-----
3242

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ lib_uart: UART peripheral library
55
#################################
66

77
:vendor: XMOS
8-
:version: 3.1.0
8+
:version: 3.2.0
99
:scope: General Use
1010
:description: UART peripheral library
1111
:category: General Purpose

lib_uart/lib_build_info.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
set(LIB_NAME lib_uart)
2-
set(LIB_VERSION 3.1.0)
2+
set(LIB_VERSION 3.2.0)
33
set(LIB_INCLUDES api src)
44
set(LIB_COMPILER_FLAGS -O3 -Wall -Werror)
55
set(LIB_DEPENDENT_MODULES "lib_xassert(4.3.1)" "lib_gpio(2.2.0)" "lib_logging(3.3.1)")

lib_uart/module_build_info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
MODULE_XCC_XC_FLAGS = $(XCC_XC_FLAGS) -O3
1313

14-
VERSION = 3.1.0
14+
VERSION = 3.2.0
1515

1616
DEPENDENT_MODULES = lib_xassert(>=4.3.1) lib_gpio(>=2.2.0) lib_logging(>=3.3.1)
1717

settings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
lib_name: lib_uart
44
project: '{{lib_name}}'
55
title: '{{lib_name}}: UART peripheral library'
6-
version: 3.1.0
6+
version: 3.2.0
77

88

99
documentation:

0 commit comments

Comments
 (0)