Skip to content

Commit a997887

Browse files
Publish New Versions (#58)
Co-authored-by: amrbashir <[email protected]>
1 parent 0d8c91c commit a997887

File tree

6 files changed

+13
-29
lines changed

6 files changed

+13
-29
lines changed

.changes/ios-logs.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/simctl-noninteractive.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/static.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/vendored-openssl.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## \[0.1.1]
4+
5+
- Show all application logs on iOS noninteractive mode.
6+
- [eb071b6](https://github.com/tauri-apps/tauri-mobile/commit/eb071b65c49c4bd20abbc917fa47c75273977b4f) feat(apple): show app logs, simulator noninteractive mode ([#63](https://github.com/tauri-apps/tauri-mobile/pull/63)) on 2022-12-23
7+
- Implement noninteractive mode on iOS simulators.
8+
- [eb071b6](https://github.com/tauri-apps/tauri-mobile/commit/eb071b65c49c4bd20abbc917fa47c75273977b4f) feat(apple): show app logs, simulator noninteractive mode ([#63](https://github.com/tauri-apps/tauri-mobile/pull/63)) on 2022-12-23
9+
- Fix `cargo apple run` can't work on real device.
10+
- [89bbe2b](https://github.com/tauri-apps/tauri-mobile/commit/89bbe2bdd30b55d5e4af91aced779d88997cfec7) Fix `cargo apple run` can't work on real device ([#59](https://github.com/tauri-apps/tauri-mobile/pull/59)) on 2022-12-26
11+
- Added the `openssl-vendored` Cargo feature.
12+
- [f76d8db](https://github.com/tauri-apps/tauri-mobile/commit/f76d8db3ca8ca472aeab8d28c0e7b41c8348de9a) feat: add `openssl-vendored` feature ([#57](https://github.com/tauri-apps/tauri-mobile/pull/57)) on 2022-12-10
13+
314
## \[0.1.0]
415

516
- Initial release!

Cargo.toml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tauri-mobile"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = [
55
"Tauri Programme within The Commons Conservancy",
66
"Brainium Studios LLC",
@@ -11,13 +11,7 @@ description = "Rust on mobile made easy!"
1111
documentation = "https://docs.rs/tauri-mobile"
1212
repository = "https://github.com/tauri-apps/tauri-mobile"
1313
readme = "README.md"
14-
keywords = [
15-
"cargo",
16-
"mobile",
17-
"ios",
18-
"android",
19-
"tauri"
20-
]
14+
keywords = [ "cargo", "mobile", "ios", "android", "tauri" ]
2115
categories = [ "development-tools::cargo-plugins" ]
2216
license = "Apache-2.0 OR MIT"
2317

0 commit comments

Comments
 (0)