Skip to content

Commit

Permalink
Draft 0.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
hkpeprah committed Mar 19, 2020
1 parent d2e761d commit 9ab481b
Show file tree
Hide file tree
Showing 2 changed files with 14 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.6.0]

### Added

- @hkpeprah: Added 'rtt_get_buf_descriptor()', and 'rtt_get_status()' with
associated structures for describing an RTT buffer, and the status of an
RTT control block.

### Changed

- @hkpeprah: Changed 'rtt_start()' to take optional block address to specify
where RTT block starts.

## [0.5.0]

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

0 comments on commit 9ab481b

Please sign in to comment.