Skip to content

Commit

Permalink
Draft 0.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
hkpeprah committed Sep 23, 2019
1 parent 728ac33 commit 6f76d8c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ 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/).

## [0.3.0]

### Changed

- @charliebruce: Fix for 'VTarget' in hardware status; incorrectly assigned to
32-bit instead of 16-bit integer.
- @charliebruce: Fix for documentation for 'VTarget' in hardware status;
incorrectly displayed mA instead of mV.
- @sauci: Changed register methods ('register_read()',
'register_read_multiple()', 'register_write()', and
'register_write_multiple()') to alternatively take regsiter names instead of
just register indices.

## [0.2.0]

### Added
Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ In the order of appearance in the commit history:
| Marek Novak | @MarekNovakNXP |
| Michał Fita | @michalfita |
| Bojan Potočnik | @bojanpotocnik |
| Sottas Guillaume | @sauci |
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.2.0'
__version__ = '0.3.0'
__title__ = 'pylink'
__author__ = 'Square Embedded Software Team'
__author_email__ = 'esw-team@squareup.com'
Expand Down

0 comments on commit 6f76d8c

Please sign in to comment.