Skip to content

Commit 18df1e3

Browse files
committed
release v1.0.2
1 parent 2ec52af commit 18df1e3

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [1.0.2](https://github.com/zabbix/python-zabbix-utils/compare/v1.0.1...v1.0.2) (2023-12-15)
2+
3+
### Bug fixes:
4+
5+
- added trailing underscores as workaround to use Python keywords as names of API object or method
6+
- changed TypeError to ValueError for the exception during version parsing.
7+
- fixed compression support for Sender and Getter.
8+
- made refactoring of some parts of the code.
9+
- fixed small bugs and flaws.
10+
111
## [1.0.1](https://github.com/zabbix/python-zabbix-utils/compare/v1.0.0...v1.0.1) (2023-11-27)
212

313
### Bug fixes:

zabbix_utils/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
2323
# OTHER DEALINGS IN THE SOFTWARE.
2424

25-
__version__ = "1.0.1"
25+
__version__ = "1.0.2"
2626

2727
__min_supported__ = 5.0
2828
__max_supported__ = 7.0

0 commit comments

Comments
 (0)