Skip to content

Commit 9a06468

Browse files
committed
Draft 1.6.0 Release
1 parent b4081bd commit 9a06468

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ 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+
## [1.6.0]
9+
### Added
10+
- @tianxiaoMCU: Added APIs to write to the peripheral register of the connected
11+
target:
12+
- `peripheral_write8()`
13+
- `peripheral_write16()`
14+
- `peripheral_write32()`
15+
- `peripheral_write64()`
16+
817
## [1.5.1]
918
### Fixed
1019
- @karl-rainlabs: Fixed incorrect decorator around JTAG APIs. Previously, the

CONTRIBUTORS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@ In the order of appearance in the commit history:
2626
| G Towers | @gtowers-dukosi |
2727
| Ben Brown | @bbrown1867 |
2828
| Karl Sigurdsson | @karl-rainlabs |
29+
| - | @tianxiaoMCU |

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

0 commit comments

Comments
 (0)