Skip to content

Commit aaf7cd0

Browse files
committed
v0.3.0
1 parent 7e94190 commit aaf7cd0

File tree

5 files changed

+22
-5
lines changed

5 files changed

+22
-5
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,23 @@ its name.
2020

2121
### Fixed bugs
2222

23+
## [v0.3.0] - 2024-04-11
24+
25+
Make `diffedit3` easier to install
26+
27+
### Breaking changes
28+
29+
Renamed the `diffedit3-web` binary to `diffedit3`
30+
31+
The `diffedit3-gui` release artifact is now marked as unsupported in
32+
its name.
33+
34+
### New features
35+
36+
`diffedit3` can now be installed with `cargo binstall diffedit3`.
37+
38+
### Fixed bugs
39+
2340

2441
## [v0.2.0] - 2024-04-05
2542

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ include = ["/src", "/webapp/dist", "/*.md"]
1818
pkg-url = "{ repo }/releases/download/v{ version }/diffedit3-v{ version }-{ target }.{ archive-format }"
1919

2020
[workspace.package]
21-
version = "0.2.0" # Also update package.json and tauri.conf.json
21+
version = "0.3.0" # Also update package.json and tauri.conf.json
2222
edition = "2021"
2323
license = "Apache-2.0"
2424
readme = "README.md"

backend-tauri/tauri.conf.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"package": {
1010
"productName": "diffedit3-gui",
11-
"version": "0.2.0"
11+
"version": "0.3.0"
1212
},
1313
"tauri": {
1414
"allowlist": {

webapp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "diffedit3-webapp",
33
"private": true,
4-
"version": "0.2.0",
4+
"version": "0.3.0",
55
"type": "module",
66
"dependencies": {
77
"@tauri-apps/api": "^1.5.3",

0 commit comments

Comments
 (0)