Skip to content

Commit

Permalink
Draft 1.2.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
hkpeprah committed Jul 28, 2023
1 parent 4364eb9 commit b43a021
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,12 @@ 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.2.0]
### Changed
- @cpattenden-sq: Fixed bug in `flash()` where return value was being checked
against a `void` function; would lead to exceptions being raised
unexpectedly.

## [1.1.0]
### Added
- @chanqueo: Added `use_tmpcpy` field to constructor for `JLink` and `Library`
Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Expand Up @@ -20,3 +20,4 @@ In the order of appearance in the commit history:
| Curtis | @CurtisHx |
| Avinash Jois | @avi-jois |
| Olivier Chanquelin | @chanqueo |
| Christopher Pattenden | @cpattenden-sq |
2 changes: 1 addition & 1 deletion pylink/__init__.py
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = '1.1.0'
__version__ = '1.2.0'
__title__ = 'pylink'
__author__ = 'Square Embedded Software Team'
__author_email__ = 'esw-team@squareup.com'
Expand Down

0 comments on commit b43a021

Please sign in to comment.