Skip to content

Commit

Permalink
client: v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxVerevkin committed Dec 30, 2023
1 parent bace88c commit 3c69f10
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions wayrs-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 1.0.1

- Reduce memory allocations.
- Update core protocol.

# 1.0.0

- Drog `..` and `a..` support from `Global::bind`. Provide the upper bound.
Expand Down
2 changes: 1 addition & 1 deletion wayrs-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wayrs-client"
version = "1.0.0"
version = "1.0.1"
description = "A simple wayland library"
authors = ["MaxVerevkin <[email protected]>"]
keywords = ["wayland", "client"]
Expand Down

0 comments on commit 3c69f10

Please sign in to comment.