Skip to content

Commit

Permalink
Draft 1.1.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
hkpeprah committed May 9, 2023
1 parent 6313307 commit a0bbbb4
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [1.1.0]
### Added
- @chanqueo: Added `use_tmpcpy` field to constructor for `JLink` and `Library`
instances to workaround temporary files not been cleaned up; a future patch
will change the default behaviour based on the version of the SDK. By
default, temporary files are used for the SDK binary.

### Changed
- @curtishx: Changed decorator on `set_reset_strategy()` from
`@connection_required` to `@open_required`.

### Removed
- @avi-jois: Removed dependency on `future`.

## [1.0.0]

### Changed
Expand Down
3 changes: 3 additions & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@ In the order of appearance in the commit history:
| Chris Duf | @dottspina |
| Bora Özgen | @boraozgen |
| Marco Nilsson | @denravonska |
| Curtis | @CurtisHx |
| Avinash Jois | @avi-jois |
| Olivier Chanquelin | @chanqueo |
2 changes: 1 addition & 1 deletion pylink/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = '1.0.0'
__version__ = '1.1.0'
__title__ = 'pylink'
__author__ = 'Square Embedded Software Team'
__author_email__ = '[email protected]'
Expand Down

0 comments on commit a0bbbb4

Please sign in to comment.