Skip to content

Commit 3316b53

Browse files
committed
Release v0.3.0
1 parent 3d36900 commit 3316b53

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,37 @@
11
# Changelog
22

3+
## v0.3.0 (2025-10-20)
4+
5+
### NEW ✨
6+
7+
- **Major internationalization expansion**: Added support for 32 languages (33 total including English) [\#146](https://github.com/executablebooks/sphinx-proof/pull/146), [\#156](https://github.com/executablebooks/sphinx-proof/pull/156)
8+
- Added Vietnamese translations
9+
- Added Czech translations
10+
- Added Bengali translations (230M+ speakers)
11+
- Added Urdu translations (230M+ speakers)
12+
- Added Malay translations (80M+ speakers)
13+
- All 15 directive types now have complete translations in 33 languages
14+
15+
### Improved 👌
16+
17+
- Organized translation files alphabetically for better maintainability [\#155](https://github.com/executablebooks/sphinx-proof/pull/155)
18+
- Updated internationalization documentation with complete language table [\#157](https://github.com/executablebooks/sphinx-proof/pull/157)
19+
- Fixed translation errors in Remark and Proposition directives [\#154](https://github.com/executablebooks/sphinx-proof/pull/154)
20+
- Fixed Sphinx compatibility issues [\#146](https://github.com/executablebooks/sphinx-proof/pull/146)
21+
22+
### Maintenance 🔧
23+
24+
- Updated dependency manifests
25+
- Bumped codecov/codecov-action from 5.4.0 to 5.5.1 [\#151](https://github.com/executablebooks/sphinx-proof/pull/151), [\#148](https://github.com/executablebooks/sphinx-proof/pull/148)
26+
- Bumped actions/setup-python from 5 to 6 [\#150](https://github.com/executablebooks/sphinx-proof/pull/150)
27+
- Bumped actions/checkout from 4 to 5 [\#147](https://github.com/executablebooks/sphinx-proof/pull/147)
28+
- Bumped pypa/gh-action-pypi-publish [\#149](https://github.com/executablebooks/sphinx-proof/pull/149)
29+
- Pre-commit configuration updates [\#140](https://github.com/executablebooks/sphinx-proof/pull/140)
30+
31+
### Languages Supported
32+
33+
English (default) plus 32 translations: Arabic, Bengali, Bulgarian, Chinese, Czech, Danish, Dutch, Finnish, French, German, Greek, Hebrew, Hindi, Hungarian, Indonesian, Italian, Japanese, Korean, Malay, Norwegian, Persian, Polish, Portuguese, Romanian, Russian, Spanish, Swedish, Thai, Turkish, Ukrainian, Urdu, Vietnamese
34+
335
## v0.2.1 (2025-03-11)
436

537
Please see [GitHub Releases for CHANGELOG notes](https://github.com/executablebooks/sphinx-proof/releases).

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from setuptools import setup, find_packages
44

5-
VERSION = "v0.2.1"
5+
VERSION = "v0.3.0"
66

77
LONG_DESCRIPTION = """
88
This package contains a [Sphinx](http://www.sphinx-doc.org/en/master/) extension

0 commit comments

Comments
 (0)