From 80be284997e64090b7f02b88b1c24b0d57f59d8d Mon Sep 17 00:00:00 2001 From: PolyMeilex Date: Sun, 5 Oct 2025 21:07:22 +0200 Subject: [PATCH] Version bump 0.8.0 --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 194b7985b61b..bdab58bd72b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 0.8.0 + ### Breaking changes `GbmFramebufferExporter::new` now accepts a `NodeFilter` as import node, which diff --git a/Cargo.toml b/Cargo.toml index f1a1ab581377..0e5997a39a02 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "smithay" -version = "0.7.0" +version = "0.8.0" authors = ["Victor Berger ", "Drakulix (Victoria Brekenfeld)"] license = "MIT" description = "Smithay is a library for writing wayland compositors."