We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e99ee98 commit 190667fCopy full SHA for 190667f
CHANGELOG.md
@@ -1,7 +1,8 @@
1
# Changelog
2
3
-## 1.11.1 - TBD
+## 1.12.0 - 2023-11-09
4
5
+* Added the `DiskFull` error and message for the NTSTATUS code `0xC000007F` - https://github.com/jborean93/smbprotocol/pull/245
6
7
## 1.11.0 - 2023-09-06
8
pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "smbprotocol"
9
-version = "1.11.1"
+version = "1.12.0"
10
description = "Interact with a server using the SMB 2/3 Protocol"
11
readme = "README.md"
12
requires-python = ">=3.7"
0 commit comments