Skip to content

Commit

Permalink
chore(develop): release 0.1.0 (#2)
Browse files Browse the repository at this point in the history
Co-authored-by: nomios-bot[bot] <175431501+nomios-bot[bot]@users.noreply.github.com>
  • Loading branch information
nomios-bot[bot] authored Jul 26, 2024
1 parent 33b3c10 commit 139fd9c
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.0"
".": "0.1.0"
}
26 changes: 26 additions & 0 deletions CHANGELOG.md
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))
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "yapyang"
version = "0.0.1"
version = "0.1.0"
description = "An open source Python package that helps developers to translate YANG (RFC6020/RFC7950) data models to Python."
authors = ["a.faria <antonio.faria@nomios.co.uk>"]
license = "Apache License 2.0"
Expand Down
2 changes: 1 addition & 1 deletion yapyang/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
limitations under the License.
"""

__version__ = "0.0.1"
__version__ = "0.1.0"

0 comments on commit 139fd9c

Please sign in to comment.