Skip to content

Commit d3f446d

Browse files
Publish New Versions (#69)
Co-authored-by: lucasfernog <[email protected]>
1 parent 74c150a commit d3f446d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.changes/target-dir-resolver.md

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

CHANGELOG.md

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

3+
## \[0.1.3]
4+
5+
- Allow specifying an app target dir resolver via `config::App::with_target_dir_resolver`.
6+
- [74c150a](https://github.com/tauri-apps/tauri-mobile/commit/74c150a7ad84db516fa39a6e9c7a4454de1d5d83) feat: allow setting a custom target dir resolver ([#68](https://github.com/tauri-apps/tauri-mobile/pull/68)) on 2022-12-28
7+
38
## \[0.1.2]
49

510
- Fix `android_binding!` macro usage in the `wry` template.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tauri-mobile"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
authors = [
55
"Tauri Programme within The Commons Conservancy",
66
"Brainium Studios LLC",

0 commit comments

Comments
 (0)