Skip to content

Commit 58f76f1

Browse files
committed
v0.1.1
1 parent 54eecca commit 58f76f1

File tree

5 files changed

+15
-8
lines changed

5 files changed

+15
-8
lines changed

CHANGELOG.md

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

1212
### New features
1313

14-
* `diffedit3` now has a logo (and an icon, and a favicon). See the top of the
15-
README. :)
16-
1714
### Fixed bugs
1815

1916

2017

18+
## [v0.1.1] - 2024-03-15
19+
20+
Mostly some internal code reorgaization.
21+
22+
### New features
23+
24+
* `diffedit3` now has a logo (and an icon, and a favicon). See the top of the
25+
README. :)
26+
27+
2128
## [v0.1.0] - 2024-03-13
2229

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

1616
[workspace.package]
17-
version = "0.1.0" # Also update package.json and tauri.conf.json
17+
version = "0.1.1" # Also update package.json and tauri.conf.json
1818
edition = "2021"
1919
license = "Apache-2.0"
2020
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.1.0"
11+
"version": "0.1.1"
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.1.0",
4+
"version": "0.1.1",
55
"type": "module",
66
"dependencies": {
77
"@tauri-apps/api": "^1.5.3",

0 commit comments

Comments
 (0)