summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--debian/changelog6
3 files changed, 8 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 78dc598c..f771baa6 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -68,7 +68,7 @@ checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6"
[[package]]
name = "bcachefs-tools"
-version = "1.31.1"
+version = "1.31.2"
dependencies = [
"anyhow",
"bch_bindgen",
diff --git a/Cargo.toml b/Cargo.toml
index a7011aa8..6c9af387 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,7 +4,7 @@ default-members = [".", "bch_bindgen"]
[package]
name = "bcachefs-tools"
-version = "1.31.1"
+version = "1.31.2"
authors = ["Yuxuan Shui <yshuiv7@gmail.com>", "Kayla Firestack <dev@kaylafire.me>", "Kent Overstreet <kent.overstreet@linux.dev>" ]
edition = "2021"
rust-version = "1.77.0"
diff --git a/debian/changelog b/debian/changelog
index 01295893..694c7f70 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+bcachefs-tools (1:1.31.2) UNRELEASED; urgency=medium
+
+ * DKMS now works on 6.16
+
+ -- Kent Overstreet <kent.overstreet@linux.dev> Fri, 19 Sep 2025 02:30:19 -0400
+
bcachefs-tools (1:1.31.1~1) unstable; urgency=medium
* Split DKMS into separate binary package