Skip to content

Commit

Permalink
Bump version to 0.0.10 to pick up SWD read fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
hkpeprah committed Jan 23, 2018
1 parent 3040c3e commit 57f0c86
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).


## [0.0.10]

### Changed

- @MarekNovakNXP: Fixed casting of `swd_read32` to properly handle reading
32-bit register when MSB is set.
- @sstallion: Fixed casting of `swd_read8`, and `swd_read16` to properly handle
reading 32-bit register when MSB is set.

## [0.0.9]

### Changed
Expand Down
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__ = '0.0.9'
__version__ = '0.0.10'
__title__ = 'pylink'
__author__ = 'Square Embedded Software Team'
__author_email__ = 'esw-team@squareup.com'
Expand Down

0 comments on commit 57f0c86

Please sign in to comment.