Skip to content

Commit

Permalink
docs(CHANGES) Note build system using hatchling now
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Nov 27, 2024
1 parent 3106766 commit f483167
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,22 @@ $ pipx install --suffix=@next unihan-etl --pip-args '\--pre' --force

_Maintenance release: No bug fixes or new features._

### Development
### Breaking changes

- Project and package management: poetry to uv (#329)
#### Project and package management: poetry to uv (#329)

[uv] is the new package and project manager for the project, replacing Poetry.
[uv] is the new package and project manager for the project, replacing Poetry.

[uv]: https://github.com/astral-sh/uv

#### Build system: poetry to hatchling (#329)

[Build system] moved from [poetry] to [hatchling].

[Build system]: https://packaging.python.org/en/latest/tutorials/packaging-projects/#choosing-a-build-backend
[poetry]: https://github.com/python-poetry/poetry
[hatchling]: https://hatch.pypa.io/latest/

## unihan-etl 0.35.0 (2024-11-25)

### Documentation
Expand Down

0 comments on commit f483167

Please sign in to comment.