Skip to content

Commit

Permalink
release: increment version from 0.27.0 to 0.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bhajneet authored and github-actions[bot] committed Nov 20, 2024
1 parent 806a97f commit 5dbee31
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.28.0

- fix: match terminal widths/lengths for above vowels
- feat: distinguish above vowels from each other better
- test: add thousands of most commonly found words in shabad os database
- feat: curve bottom of cha to fit with bottom vowels
- feat: make many minor adjustments to vowels and akhands

## 0.27.0

- feat: stylize ੴ (ik oankar) with longer, more circular "kar"
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.27.0",
"version": "0.28.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.27.0
version: 0.28.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.27.0"
version = "0.28.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 @@ -22081,7 +22081,7 @@ value = "https://github.com/shabados/SantLipi";
},
{
key = versionString;
value = "Version 0.027";
value = "Version 0.028";
}
);
settings = {
Expand All @@ -22104,5 +22104,5 @@ master02 = {
};
};
versionMajor = 0;
versionMinor = 27;
versionMinor = 28;
}

0 comments on commit 5dbee31

Please sign in to comment.