Skip to content

Commit

Permalink
publish new versions
Browse files Browse the repository at this point in the history
  • Loading branch information
wusyong authored Apr 2, 2021
1 parent 20cb051 commit c985ae3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changes/win32.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/window-file-drop-handler.md

This file was deleted.

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

## \[0.7.0]

- Add old win32 implementation on windows as default feature flag.
- [1a88cd2](https://github.com/tauri-apps/wry/commit/1a88cd267f2a29c1dd35d7197250972718081847) refactor: Add win32 implementation and feature flag for both backends ([#139](https://github.com/tauri-apps/wry/pull/139)) on 2021-04-02
- Adds a `WindowProxy` to the file drop handler closure - `WindowFileDropHandler`.
- [20cb051](https://github.com/tauri-apps/wry/commit/20cb051aba28009c70dad838b2a9b1575cb5363a) feat: add WindowProxy to file drop handler closure ([#140](https://github.com/tauri-apps/wry/pull/140)) on 2021-04-01

## \[0.6.2]

- Add pipe back to version check for covector config. This prevents the CI failure on publish if it exists already. The issue was patched in covector (and tests in place so it doesn't break in the future).
Expand Down
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
workspace = { }

[package]
name = "wry"
version = "0.6.2"
version = "0.7.0"
authors = [ "Ngo Iok Ui <wusyong9104@gmail.com>" ]
edition = "2018"
license = "Apache-2.0/MIT"
Expand Down Expand Up @@ -59,5 +61,3 @@ core-graphics = "0.22"
objc = "0.2"
objc_id = "0.1"
tauri-winit = "0.24"

[workspace]

0 comments on commit c985ae3

Please sign in to comment.