Skip to content

Commit 9ab481b

Browse files
committed
Draft 0.6.0 release
1 parent d2e761d commit 9ab481b

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-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.6.0]
9+
10+
### Added
11+
12+
- @hkpeprah: Added 'rtt_get_buf_descriptor()', and 'rtt_get_status()' with
13+
associated structures for describing an RTT buffer, and the status of an
14+
RTT control block.
15+
16+
### Changed
17+
18+
- @hkpeprah: Changed 'rtt_start()' to take optional block address to specify
19+
where RTT block starts.
20+
821
## [0.5.0]
922

1023
### Changed

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

0 commit comments

Comments
 (0)