Skip to content

Commit c52a6f6

Browse files
committed
Release 1.0.4
1 parent f235e29 commit c52a6f6

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
# 1.0.4 - 2021-07-03
8+
9+
### Fixed
10+
- [#148](https://github.com/thatmattlove/hyperglass/issues/148): Update Debian/Ubuntu Python package name in installer and documentation.
11+
- [#151](https://github.com/thatmattlove/hyperglass/issues/151): Fix issue with Junos structured output parsing from d1160fe where hyperglass would always query both IPv4 and IPv6 for any query type.
12+
13+
### Changed
14+
- Improve handling of Junos XML errors. When a Junos device returns an error in the XML output, it will be displayed in the UI.
15+
- Improve `hyperglass system-info` output. NodeJS version is now included in the output.
16+
717
# 1.0.3 - 2021-06-23
818

919
_1.0.3 is a cosmetic release to factor in code-level changes related to the repository name change from checktheroads to thatmattlove._

hyperglass/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from datetime import datetime
55

66
__name__ = "hyperglass"
7-
__version__ = "1.0.3"
7+
__version__ = "1.0.4"
88
__author__ = "Matt Love"
99
__copyright__ = f"Copyright {datetime.now().year} Matthew Love"
1010
__license__ = "BSD 3-Clause Clear License"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ license = "BSD-3-Clause-Clear"
2323
name = "hyperglass"
2424
readme = "README.md"
2525
repository = "https://github.com/thatmattlove/hyperglass"
26-
version = "1.0.3"
26+
version = "1.0.4"
2727

2828
[tool.poetry.scripts]
2929
hyperglass = "hyperglass.console:CLI"

0 commit comments

Comments
 (0)