From ebe522c7c2c547fc8de11502d26f96b3ee4dcae0 Mon Sep 17 00:00:00 2001 From: "nomios-bot[bot]" <175431501+nomios-bot[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 16:40:23 +0000 Subject: [PATCH] chore(develop): release 0.1.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e18ee07..466df71 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.0" + ".": "0.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..0117244 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# Changelog + +## 0.1.0 (2024-08-06) + + +### Features + +* add NETCONF SSH server ([7c4594c](https://github.com/nomios-opensource/pytest-netconf/commit/7c4594c124c91aa0560ea4d7d6e1add492dc6202)) +* add SSH password authentication ([9f01ce0](https://github.com/nomios-opensource/pytest-netconf/commit/9f01ce0b3a8366e8d7bbeafb0143b0187f9445ff)) +* add SSH public key authentication ([1fe8cc3](https://github.com/nomios-opensource/pytest-netconf/commit/1fe8cc3c8c1f2518da0611aa37ef43760a190b6c)) +* add support for NETCONF base version 1.0 and 1.1 ([322e68a](https://github.com/nomios-opensource/pytest-netconf/commit/322e68a1cb31648065de713230c657c38630bc3a)) +* add support for regex request matching ([bc29e4d](https://github.com/nomios-opensource/pytest-netconf/commit/bc29e4d090305c8d38f561401a499e64bc213411)) +* add tests for popular NETCONF clients ([c4c963a](https://github.com/nomios-opensource/pytest-netconf/commit/c4c963a3ce8472d53e90acf25511fbd03ce93439))