Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyagr committed Mar 15, 2024
1 parent 54eecca commit 58f76f1
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 8 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### New features

* `diffedit3` now has a logo (and an icon, and a favicon). See the top of the
README. :)

### Fixed bugs



## [v0.1.1] - 2024-03-15

Mostly some internal code reorgaization.

### New features

* `diffedit3` now has a logo (and an icon, and a favicon). See the top of the
README. :)


## [v0.1.0] - 2024-03-13

### Breaking changes
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.0" # Also update package.json and tauri.conf.json
version = "0.1.1" # 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.0"
"version": "0.1.1"
},
"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.1.0",
"version": "0.1.1",
"type": "module",
"dependencies": {
"@tauri-apps/api": "^1.5.3",
Expand Down

0 comments on commit 58f76f1

Please sign in to comment.