Skip to content

Commit

Permalink
prep for 1.2.0 release (#143)
Browse files Browse the repository at this point in the history
* prep for 1.2.0 release

* Update CHANGELOG.md

Co-authored-by: Jeff Kala <[email protected]>

Co-authored-by: Jeff Kala <[email protected]>
  • Loading branch information
abates and jeffkala authored Aug 5, 2022
1 parent a4227a5 commit f93a92f
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 4 deletions.
23 changes: 21 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## v1.2.0 - 2022-08

### Added

- #128 Documentation for Nokia SROS duplicate lines/duplicate line detection
- #138 Added nxos_ssh to Napalm mapper

### Changed

- #113 Updated lib mapping docs
- #115 Switched build backend to poetry-core
- #121 Update banner parsing for EOS
- #129 Add type hints to the whole project and mypy testing setup and CI
- #134 Updated CODEOWNERS

### Fixed

- #122 Fixed encrypt type7

## v1.1.0 - 2022-04

### Added
Expand All @@ -23,7 +42,7 @@

### Added

- #69 Normalise banner demiliter for IOS to ^C & support parsing delimiter ^
- #69 Normalise banner delimiter for IOS to ^C & support parsing delimiter ^

### Fixed

Expand Down Expand Up @@ -113,7 +132,7 @@

### Fixed

- Enable docsting tests
- Enable docstring tests
- Fix docstring tests
- Fix wording and links on README

Expand Down
2 changes: 1 addition & 1 deletion netutils/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Initialization file for library."""

__version__ = "1.1.0"
__version__ = "1.2.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "netutils"
version = "1.1.0"
version = "1.2.0"
description = "Common helper functions useful in network automation."
authors = ["Network to Code, LLC <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit f93a92f

Please sign in to comment.