Skip to content

Commit

Permalink
Publish New Versions (#158)
Browse files Browse the repository at this point in the history
Co-authored-by: amrbashir <[email protected]>
  • Loading branch information
github-actions[bot] and amrbashir authored Jun 5, 2023
1 parent 7b46c30 commit 6239dce
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changes/libc_path.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/tls-features.md

This file was deleted.

5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## \[0.5.1]

- [`e1bf612`](https://github.com/tauri-apps/tauri-mobile/commit/e1bf612e6f2cf1f1ff21401d01129946dffe9abb)([#162](https://github.com/tauri-apps/tauri-mobile/pull/162)) Update the path to `libc++_shared.so` for NDK versions 22 and above.
- [`7b46c30`](https://github.com/tauri-apps/tauri-mobile/commit/7b46c30764e1c410e25f519a95192346f41a9e3b)([#169](https://github.com/tauri-apps/tauri-mobile/pull/169)) Added the `native-tls` (enabled by default) and `rustls` features to allow compiling without native-tls.

## \[0.5.0]

- [`c2abaf5`](https://github.com/tauri-apps/tauri-mobile/commit/c2abaf54135bf65b1165a38d3b1d84e8d57f5d6c)([#148](https://github.com/tauri-apps/tauri-mobile/pull/148)) Detach launched processes for CLI `open` commands on macOS and Windwos.
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tauri-mobile"
version = "0.5.0"
version = "0.5.1"
authors = [
"Tauri Programme within The Commons Conservancy",
"Brainium Studios LLC",
Expand Down Expand Up @@ -82,7 +82,7 @@ objc = "0.2.7"
objc_id = "0.1.1"

[target."cfg(not(target_os = \"macos\"))".dependencies]
ureq = { version = "2.4.0", default-features = false, features = ["gzip"] }
ureq = { version = "2.4.0", default-features = false, features = [ "gzip" ] }

[target."cfg(target_os = \"linux\")".dependencies]
freedesktop_entry_parser = "1.1"
Expand Down

0 comments on commit 6239dce

Please sign in to comment.