Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyagr committed Apr 5, 2024
1 parent 08e9ea4 commit 9f0e9b9
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 6 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed bugs


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

### Breaking changes

* Major version update to `poem` dependency

### New features

### Fixed bugs

* A bug that prevented saving the comparison when a file's dir existed on the
left side but not on the right side.

### Maintenance

* There are now some tests; GitHub CI runs them.


## [v0.1.2] - 2024-03-18

### New features
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 @@ -14,7 +14,7 @@ edition = { workspace = true }
include = ["/src", "/webapp/dist", "/*.md"]

[workspace.package]
version = "0.1.2" # Also update package.json and tauri.conf.json
version = "0.2.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.1.2"
"version": "0.2.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.1.2",
"version": "0.2.0",
"type": "module",
"dependencies": {
"@tauri-apps/api": "^1.5.3",
Expand Down

0 comments on commit 9f0e9b9

Please sign in to comment.