Skip to content

Commit 27c2ff5

Browse files
committed
Draft 0.8.0 release
1 parent a6daeb0 commit 27c2ff5

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8+
## [0.8.0]
9+
10+
### Changed
11+
12+
- @Gargy007: Changed decorator on coresight methods to new method
13+
`coresight_configuration_required()` instead of `connection_required()` to
14+
enable use of CoreSight methods without requiring a connection.
15+
816
## [0.7.0]
917

1018
### Changed

pylink/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = '0.7.0'
15+
__version__ = '0.8.0'
1616
__title__ = 'pylink'
1717
__author__ = 'Square Embedded Software Team'
1818
__author_email__ = '[email protected]'

0 commit comments

Comments
 (0)