diff --git a/CHANGELOG.md b/CHANGELOG.md index 717c24f..f63b738 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# Release v.0.1.2 + +- [ ] sidebar-width remove +- [ ] increase timeout for alerts +- [ ] add button to clone the assistant into a new chat + # Release v.0.1.1 - add text streaming on default diff --git a/package.json b/package.json index d9bd65f..928b7d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "delegate", - "version": "0.1.1", + "version": "0.1.2", "description": "", "scripts": { "start": "vite", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 0da2727..0587d32 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -523,7 +523,7 @@ dependencies = [ [[package]] name = "delegate" -version = "0.1.1" +version = "0.1.2" dependencies = [ "diesel", "diesel_migrations", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index debdb32..c3128aa 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "delegate" -version = "0.1.1" +version = "0.1.2" description = "A Tauri App" authors = ["you"] license = "" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 060778e..63b2364 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "Delegate", - "version": "0.1.1" + "version": "0.1.2" }, "tauri": { "allowlist": {