Skip to content

Commit c4ef99d

Browse files
committed
Bump version to 0.1.5
1 parent be2b727 commit c4ef99d

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
66

77

88

9+
## [0.1.5] - 2025-11-04
10+
11+
### Changed
12+
13+
- All default values of `start_time` changed from `0` to `None` to better indicate its optional nature. `real_timestamp` and `real_stamp_sents` will only be included in decoded messages if `start_time` is explicitly provided.
14+
15+
16+
917
## [0.1.4] - 2025-10-26
1018

1119
### Changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "funasr-client"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
description = "Easy-to-use client for FunASR runtime server."
55
readme = "README.md"
66
authors = [

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)