Skip to content

Commit b95a46d

Browse files
author
Shuchita Khare
committed
changelog + update version to 3.0.0
1 parent e0aff05 commit b95a46d

4 files changed

Lines changed: 6 additions & 5 deletions

File tree

CHANGELOG.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
lib_src change log
22
==================
33

4-
2.6.0
4+
3.0.0
55
-----
66

7-
* CHANGED: Double buffer asrc_io.input_timestamp to prevent producer timestamp
7+
* FIXED: Double buffer asrc_io.input_timestamp to prevent producer timestamp
88
getting overwritten during asrc processing
9+
* REMOVED: xscope_used argument from the asynchronous_fifo_producer_put() API
910

1011
2.5.0
1112
-----

lib_src/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_src)
2-
set(LIB_VERSION 2.6.0)
2+
set(LIB_VERSION 3.0.0)
33

44
set(LIB_DEPENDENT_MODULES "lib_logging(3.2.0)")
55

lib_src/module_build_info

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

33
DEPENDENT_MODULES = lib_logging(>=3.2.0)
44

settings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
project: lib_src
33
title: SAMPLE RATE CONVERSION
4-
version: 2.6.0
4+
version: 3.0.0
55

66
documentation:
77
exclude_patterns_path: doc/exclude_patterns.inc

0 commit comments

Comments
 (0)