Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyagr committed Apr 11, 2024
1 parent 7e94190 commit aaf7cd0
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 5 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,23 @@ its name.

### Fixed bugs

## [v0.3.0] - 2024-04-11

Make `diffedit3` easier to install

### Breaking changes

Renamed the `diffedit3-web` binary to `diffedit3`

The `diffedit3-gui` release artifact is now marked as unsupported in
its name.

### New features

`diffedit3` can now be installed with `cargo binstall diffedit3`.

### Fixed bugs


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

Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ include = ["/src", "/webapp/dist", "/*.md"]
pkg-url = "{ repo }/releases/download/v{ version }/diffedit3-v{ version }-{ target }.{ archive-format }"

[workspace.package]
version = "0.2.0" # Also update package.json and tauri.conf.json
version = "0.3.0" # Also update package.json and tauri.conf.json
edition = "2021"
license = "Apache-2.0"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion backend-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "diffedit3-gui",
"version": "0.2.0"
"version": "0.3.0"
},
"tauri": {
"allowlist": {
Expand Down
2 changes: 1 addition & 1 deletion webapp/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "diffedit3-webapp",
"private": true,
"version": "0.2.0",
"version": "0.3.0",
"type": "module",
"dependencies": {
"@tauri-apps/api": "^1.5.3",
Expand Down

0 comments on commit aaf7cd0

Please sign in to comment.