Skip to content

Commit 5bf5c6d

Browse files
committed
v0.5.0
1 parent 87a61ff commit 5bf5c6d

File tree

5 files changed

+11
-7
lines changed

5 files changed

+11
-7
lines changed

CHANGELOG.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
### New features
1313

14+
### Fixed bugs
15+
16+
## [v0.5.0] - 2025-09-29
17+
18+
### New features
19+
1420
* `diffedit3` now accepts files as arguments, not just dirs. So, `diffedit3
1521
left_file right_file output_file` is now allowed. Mixing dirs and files is not
1622
allowed.
@@ -19,8 +25,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1925
and the pinning/collapsing controls are disabled. Allowing the user to
2026
collapse the only editor doesn't make much sense.
2127

22-
### Fixed bugs
23-
2428
## [v0.4.0] - 2024-05-04
2529

2630
### Breaking changes

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.4.0" # Also update package.json and tauri.conf.json
21+
version = "0.5.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.4.0"
11+
"version": "0.5.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.4.0",
4+
"version": "0.5.0",
55
"type": "module",
66
"dependencies": {
77
"@tauri-apps/api": "^1.5.3",

0 commit comments

Comments
 (0)