Skip to content

Commit

Permalink
release: increment version from 0.28.0 to 0.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bhajneet committed Nov 21, 2024
1 parent 0aeec47 commit a6e988f
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.29.0

- feat: add joiners to dbldanda in continuous scripts

## 0.28.0

- fix: match terminal widths/lengths for above vowels
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.28.0",
"version": "0.29.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.28.0
version: 0.29.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.28.0"
version = "0.29.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 @@ -22324,7 +22324,7 @@ value = "https://github.com/shabados/SantLipi";
},
{
key = versionString;
value = "Version 0.028";
value = "Version 0.029";
}
);
settings = {
Expand All @@ -22347,5 +22347,5 @@ master02 = {
};
};
versionMajor = 0;
versionMinor = 28;
versionMinor = 29;
}

0 comments on commit a6e988f

Please sign in to comment.