Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
ChurchTao committed Mar 18, 2024
1 parent d297f52 commit d81e208
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v0.1.4 (2024-03-18) [released]

- Fix: Fix the bug `fn read_files()` where no files in clipboard. [issues#11](https://github.com/ChurchTao/clipboard-rs/issues/11)

## v0.1.3 (2024-03-14) [released]

- Fix: Fix the bug on `Windows` can't read DIBV5 format image from clipboard [issues#8](https://github.com/ChurchTao/clipboard-rs/issues/8)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "clipboard-rs"
version = "0.1.3"
version = "0.1.4"
authors = ["ChurchTao <[email protected]>"]
description = "Cross-platform clipboard API (text | image | rich text | html | files | monitoring changes) | 跨平台剪贴板 API(文本|图片|富文本|html|文件|监听变化) Windows,MacOS,Linux"
repository = "https://github.com/ChurchTao/clipboard-rs"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Add the following content to your `Cargo.toml`:

```toml
[dependencies]
clipboard-rs = "0.1.3"
clipboard-rs = "0.1.4"
```

## [CHANGELOG](CHANGELOG.md)
Expand Down
2 changes: 1 addition & 1 deletion README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ clipboard-rs 是一个用 Rust 语言编写的跨平台库,用于获取和设

```toml
[dependencies]
clipboard-rs = "0.1.2"
clipboard-rs = "0.1.4"
```

## [更新日志](CHANGELOG.md)
Expand Down

0 comments on commit d81e208

Please sign in to comment.