From 58f76f14529456a9c699f5f66c71af0c0725a3a3 Mon Sep 17 00:00:00 2001 From: Ilya Grigoriev Date: Fri, 15 Mar 2024 01:52:12 -0700 Subject: [PATCH] v0.1.1 --- CHANGELOG.md | 13 ++++++++++--- Cargo.lock | 4 ++-- Cargo.toml | 2 +- backend-tauri/tauri.conf.json | 2 +- webapp/package.json | 2 +- 5 files changed, 15 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c1cd47..63d1258 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,13 +11,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### New features -* `diffedit3` now has a logo (and an icon, and a favicon). See the top of the - README. :) - ### Fixed bugs +## [v0.1.1] - 2024-03-15 + +Mostly some internal code reorgaization. + +### New features + +* `diffedit3` now has a logo (and an icon, and a favicon). See the top of the + README. :) + + ## [v0.1.0] - 2024-03-13 ### Breaking changes diff --git a/Cargo.lock b/Cargo.lock index 8bd01af..6d0dfee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -664,7 +664,7 @@ dependencies = [ [[package]] name = "diffedit3" -version = "0.1.0" +version = "0.1.1" dependencies = [ "clap", "indexmap 2.2.5", @@ -683,7 +683,7 @@ dependencies = [ [[package]] name = "diffedit3-gui" -version = "0.1.0" +version = "0.1.1" dependencies = [ "clap", "diffedit3", diff --git a/Cargo.toml b/Cargo.toml index c05ad4f..cfb1347 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ edition = { workspace = true } include = ["/src", "/webapp/dist", "/*.md"] [workspace.package] -version = "0.1.0" # Also update package.json and tauri.conf.json +version = "0.1.1" # Also update package.json and tauri.conf.json edition = "2021" license = "Apache-2.0" readme = "README.md" diff --git a/backend-tauri/tauri.conf.json b/backend-tauri/tauri.conf.json index fd4edef..3ce8cc1 100644 --- a/backend-tauri/tauri.conf.json +++ b/backend-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "diffedit3-gui", - "version": "0.1.0" + "version": "0.1.1" }, "tauri": { "allowlist": { diff --git a/webapp/package.json b/webapp/package.json index 427dc3e..7be833f 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -1,7 +1,7 @@ { "name": "diffedit3-webapp", "private": true, - "version": "0.1.0", + "version": "0.1.1", "type": "module", "dependencies": { "@tauri-apps/api": "^1.5.3",