Skip to content

Commit

Permalink
Merge pull request networktocode#42 from networktocode/0.2.2
Browse files Browse the repository at this point in the history
Prep for 0.2.2 release
  • Loading branch information
jeffkala authored Sep 2, 2021
2 parents 04942bf + a9c2b61 commit cff11b0
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## v0.2.2 - 2021-09

### Added

- #35 TCP/UDP Mappings
- #31 Interface range expansion
- #28 IPv6 Functionality to IP Module
- #34 Interface sorting

### Changed

- #39 Updated docs to include automation library mappings
- #41 Updated docs to include tcp/udp mappings

### Fixed

- Corrected contribution and attribution docs

## v0.2.1 - 2021-06

### Added
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__ = "0.2.1"
__version__ = "0.2.2"
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 = "0.2.1"
version = "0.2.2"
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 cff11b0

Please sign in to comment.