File tree Expand file tree Collapse file tree 4 files changed +11
-5
lines changed
ansible_collections/juniper/device Expand file tree Collapse file tree 4 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ Juniper Device Collection Release Notes
66Changelog for Juniper Device Ansible Collection
77===========================
88
9+ Version 2.0.1 (2025-11-14)
10+ ---------------------------
11+ Enhancements
12+ ------------
13+ Fixed cosmetic issues
14+
915Version 2.0.0 (2025-10-30)
1016---------------------------
1117Enhancements
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ namespace: juniper
99name : device
1010
1111# The version of the collection. Must be compatible with semantic versioning
12- version : 2.0.0
12+ version : 2.0.1
1313
1414# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
1515readme : README.md
Original file line number Diff line number Diff line change 11#!/usr/bin/env python
22# -*- coding: utf-8 -*-
33
4- VERSION = "v2.0.0 "
5- DATE = "2025-Oct-30 "
4+ VERSION = "v2.0.1 "
5+ DATE = "2025-Nov-14 "
Original file line number Diff line number Diff line change 1- VERSION = "v1 .0.9 "
2- DATE = "2025-Sep-23 "
1+ VERSION = "v2 .0.1 "
2+ DATE = "2025-Nov-14 "
You can’t perform that action at this time.
0 commit comments