Skip to content

Commit

Permalink
Merge pull request #75 from shuchitak/release_prep
Browse files Browse the repository at this point in the history
v3.3.0 release prep
  • Loading branch information
shuchitak authored Oct 9, 2024
2 parents 180bed9 + 4fd9485 commit 62a77a6
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
lib_logging change log
======================

UNRELEASED
----------
3.3.0
-----

* CHANGED: Build applications using XCommon CMake instead of XCommon

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ lib_logging: Debug Printing
###########################

:vendor: XMOS
:version: 3.2.0
:version: 3.3.0
:scope: General Use
:description: Debug printing
:category: General Purpose
Expand Down
2 changes: 1 addition & 1 deletion lib_logging/lib_build_info.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
set(LIB_NAME lib_logging)
set(LIB_VERSION 3.2.0)
set(LIB_VERSION 3.3.0)
set(LIB_INCLUDES api)
set(LIB_COMPILER_FLAGS -Os)
set(LIB_DEPENDENT_MODULES "")
Expand Down
2 changes: 1 addition & 1 deletion lib_logging/module_build_info
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 3.2.0
VERSION = 3.3.0

DEPENDENT_MODULES =

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_logging
project: '{{lib_name}}'
title: '{{lib_name}}: Debug Printing'
version: 3.2.0
version: 3.3.0

documentation:
exclude_patterns_path: doc/exclude_patterns.inc
Expand Down

0 comments on commit 62a77a6

Please sign in to comment.