var2stat 0.2.2__tar.gz → 0.2.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- var2stat-0.2.3/.release-please-manifest.json +1 -0
- {var2stat-0.2.2 → var2stat-0.2.3}/CHANGELOG.md +7 -0
- {var2stat-0.2.2 → var2stat-0.2.3}/PKG-INFO +1 -1
- {var2stat-0.2.2 → var2stat-0.2.3}/pyproject.toml +1 -1
- {var2stat-0.2.2 → var2stat-0.2.3}/src/var2stat/config.py +1 -1
- var2stat-0.2.2/.release-please-manifest.json +0 -1
- {var2stat-0.2.2 → var2stat-0.2.3}/.github/workflows/publish.yml +0 -0
- {var2stat-0.2.2 → var2stat-0.2.3}/.github/workflows/release.yml +0 -0
- {var2stat-0.2.2 → var2stat-0.2.3}/.gitignore +0 -0
- {var2stat-0.2.2 → var2stat-0.2.3}/.python-version +0 -0
- {var2stat-0.2.2 → var2stat-0.2.3}/LICENSE +0 -0
- {var2stat-0.2.2 → var2stat-0.2.3}/README.md +0 -0
- {var2stat-0.2.2 → var2stat-0.2.3}/release-please-config.json +0 -0
- {var2stat-0.2.2 → var2stat-0.2.3}/src/var2stat/__init__.py +0 -0
- {var2stat-0.2.2 → var2stat-0.2.3}/src/var2stat/__main__.py +0 -0
- {var2stat-0.2.2 → var2stat-0.2.3}/src/var2stat/generate.py +0 -0
- {var2stat-0.2.2 → var2stat-0.2.3}/src/var2stat/schema.json +0 -0
- {var2stat-0.2.2 → var2stat-0.2.3}/uv.lock +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{".":"0.2.3"}
|
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.2.3](https://github.com/decipher3114/Var2Stat/compare/var2stat-v0.2.2...var2stat-v0.2.3) (2026-06-11)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* use correct url for schema ([e263cc3](https://github.com/decipher3114/Var2Stat/commit/e263cc38b17dc8720e147f36dfe8f692a8abb490))
|
|
9
|
+
|
|
3
10
|
## [0.2.2](https://github.com/decipher3114/Var2Stat/compare/var2stat-v0.2.1...var2stat-v0.2.2) (2026-05-13)
|
|
4
11
|
|
|
5
12
|
|
|
@@ -7,7 +7,7 @@ from typing import Any, Dict
|
|
|
7
7
|
import click
|
|
8
8
|
from fontTools.ttLib import TTFont
|
|
9
9
|
|
|
10
|
-
SCHEMA_URL = "https://raw.githubusercontent.com/decipher3114/Var2Stat/refs/heads/main/var2stat/
|
|
10
|
+
SCHEMA_URL = "https://raw.githubusercontent.com/decipher3114/Var2Stat/refs/heads/main/src/var2stat/schema.json"
|
|
11
11
|
_SCHEMA_PATH = Path(__file__).resolve().with_name("schema.json")
|
|
12
12
|
|
|
13
13
|
WEIGHT_NAMES: Dict[int, str] = {
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{".":"0.2.2"}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|