]> git.proxmox.com Git - proxmox-fuse.git/commitdiff
bump version to 0.1.3-1
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 13 Jun 2022 13:10:48 +0000 (15:10 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 13 Jun 2022 13:10:48 +0000 (15:10 +0200)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
Cargo.toml
debian/changelog

index 0799e0bae1bcf854739d23aa67c067174ae1c377..a700a68b4ef34f82c784fba7185e03ce239942a7 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "proxmox-fuse"
-version = "0.1.2"
+version = "0.1.3"
 authors = ["Wolfgang Bumiller <w.bumiller@proxmox.com>"]
 edition = "2018"
 license = "AGPL-3"
index 690987ffed33163b0a8e8c15bf13680b18e9737c..a55df6402b6aef78363e13ef41b50bce0a84bf10 100644 (file)
@@ -1,3 +1,11 @@
+rust-proxmox-fuse (0.1.3-1) pve; urgency=medium
+
+  * use a custom reactor for the fuse file descriptor
+
+  * code maintenance
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 13 Jun 2022 15:10:15 +0200
+
 rust-proxmox-fuse (0.1.2-1) pve; urgency=medium
 
   * drop use of deprecated std::f64 module