mod: ver 0.1.1

This commit is contained in:
2025-12-23 23:24:38 +03:00
parent 6b07fd472b
commit 75a78118ba
2 changed files with 19 additions and 1 deletions

18
CHANGELOG.md Normal file
View File

@@ -0,0 +1,18 @@
# Changelog / История изменений
## [0.1.1] - 2025-12-23
### Исправлено
- Исправлены опечатки в документации.
- Добавлены ссылки на зеркала репозитория.
## [0.1.0] - 2025-12-23
### Добавлено
- Первый релиз.
- Модули:
- типограф;
- переносы;
- висячая пунктуация;
- псевдографика (стрелки, тире, многоточее, копирайт и т.д.);
- неразрывные пробелы для союзов, единиц измерения, инициалов, сокращений;
- санитаризация HTML (удаление HTML или только обёрток висячей пунктуации от предыдущих обработок типографа);
- обработка кавычек (русские, английские, французские);

View File

@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "etpgrf" name = "etpgrf"
version = "0.1.0" version = "0.1.1"
description = "Electro-Typographer: Python library for advanced web typography (non-breaking spaces, hyphenation, hanging punctuation and ." description = "Electro-Typographer: Python library for advanced web typography (non-breaking spaces, hyphenation, hanging punctuation and ."
readme = "README.md" readme = "README.md"
requires-python = ">=3.10" requires-python = ">=3.10"