Skip to content

Commit

Permalink
release: increment version from 0.23.0 to 0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bhajneet committed Apr 16, 2024
1 parent 19d2172 commit 34999ea
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 5 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 0.24.0

- feat: stylize ੴ (ik oankar) to flow better
- feat: add mobile browser support for qa
- feat: add support for ਸ + ੍ + ZWJ to create initial half-s and stylize half-s forms
- feat: replace addakbindi with zwj logic for bindi before sihari
- docs: update documentation on pre-bihari nasals
- feat: add heavy vishram to pua for testing
- docs: update readme for dart package
- update font's unicode range in npm package
- refine shape of ik oankar

## 0.23.0

- feat: add named constants for composing unicode gurmukhi
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.23.0",
"version": "0.24.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.23.0
version: 0.24.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
@@ -1,6 +1,6 @@
[tool.poetry]
name = "santlipi"
version = "0.23.0"
version = "0.24.0"
description = "A unicode font for extraordinary Gurmukhi"
authors = ["Bhajneet S.K. <[email protected]>"]
license = "OFL-1.1-RFN"
Expand Down
4 changes: 2 additions & 2 deletions sources/SantLipi.glyphs
Original file line number Diff line number Diff line change
Expand Up @@ -22075,7 +22075,7 @@ value = "https://github.com/shabados/SantLipi";
},
{
key = versionString;
value = "Version 0.023";
value = "Version 0.024";
}
);
settings = {
Expand All @@ -22098,5 +22098,5 @@ master02 = {
};
};
versionMajor = 0;
versionMinor = 23;
versionMinor = 24;
}

0 comments on commit 34999ea

Please sign in to comment.