Skip to content
This repository was archived by the owner on Oct 31, 2025. It is now read-only.
/ swww Public archive

Commit ede6815

Browse files
committed
version 0.10.1
1 parent d31799c commit ede6815

File tree

3 files changed

+27
-11
lines changed

3 files changed

+27
-11
lines changed

CHANGELOG.md

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

33

4+
### 0.10.1
5+
6+
A small update with important bug fixes.
7+
8+
#### Fixes
9+
10+
* Make `swww` work on systems where `c_long` is is not mapped to `i64`, by
11+
@triallax
12+
* Fix fractional scaling, by @cyuria
13+
* @nullcubee and @iynaix helped me understand fix the nix build (thanks, guys)
14+
15+
#### Improvements
16+
17+
* using `tiny-bench ` instead of `criterion` reduces our dependencies in
18+
`debug` builds
19+
420
### 0.10.0
521

622
Okay, this one's a doozy.

Cargo.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ members = ["client", "daemon", "common", "tests"]
55
default-members = ["client", "daemon"]
66

77
[workspace.package]
8-
version = "0.10.0-master"
8+
version = "0.10.1"
99
authors = ["Leonardo Gibrowski Faé <leonardo.fae44@gmail.com>"]
1010
edition = "2021"
1111
license-file = "LICENSE"

0 commit comments

Comments
 (0)