Skip to content

Commit dbd0ce9

Browse files
authored
Merge pull request #185 from CiscoTestAutomation/release_26.1
Release 26.1
2 parents 3384744 + 17e2a11 commit dbd0ce9

File tree

5 files changed

+36
-7
lines changed

5 files changed

+36
-7
lines changed
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
January 2026
2+
==========
3+
4+
January 26 - Yang v26.1
5+
------------------------
6+
7+
8+
9+
.. csv-table:: New Module Versions
10+
:header: "Modules", "Version"
11+
12+
``yang.connector``, v26.1
13+
``yang.ncdiff``, v26.1
14+
15+
16+
17+
18+
Changelogs
19+
^^^^^^^^^^
20+
21+
yang.connector
22+
""""""""""""""
23+
24+
yang.ncdiff
25+
"""""""""""
26+
--------------------------------------------------------------------------------
27+
Fix
28+
--------------------------------------------------------------------------------
29+
30+
* yang.ncdiff
31+
* Mask encrypted values in diff output
32+
33+

connector/docs/changelog/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Changelog
44
.. toctree::
55
:maxdepth: 2
66

7+
2026/january
78
2025/december
89
2025/october
910
2025/september

connector/src/yang/connector/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"""
88

99
# metadata
10-
__version__ = "25.11"
10+
__version__ = "26.1"
1111
__author__ = (
1212
'Jonathan Yang <yuekyang@cisco.com>',
1313
'Siming Yuan <siyuan@cisco.com',

ncdiff/docs/changelog/undistributed/changelog_hyv_fix_mask_encrypted_202512051700.rst

Lines changed: 0 additions & 5 deletions
This file was deleted.

ncdiff/src/yang/ncdiff/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
edit-config message."""
55

66
# metadata
7-
__version__ = "25.11"
7+
__version__ = "26.1"
88
__author__ = 'Jonathan Yang <yuekyang@cisco.com>'
99
__contact__ = 'yang-python@cisco.com'
1010
__copyright__ = 'Cisco Systems, Inc.'

0 commit comments

Comments
 (0)