From 078ef9415326e9f26b4a1248e2e348fe6e6a3369 Mon Sep 17 00:00:00 2001 From: DevITWay Date: Sat, 31 Jan 2026 16:54:26 +0000 Subject: [PATCH] chore: bump version to 0.2.19 --- .gitignore | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 73a18d4..8bccc63 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,7 @@ ROADMAP*.md docs-site/ docs/ *.txt + +## Internal files +.internal/ +examples/ diff --git a/Cargo.toml b/Cargo.toml index 6d81ee4..130c9b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ members = [ ] [workspace.package] -version = "0.2.18" +version = "0.2.19" edition = "2021" license = "MIT" authors = ["DevITWay "]