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

Commit 44d3cdf

Browse files
committed
version 0.10.3
1 parent 40dcb40 commit 44d3cdf

File tree

3 files changed

+21
-15
lines changed

3 files changed

+21
-15
lines changed

CHANGELOG.md

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

33

4+
### 0.10.3
5+
6+
@shumvgolove fixed a very dumb mistake I made when detecting the output
7+
current mode. This could potentially break a few setups, so I am releasing it
8+
now in a minor release. Apologies for the inconvenience.
9+
410
### 0.10.2
511

612
Another small update with **very** important bug fixes.

Cargo.lock

Lines changed: 14 additions & 14 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.2"
8+
version = "0.10.3"
99
authors = ["Leonardo Gibrowski Faé <leonardo.fae44@gmail.com>"]
1010
edition = "2021"
1111
license-file = "LICENSE"

0 commit comments

Comments
 (0)