Skip to content

Commit 844fd95

Browse files
authored
preparing release, updating change log (#168)
* preparing release, updating change log Signed-off-by: Travis Bartley <[email protected]> * adding changelog Signed-off-by: Travis Bartley <[email protected]> * updating pre release Signed-off-by: Travis Bartley <[email protected]> --------- Signed-off-by: Travis Bartley <[email protected]>
1 parent 8a05b51 commit 844fd95

File tree

2 files changed

+32
-3
lines changed

2 files changed

+32
-3
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [r1.0.0] - 2024-05-03
9+
10+
### Added
11+
12+
- Sentence level ZH (Mandarin Chinese) TN (#112)
13+
- Enabled post-processing support for Sparrowhawk TN test (#147)
14+
15+
### Fixed
16+
17+
- `normalize_with_audio` text-field variable changed (#153)
18+
- `run_evaluate` script for ITN updated for additional languages and casing (#164)
19+
20+
### Changed
21+
22+
- Docstring update (#157)
23+
24+
25+
### Removed
26+
27+
- Removed unused function from AR (Arabic) TN decimals (#165)
28+
29+

nemo_text_processing/package_info.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
# limitations under the License.
1414

1515

16-
MAJOR = 0
17-
MINOR = 3
16+
MAJOR = 1
17+
MINOR = 0
1818
PATCH = 0
19-
PRE_RELEASE = 'rc0'
19+
PRE_RELEASE = 'r'
2020

2121
# Use the following formatting: (major, minor, patch, pre-release)
2222
VERSION = (MAJOR, MINOR, PATCH, PRE_RELEASE)

0 commit comments

Comments
 (0)