Skip to content

Commit a0bbbb4

Browse files
committed
Draft 1.1.0 Release
1 parent 6313307 commit a0bbbb4

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ 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+
## [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

CONTRIBUTORS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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 |

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__ = '1.0.0'
15+
__version__ = '1.1.0'
1616
__title__ = 'pylink'
1717
__author__ = 'Square Embedded Software Team'
1818
__author_email__ = '[email protected]'

0 commit comments

Comments
 (0)