Skip to content

Commit

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

- ws: rename gh action to prerelease
- ws: rename gh action to prerelease
- feat: add narrow ekonkar for continuous scripts

## 0.29.0

- feat: add joiners to dbldanda in continuous scripts
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.29.0",
"version": "0.30.0",
"description": "A unicode font for extraordinary Gurmukhi",
"license": "MIT",
"author": "Bhajneet S.K. <bhajneet@gmail.com>",
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.29.0
version: 0.30.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.29.0"
version = "0.30.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 @@ -22589,7 +22589,7 @@ value = "https://github.com/shabados/SantLipi";
},
{
key = versionString;
value = "Version 0.029";
value = "Version 0.030";
}
);
settings = {
Expand All @@ -22612,5 +22612,5 @@ master02 = {
};
};
versionMajor = 0;
versionMinor = 29;
versionMinor = 30;
}

0 comments on commit ba2a35d

Please sign in to comment.