From abe82c04f8b4dbc88b2995b6e8c2e1b9c727b9e9 Mon Sep 17 00:00:00 2001 From: Ford Peprah Date: Thu, 2 Jan 2025 14:37:23 -0500 Subject: [PATCH] Draft 1.4.0 Release --- CHANGELOG.md | 4 ++++ pylink/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54e0989..1d3ce94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [1.4.0] +### Added +- @ford: Added Power Trace APIs. + ## [1.3.0] ### Added - @gtowers-dukosi: Added API method `set_script_file()` to specify a Script diff --git a/pylink/__init__.py b/pylink/__init__.py index 97ceaab..ecb5b36 100644 --- a/pylink/__init__.py +++ b/pylink/__init__.py @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = '1.3.0' +__version__ = '1.4.0' __title__ = 'pylink' __author__ = 'Square Embedded Software Team' __author_email__ = 'esw-team@squareup.com'