Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a51025c

Browse files
authoredJan 6, 2025··
chore(develop): release 0.1.1
1 parent 397858a commit a51025c

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed
 

‎.release-please-manifest.json

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

‎CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

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+
318
## 0.1.0 (2024-08-08)
419

520

‎pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pytest-netconf"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "A pytest plugin that provides a mock NETCONF (RFC6241/RFC6242) server for local testing."
55
authors = ["Adam Kirchberger <adam.kirchberger@nomios.co.uk>"]
66
license = "Apache License 2.0"

‎pytest_netconf/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
limitations under the License.
1515
"""
1616

17-
__version__ = "0.1.0"
17+
__version__ = "0.1.1"

0 commit comments

Comments
 (0)
Please sign in to comment.