From 3d3b4d1dc48f87fe1462835a82b04de0ed5f07ae Mon Sep 17 00:00:00 2001 From: Ciphercat <78522797+0xrsydn@users.noreply.github.com> Date: Sat, 7 Mar 2026 22:19:27 +0000 Subject: [PATCH] chore: bump version to v0.2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ff18fde..d6b33f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "idx-cli" -version = "0.1.0" +version = "0.2.0" edition = "2024" description = "CLI tool for Indonesian stock market (IDX) analysis" license = "MIT"