Skip to content

Commit 290e2a3

Browse files
committed
Bump version to 0.1.3
1 parent 21c91d9 commit 290e2a3

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ 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+
9+
## [0.1.3] - 2025-10-10
10+
11+
### Added
12+
13+
- `base_client`: make more arguments optional (default by service)
14+
- `file_asr`: add `start_time` parameter to file ASR functions
15+
16+
### Fixed
17+
18+
- README: fix example code of `file_asr_stream` (generator instead of with statement)
19+
20+
21+
822
## [0.1.2] - 2025-08-05
923

1024
### Fixed

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.2"
3+
version = "0.1.3"
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)