Skip to content

Commit

Permalink
update readme and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mh-northlander committed Jan 10, 2025
1 parent b699ec3 commit 518a145
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ Also check [python changelog](python/CHANGELOG.md).

## [Unreleased]

## [0.6.10](https://github.com/WorksApplications/sudachi.rs/releases/tag/v0.6.10) (2025-01-10)

### Other

- Introduce cibuildwheel to build workflow (#295)

## [0.6.9](https://github.com/WorksApplications/sudachi.rs/releases/tag/v0.6.9) (2024-11-20)

### Added
Expand Down
6 changes: 4 additions & 2 deletions README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,16 @@

sudachi.rs は日本語形態素解析器 [Sudachi](https://github.com/WorksApplications/Sudachi) の Rust 実装です。

[English README](README.md), [SudachiPy Documentation](./python/README.md)
[English README](README.md)

Python 版についてはこちらを参照してください: [SudachiPy Documentation](./python/README.md)

## TL;DR

Python 版のインストール:

```bash
pip install --upgrade 'sudachipy>=0.6.9'
pip install --upgrade 'sudachipy>=0.6.10'
```

Rust 版のインストール:
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,16 @@

sudachi.rs is a Rust implementation of [Sudachi](https://github.com/WorksApplications/Sudachi), a Japanese morphological analyzer.

[日本語 README](README.ja.md), [SudachiPy Documentation](./python/README.md)
[日本語 README](README.ja.md).

Python implementation is also available: [SudachiPy Documentation](./python/README.md).

## TL;DR

Install Python version

```bash
pip install --upgrade 'sudachipy>=0.6.9'
pip install --upgrade 'sudachipy>=0.6.10'
```

or Rust version
Expand Down
15 changes: 15 additions & 0 deletions python/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,21 @@ Also check [rust changelog](../CHANGELOG.md).

## [Unreleased]

## [0.6.10](https://github.com/WorksApplications/sudachi.rs/releases/tag/v0.6.10) (2025-01-10)

- Add support for py3.13t (free thread) (#293, #295)
- wheels are provided only for linux-amd64 and macos

### Fixed

- Fix broken sdist (#294)
- Fix dictionary `__repr__` (#282)

### Changed

- Update PyO3 to v0.23 (#284)
- Code refactorings: pyprojector (#283)

## [0.6.9](https://github.com/WorksApplications/sudachi.rs/releases/tag/v0.6.9) (2024-11-20)

### Added
Expand Down

0 comments on commit 518a145

Please sign in to comment.