Skip to content

Commit d5ff81f

Browse files
chore(develop): release 0.1.1
1 parent 03857e0 commit d5ff81f

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

Diff for: .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
}

Diff for: CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.1.1](https://github.com/nomios-opensource/pytest-netconf/compare/v0.1.0...v0.1.1) (2024-10-15)
4+
5+
6+
### Bug Fixes
7+
8+
* update dependencies ([03857e0](https://github.com/nomios-opensource/pytest-netconf/commit/03857e0542e329464698fdf6c8caa88175f2f48e))
9+
10+
11+
### Documentation
12+
13+
* add installation instructions ([12ae0c9](https://github.com/nomios-opensource/pytest-netconf/commit/12ae0c92ed8fd56af8d6802754fb1efa51b6f9be))
14+
315
## 0.1.0 (2024-08-08)
416

517

Diff for: 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 <[email protected]>"]
66
license = "Apache License 2.0"

Diff for: 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)