From 8c58ea4f491e5c2071365f2bde2a358a2fae49d6 Mon Sep 17 00:00:00 2001 From: jefvantongerloo Date: Tue, 28 Jun 2022 15:34:39 +0200 Subject: [PATCH] v1.1.0 release --- CHANGELOG.md | 3 ++- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1579748..7c6753e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Textfsm-aos release notes -## [1.0.1] - Unreleased +## [1.1.0] - 28-06-2022 ### Added CLI commands @@ -10,6 +10,7 @@ - aos8 - `show linkagg port` [#56](https://github.com/jefvantongerloo/textfsm-aos/pull/56) - aos8 - `show port-security brief` [#51](https://github.com/jefvantongerloo/textfsm-aos/pull/51) - aos8 - `show qos port` [#52](https://github.com/jefvantongerloo/textfsm-aos/pull/52) +- aos8 - `show spantree ports` [#58](https://github.com/jefvantongerloo/textfsm-aos/pull/58) ### Fixed diff --git a/pyproject.toml b/pyproject.toml index f78ff3a..afdd9c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "textfsm_aos" -version = "1.0.0" +version = "1.1.0" description = "Alcatel-Lucent Enterprise AOS CLI parsing (TextFSM)" authors = ["Jef Vantongerloo "] license = "Apache-2.0"