Skip to content

Commit 70d544d

Browse files
committed
release: increment version from 0.27.0 to 0.28.0
1 parent 806a97f commit 70d544d

File tree

5 files changed

+13
-5
lines changed

5 files changed

+13
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 0.28.0
2+
3+
- fix: match terminal widths/lengths for above vowels
4+
- feat: distinguish above vowels from each other better
5+
- test: add thousands of most commonly found words in shabad os database
6+
- feat: curve bottom of cha to fit with bottom vowels
7+
- feat: make many minor adjustments to vowels and akhands
8+
19
## 0.27.0
210

311
- feat: stylize ੴ (ik oankar) with longer, more circular "kar"

packages/npm/sant-lipi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sant-lipi",
3-
"version": "0.27.0",
3+
"version": "0.28.0",
44
"description": "A unicode font for extraordinary Gurmukhi",
55
"license": "MIT",
66
"author": "Bhajneet S.K. <[email protected]>",

packages/pubdev/sant_lipi/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: sant_lipi
22
description: A unicode font for extraordinary Gurmukhi.
3-
version: 0.27.0
3+
version: 0.28.0
44
repository: https://github.com/shabados/SantLipi
55
topics:
66
- font

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ virtual = ".direnv"
77

88
[project]
99
name = "santlipi"
10-
version = "0.27.0"
10+
version = "0.28.0"
1111
description = "A unicode font for extraordinary Gurmukhi"
1212
readme = "README.md"
1313
requires-python = ">=3.8"

sources/SantLipi.glyphs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22081,7 +22081,7 @@ value = "https://github.com/shabados/SantLipi";
2208122081
},
2208222082
{
2208322083
key = versionString;
22084-
value = "Version 0.027";
22084+
value = "Version 0.028";
2208522085
}
2208622086
);
2208722087
settings = {
@@ -22104,5 +22104,5 @@ master02 = {
2210422104
};
2210522105
};
2210622106
versionMajor = 0;
22107-
versionMinor = 27;
22107+
versionMinor = 28;
2210822108
}

0 commit comments

Comments
 (0)