chore: bump version to 0.2.19

This commit is contained in:
2026-01-31 16:54:26 +00:00
committed by devitway
parent 94c92e5bc3
commit 078ef94153
2 changed files with 5 additions and 1 deletions

4
.gitignore vendored
View File

@@ -13,3 +13,7 @@ ROADMAP*.md
docs-site/ docs-site/
docs/ docs/
*.txt *.txt
## Internal files
.internal/
examples/

View File

@@ -7,7 +7,7 @@ members = [
] ]
[workspace.package] [workspace.package]
version = "0.2.18" version = "0.2.19"
edition = "2021" edition = "2021"
license = "MIT" license = "MIT"
authors = ["DevITWay <devitway@gmail.com>"] authors = ["DevITWay <devitway@gmail.com>"]