Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyagr committed May 6, 2024
1 parent bab9af3 commit 2d31d48
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 10 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Breaking changes

* The `--port-range` option was removed. Instead, `--port` can now be repeated and accepts dash-separated ranges. For example, the default is now equivalent to `--port 8080-8090 --port 0`.

* This also corresponds to a breaking change to the `local_server` library interface

### New features

### Fixed bugs

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

### Breaking changes

* The `--port-range` option was removed. Instead, `--port` can now be repeated and accepts dash-separated ranges. For example, the default is now equivalent to `--port 8080-8090 --port 0`.

* This also corresponds to a breaking change to the `local_server` library interface

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

Make `diffedit3` easier to install
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.3.0" # Also update package.json and tauri.conf.json
version = "0.4.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.3.0"
"version": "0.4.0"
},
"tauri": {
"allowlist": {
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

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.3.0",
"version": "0.4.0",
"type": "module",
"dependencies": {
"@tauri-apps/api": "^1.5.3",
Expand Down

0 comments on commit 2d31d48

Please sign in to comment.