From b26235a61570b664679ad7e2b7d6aa0540ffc381 Mon Sep 17 00:00:00 2001 From: lmbelo Date: Wed, 15 Mar 2023 20:47:58 -0300 Subject: [PATCH 1/2] TLinkLabel wrapper and bytes manipulation with streams --- delphivcl/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From b99dfe92a168374b7fb92bb0bc35bfef9b5fe5c8 Mon Sep 17 00:00:00 2001 From: lmbelo Date: Wed, 15 Mar 2023 20:53:35 -0300 Subject: [PATCH 2/2] TLinkLabel wrapper and bytes manipulation with streams --- docs/source/changelog.rst | 3 ++- docs/source/changelog/1.0.2-changelog.rst | 24 +++++++++++++++++++++++ 2 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 docs/source/changelog/1.0.2-changelog.rst 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