Add support for signed=True in jeb_utils.utils.int_to_bytes

This commit is contained in:
2026-04-02 13:39:26 +02:00
parent cee1fb2758
commit 2395691e5c
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -77,6 +77,9 @@ pip install jeb-utils --index-url https://repo.jcloud-services.ddns.net/simple/
- `create_file_if_not_exists`: Creates a file if it does not exist.
## Changelog
### Version 0.2.4
- Add support for `signed=True` in `jeb_utils.utils.int_to_bytes`
### Version 0.2.3
- Bug fix: `is_valid_host`, `is_valid_port` and `validate_address_port` in `jeb_utils.utils` were not included in `__all__`