Skip to content

Commit bd303c5

Browse files
authoredAug 8, 2024··
chore(develop): release 0.1.0 (#1)
Co-authored-by: nomios-bot[bot] <175431501+nomios-bot[bot]@users.noreply.github.com>
1 parent 6de51c5 commit bd303c5

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed
 

‎.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.0"
2+
".": "0.1.0"
33
}

‎CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Changelog
2+
3+
## 0.1.0 (2024-08-08)
4+
5+
6+
### Features
7+
8+
* add NETCONF SSH server ([7c4594c](https://github.com/nomios-opensource/pytest-netconf/commit/7c4594c124c91aa0560ea4d7d6e1add492dc6202))
9+
* add SSH password authentication ([9f01ce0](https://github.com/nomios-opensource/pytest-netconf/commit/9f01ce0b3a8366e8d7bbeafb0143b0187f9445ff))
10+
* add SSH public key authentication ([1fe8cc3](https://github.com/nomios-opensource/pytest-netconf/commit/1fe8cc3c8c1f2518da0611aa37ef43760a190b6c))
11+
* add support for NETCONF base version 1.0 and 1.1 ([322e68a](https://github.com/nomios-opensource/pytest-netconf/commit/322e68a1cb31648065de713230c657c38630bc3a))
12+
* add support for regex request matching ([bc29e4d](https://github.com/nomios-opensource/pytest-netconf/commit/bc29e4d090305c8d38f561401a499e64bc213411))
13+
* add tests for popular NETCONF clients ([c4c963a](https://github.com/nomios-opensource/pytest-netconf/commit/c4c963a3ce8472d53e90acf25511fbd03ce93439))
14+
15+
16+
### Bug Fixes
17+
18+
* add test for publickey auth using wrong key ([1bb8067](https://github.com/nomios-opensource/pytest-netconf/commit/1bb8067a6b242d1172a2f557eb1f727a665064a1))
19+
* channel close error ([06264c4](https://github.com/nomios-opensource/pytest-netconf/commit/06264c4b4d3badd5de187f581a6bed6e11d0e3eb))
20+
* coverage bug when testing pytest plugins ([ac27e25](https://github.com/nomios-opensource/pytest-netconf/commit/ac27e2542630fc81b8978400506604eddce29c49))
21+
* ncclient disconnect test ([2124520](https://github.com/nomios-opensource/pytest-netconf/commit/21245206419d2806007e474437385d45ae0067ca))
22+
* pytest-cov threading bug ([6de51c5](https://github.com/nomios-opensource/pytest-netconf/commit/6de51c55e1839adaadc433172e6e0d4e4ae7a926))

0 commit comments

Comments
 (0)
Please sign in to comment.