Skip to content

Commit

Permalink
[create-pull-request] automated change (#39)
Browse files Browse the repository at this point in the history
Co-authored-by: JonasKruckenberg <JonasKruckenberg@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and JonasKruckenberg committed Jan 19, 2023
1 parent b0a9483 commit e458335
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 23 deletions.
4 changes: 0 additions & 4 deletions .changes/f630b85.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/update-elk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/update-tauri.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/use-stable-config.md

This file was deleted.

2 changes: 1 addition & 1 deletion Cargo.lock

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

11 changes: 11 additions & 0 deletions src-tauri/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## \[0.2.0]

- Enable window draging by the title bar
- [2eb4a8a](https://github.com/elk-zone/elk-native/commit/2eb4a8ae77fb5c76808ea0f8d2bdaaab81efa924) fix: Enable window draging by the title bar ([#29](https://github.com/elk-zone/elk-native/pull/29)) on 2023-01-19
- Update elk to v0.6.0. This includes various improvements, support for more languages, and more!
- [b0a9483](https://github.com/elk-zone/elk-native/commit/b0a9483afaaf789147ab77d2571e4f276ac291f8) update elk to v0.6.0 ([#40](https://github.com/elk-zone/elk-native/pull/40)) on 2023-01-19
- Update Tauri from v1.2.3 to v1.2.4
- [513a1c2](https://github.com/elk-zone/elk-native/commit/513a1c2808941b20edc6d1b220ed15a9682eb389) Update Rust crate tauri to 1.2.4 ([#36](https://github.com/elk-zone/elk-native/pull/36)) on 2023-01-19
- Use correct configuration and icon for stable releases.
- [b5e5446](https://github.com/elk-zone/elk-native/commit/b5e544655c798405827babcf8aecf7e3d0ddc03e) fix: use correct configuration for stable releases ([#38](https://github.com/elk-zone/elk-native/pull/38)) on 2023-01-19

## \[0.1.1]

- Fixed opening links in the browser
Expand Down
6 changes: 3 additions & 3 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "app"
version = "0.1.1"
version = "0.2.0"
description = "A Tauri App"
authors = [ "you" ]
license = ""
Expand All @@ -10,12 +10,12 @@ edition = "2021"
rust-version = "1.59"

[build-dependencies]
tauri-build = { version = "1.2.1", features = [] }
tauri-build = { version = "1.2.1", features = [ ] }

[dependencies]
serde_json = "1.0"
serde = { version = "1.0", features = [ "derive" ] }
tauri = { version = "1.2.4", features = ["shell-open", "updater", "window-start-dragging"] }
tauri = { version = "1.2.4", features = [ "shell-open", "updater", "window-start-dragging" ] }
tauri-plugin-log = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "dev", features = [ "colored" ] }
tauri-plugin-store = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "dev" }
log = "0.4.17"
Expand Down

0 comments on commit e458335

Please sign in to comment.