Skip to content

Commit 6f76d8c

Browse files
committed
Draft 0.3.0 release
1 parent 728ac33 commit 6f76d8c

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ 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+
## [0.3.0]
9+
10+
### Changed
11+
12+
- @charliebruce: Fix for 'VTarget' in hardware status; incorrectly assigned to
13+
32-bit instead of 16-bit integer.
14+
- @charliebruce: Fix for documentation for 'VTarget' in hardware status;
15+
incorrectly displayed mA instead of mV.
16+
- @sauci: Changed register methods ('register_read()',
17+
'register_read_multiple()', 'register_write()', and
18+
'register_write_multiple()') to alternatively take regsiter names instead of
19+
just register indices.
20+
821
## [0.2.0]
922

1023
### Added

CONTRIBUTORS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ In the order of appearance in the commit history:
1010
| Marek Novak | @MarekNovakNXP |
1111
| Michał Fita | @michalfita |
1212
| Bojan Potočnik | @bojanpotocnik |
13+
| Sottas Guillaume | @sauci |

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

0 commit comments

Comments
 (0)