Skip to content

Commit c61b7ec

Browse files
committed
Bump version to 0.1.1
1 parent 4f1b0d7 commit c61b7ec

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ All notable changes will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
66

77

8+
## [0.1.1] - 2025-08-05
9+
10+
### Added
11+
12+
- Support `python -m funasr_client` usage
13+
14+
### Fixed
15+
16+
- `mic_asr`
17+
- do not start the mic stream until connection is ready
18+
- do not throw input buffer overflow exception
19+
20+
821

922
## [0.1.0] - 2025-08-04
1023

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.0"
3+
version = "0.1.1"
44
description = "FunASR WebSocket Client."
55
readme = "README.md"
66
authors = [

0 commit comments

Comments
 (0)