File tree 4 files changed +18
-3
lines changed
4 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 0.1.0 "
2
+ "." : " 0.1.1 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.1.1] ( https://github.com/nomios-opensource/pytest-netconf/compare/v0.1.0...v0.1.1 ) (2025-01-06)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * server restart hanging ([ #5 ] ( https://github.com/nomios-opensource/pytest-netconf/issues/5 ) ) ([ 397858a] ( https://github.com/nomios-opensource/pytest-netconf/commit/397858a9f7c0fb3632a4ba256f3b7fa47727c417 ) )
9
+ * update dependencies ([ 140d31f] ( https://github.com/nomios-opensource/pytest-netconf/commit/140d31fc536bbba2a1db8ca10ea6379356fa3f3e ) )
10
+ * update dependencies ([ 03857e0] ( https://github.com/nomios-opensource/pytest-netconf/commit/03857e0542e329464698fdf6c8caa88175f2f48e ) )
11
+
12
+
13
+ ### Documentation
14
+
15
+ * add installation instructions ([ 12ae0c9] ( https://github.com/nomios-opensource/pytest-netconf/commit/12ae0c92ed8fd56af8d6802754fb1efa51b6f9be ) )
16
+ * update codecov badge ([ addbcfd] ( https://github.com/nomios-opensource/pytest-netconf/commit/addbcfdbb7489af033d822896c14fa27fc89d5c7 ) )
17
+
3
18
## 0.1.0 (2024-08-08)
4
19
5
20
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " pytest-netconf"
3
- version = " 0.1.0 "
3
+ version = " 0.1.1 "
4
4
description = " A pytest plugin that provides a mock NETCONF (RFC6241/RFC6242) server for local testing."
5
5
authors = [" Adam Kirchberger <adam.kirchberger@nomios.co.uk>" ]
6
6
license = " Apache License 2.0"
Original file line number Diff line number Diff line change 14
14
limitations under the License.
15
15
"""
16
16
17
- __version__ = "0.1.0 "
17
+ __version__ = "0.1.1 "
You can’t perform that action at this time.
0 commit comments