File tree Expand file tree Collapse file tree 3 files changed +18
-1
lines changed Expand file tree Collapse file tree 3 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,20 @@ 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.1.0]
9+ ### Added
10+ - @chanqueo : Added ` use_tmpcpy ` field to constructor for ` JLink ` and ` Library `
11+ instances to workaround temporary files not been cleaned up; a future patch
12+ will change the default behaviour based on the version of the SDK. By
13+ default, temporary files are used for the SDK binary.
14+
15+ ### Changed
16+ - @curtishx : Changed decorator on ` set_reset_strategy() ` from
17+ ` @connection_required ` to ` @open_required ` .
18+
19+ ### Removed
20+ - @avi-jois : Removed dependency on ` future ` .
21+
822## [ 1.0.0]
923
1024### Changed
Original file line number Diff line number Diff line change @@ -17,3 +17,6 @@ In the order of appearance in the commit history:
1717| Chris Duf | @dottspina |
1818| Bora Özgen | @boraozgen |
1919| Marco Nilsson | @denravonska |
20+ | Curtis | @CurtisHx |
21+ | Avinash Jois | @avi-jois |
22+ | Olivier Chanquelin | @chanqueo |
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.0 .0'
15+ __version__ = '1.1 .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