From 04013e82389dc9544c3207854f965f0b8f9c0927 Mon Sep 17 00:00:00 2001 From: Cameron Westland Date: Thu, 12 Feb 2026 13:30:20 -0600 Subject: [PATCH] release: bump version to 1.1.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ca649f3..5712389 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2049,7 +2049,7 @@ checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695" [[package]] name = "isq" -version = "1.0.1" +version = "1.1.0" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index bde4ceb..173f570 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "isq" -version = "1.0.1" +version = "1.1.0" edition = "2024" description = "A CLI for GitHub & Linear issues. Instant. Offline-first. AI-agent native." license = "MIT"