-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: nomios-bot[bot] <175431501+nomios-bot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
33b3c10
commit 139fd9c
Showing
4 changed files
with
29 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
".": "0.0.0" | ||
".": "0.1.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Changelog | ||
|
||
## 0.1.0 (2024-07-26) | ||
|
||
|
||
### Features | ||
|
||
* add metadata wrapper for YANG model fields ([a9a21ea](https://github.com/nomios-opensource/yapyang/commit/a9a21eafd9f41fc09538f52a91acfbd063e12952)) | ||
* add XML serialization for Module, Container, List, Leaf nodes ([149043f](https://github.com/nomios-opensource/yapyang/commit/149043fc3ed2928f37cb0f356dc289c50bd1f96a)) | ||
* added initializer for ModuleNode ([44c65fe](https://github.com/nomios-opensource/yapyang/commit/44c65fe72f144f6a320427e13b3eb6ba5d9c0a76)) | ||
* implement YANG list node MVP ([b43c9fc](https://github.com/nomios-opensource/yapyang/commit/b43c9fcf00b8409b4e03d98e35c12e849d0357c1)) | ||
* prevent YANG nodes from direct instantiation ([3473442](https://github.com/nomios-opensource/yapyang/commit/34734426faa8a5cee1438dec7b7e4b05050f07bf)) | ||
* treat dunder cls attributes as metadata ([ac4ecf1](https://github.com/nomios-opensource/yapyang/commit/ac4ecf1ef65a601c9fa00f24fa2f24c39da72381)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* add support for Python 3.8 ([7ac187b](https://github.com/nomios-opensource/yapyang/commit/7ac187ba34a1b6fc9fd9571d759efbc5a3954b33)) | ||
* added type annotations and renamed args ([b54dc35](https://github.com/nomios-opensource/yapyang/commit/b54dc351f2c8e727b803b81c5aa68b34284d6ce0)) | ||
* moved package version ([0b8d890](https://github.com/nomios-opensource/yapyang/commit/0b8d890ccbfb6bce03b8b645a3adb1b06a59e3d5)) | ||
|
||
|
||
### Documentation | ||
|
||
* add summary to README.md ([abeaf49](https://github.com/nomios-opensource/yapyang/commit/abeaf497749731a1c8a9eaf3ddb63fa1426dc11f)) | ||
* added ruff and pytest options ([5bec3b1](https://github.com/nomios-opensource/yapyang/commit/5bec3b17338fd02a8e89ad6a819810dae6207bb1)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,4 +14,4 @@ | |
limitations under the License. | ||
""" | ||
|
||
__version__ = "0.0.1" | ||
__version__ = "0.1.0" |