diff --git a/delphivcl/__version__.py b/delphivcl/__version__.py index 0058b93..bb35ee1 100644 --- a/delphivcl/__version__.py +++ b/delphivcl/__version__.py @@ -1 +1 @@ -__version__ = "1.0.1" \ No newline at end of file +__version__ = "1.0.2" \ No newline at end of file diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index b67ffb9..3e565f2 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -7,4 +7,5 @@ Changelog changelog/0.1.40-changelog changelog/1.0.0-changelog - changelog/1.0.1-changelog \ No newline at end of file + changelog/1.0.1-changelog + changelog/1.0.2-changelog \ No newline at end of file diff --git a/docs/source/changelog/1.0.2-changelog.rst b/docs/source/changelog/1.0.2-changelog.rst new file mode 100644 index 0000000..5172ffe --- /dev/null +++ b/docs/source/changelog/1.0.2-changelog.rst @@ -0,0 +1,24 @@ +******* +v1.0.2 +******* + +:Date: March 15, 2023 + +Contributors +============ + + +* Lucas M Belo + + +The patches included in this release have been reviewed by +the following contributors. + +* Lucas M Belo +* Priyatham + +Enhancements +------------ + +* Bytes manipulation with streams (`#68 `_). +* Including the TLinkLabel wrapper (`#44 `_). \ No newline at end of file