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.
@@ -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
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: var2stat
3
- Version: 0.2.2
3
+ Version: 0.2.3
4
4
  Summary: Convert variable fonts to static font instances
5
5
  License-File: LICENSE
6
6
  Requires-Python: >=3.14
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "var2stat"
3
- version = "0.2.2"
3
+ version = "0.2.3"
4
4
  description = "Convert variable fonts to static font instances"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.14"
@@ -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/src/schema.json"
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