diff options
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 | ||||
-rw-r--r-- | debian/changelog | 6 |
3 files changed, 8 insertions, 2 deletions
@@ -68,7 +68,7 @@ checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6" [[package]] name = "bcachefs-tools" -version = "1.31.1" +version = "1.31.2" dependencies = [ "anyhow", "bch_bindgen", @@ -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 |