Skip to content

Commit 44e983a

Browse files
committed
chore(docs): update repo url in changelog
1 parent 25a1887 commit 44e983a

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
## [0.7.1](https://github.com/ModelTC/mtc-incremental-bpe/compare/v0.7.0...v0.7.1) - 2026-01-05
10+
## [0.7.1](https://github.com/ModelTC/mtc-inc-bpe/compare/v0.7.0...v0.7.1) - 2026-01-05
1111

1212
### Fixed
1313

@@ -18,7 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1818
- *(format)* format the code
1919
- disable default features of dependencies
2020

21-
## [0.7.0](https://github.com/ModelTC/mtc-incremental-bpe/compare/v0.6.0...v0.7.0) - 2025-12-09
21+
## [0.7.0](https://github.com/ModelTC/mtc-inc-bpe/compare/v0.6.0...v0.7.0) - 2025-12-09
2222

2323
### Added
2424

@@ -28,7 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2828

2929
- remove `EagerBpeToken`, `feed_len` is useless for external users
3030

31-
## [0.6.0](https://github.com/ModelTC/mtc-incremental-bpe/compare/v0.5.0...v0.6.0) - 2025-12-08
31+
## [0.6.0](https://github.com/ModelTC/mtc-inc-bpe/compare/v0.5.0...v0.6.0) - 2025-12-08
3232

3333
### Added
3434

@@ -52,7 +52,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5252
- keep transition table in the order of heavy chains
5353
- *(aho_corasik)* use sqrt decomposition to reduce memory footprint
5454

55-
## [0.5.0](https://github.com/ModelTC/mtc-incremental-bpe/compare/v0.4.1...v0.5.0) - 2025-11-28
55+
## [0.5.0](https://github.com/ModelTC/mtc-inc-bpe/compare/v0.4.1...v0.5.0) - 2025-11-28
5656

5757
### Added
5858

@@ -73,25 +73,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7373
- *(tests)* add tests on repeated characters
7474
- unify integer literals
7575

76-
## [0.4.1](https://github.com/ModelTC/mtc-incremental-bpe/compare/v0.4.0...v0.4.1) - 2025-11-27
76+
## [0.4.1](https://github.com/ModelTC/mtc-inc-bpe/compare/v0.4.0...v0.4.1) - 2025-11-27
7777

7878
### Other
7979

80-
- optimize constructors in debug mode ([#17](https://github.com/ModelTC/mtc-incremental-bpe/pull/17))
80+
- optimize constructors in debug mode ([#17](https://github.com/ModelTC/mtc-inc-bpe/pull/17))
8181

82-
## [0.4.0](https://github.com/ModelTC/mtc-incremental-bpe/compare/v0.3.1...v0.4.0) - 2025-11-20
82+
## [0.4.0](https://github.com/ModelTC/mtc-inc-bpe/compare/v0.3.1...v0.4.0) - 2025-11-20
8383

8484
### Added
8585

8686
- [**breaking**] expose position in `IncBpeTokenChainIter`
8787

88-
## [0.3.1](https://github.com/ModelTC/mtc-incremental-bpe/compare/v0.3.0...v0.3.1) - 2025-11-19
88+
## [0.3.1](https://github.com/ModelTC/mtc-inc-bpe/compare/v0.3.0...v0.3.1) - 2025-11-19
8989

9090
### Fixed
9191

9292
- expose `NormalizedDictBuildError`
9393

94-
## [0.3.0](https://github.com/ModelTC/mtc-incremental-bpe/compare/v0.2.1...v0.3.0) - 2025-11-19
94+
## [0.3.0](https://github.com/ModelTC/mtc-inc-bpe/compare/v0.2.1...v0.3.0) - 2025-11-19
9595

9696
### Added
9797

@@ -101,13 +101,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
101101

102102
- rename parameters for clarity
103103

104-
## [0.2.1](https://github.com/ModelTC/mtc-incremental-bpe/compare/v0.2.0...v0.2.1) - 2025-11-18
104+
## [0.2.1](https://github.com/ModelTC/mtc-inc-bpe/compare/v0.2.0...v0.2.1) - 2025-11-18
105105

106106
### Added
107107

108108
- expose IncBpeTokenChainIter
109109

110-
## [0.2.0](https://github.com/ModelTC/mtc-incremental-bpe/compare/v0.1.0...v0.2.0) - 2025-11-18
110+
## [0.2.0](https://github.com/ModelTC/mtc-inc-bpe/compare/v0.1.0...v0.2.0) - 2025-11-18
111111

112112
### Added
113113

@@ -121,12 +121,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
121121
- pre-allocate vector whenever possible
122122
- reorder functions
123123

124-
## [0.1.0](https://github.com/ModelTC/mtc-incremental-bpe/releases/tag/v0.1.0) - 2025-11-17
124+
## [0.1.0](https://github.com/ModelTC/mtc-inc-bpe/releases/tag/v0.1.0) - 2025-11-17
125125

126126
### Added
127127

128128
- init
129129

130130
### Other
131131

132-
- add more events to trigger build and test ([#2](https://github.com/ModelTC/mtc-incremental-bpe/pull/2))
132+
- add more events to trigger build and test ([#2](https://github.com/ModelTC/mtc-inc-bpe/pull/2))

0 commit comments

Comments
 (0)