File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
66and 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
Original file line number Diff line number Diff line change 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] '
You can’t perform that action at this time.
0 commit comments