Skip to content

Commit

Permalink
release: increment version from 0.26.0 to 0.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bhajneet committed Nov 16, 2024
1 parent 3b9c0af commit 090d8e0
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.27.0

- feat: stylize ੴ (ik oankar) with longer, more circular "kar"
- ws: backup Sant Lipi for potentially breaking changes
- test: add tests for narrow above vowel chars
- feat: point all lav terminals, ai and ee, leftwards
- test: add ik oankar larivar combos
- feat: angle final terminal of sihari to point more towards stem of base char
- feat: position bottom akhand of t char to show better

## 0.26.0

- refactor: switch from poetry to hatch
Expand Down
2 changes: 1 addition & 1 deletion packages/npm/sant-lipi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sant-lipi",
"version": "0.26.0",
"version": "0.27.0",
"description": "A unicode font for extraordinary Gurmukhi",
"license": "MIT",
"author": "Bhajneet S.K. <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/pubdev/sant_lipi/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: sant_lipi
description: A unicode font for extraordinary Gurmukhi.
version: 0.26.0
version: 0.27.0
repository: https://github.com/shabados/SantLipi
topics:
- font
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ virtual = ".direnv"

[project]
name = "santlipi"
version = "0.26.0"
version = "0.27.0"
description = "A unicode font for extraordinary Gurmukhi"
readme = "README.md"
requires-python = ">=3.8"
Expand Down
4 changes: 2 additions & 2 deletions sources/SantLipi.glyphs
Original file line number Diff line number Diff line change
Expand Up @@ -22108,7 +22108,7 @@ value = "https://github.com/shabados/SantLipi";
},
{
key = versionString;
value = "Version 0.026";
value = "Version 0.027";
}
);
settings = {
Expand All @@ -22131,5 +22131,5 @@ master02 = {
};
};
versionMajor = 0;
versionMinor = 26;
versionMinor = 27;
}

0 comments on commit 090d8e0

Please sign in to comment.