File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ 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+ ## [ 1.5.1]
9+ ### Fixed
10+ - @karl-rainlabs : Fixed incorrect decorator around JTAG APIs. Previously, the
11+ APIs required a connection, but now can be used prior to connection.
12+
813## [ 1.5.0]
914### Changed
1015- @bbrown1867 : Temporary library copying is now determined dynamically based on
Original file line number Diff line number Diff line change @@ -25,3 +25,4 @@ In the order of appearance in the commit history:
2525| Fletcher D | @FletcherD |
2626| G Towers | @gtowers-dukosi |
2727| Ben Brown | @bbrown1867 |
28+ | Karl Sigurdsson | @karl-rainlabs |
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__ = '1.5.0 '
15+ __version__ = '1.5.1 '
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