Skip to content

Commit a42b414

Browse files
committed
Bump version to v0.1.2
1 parent 120670b commit a42b414

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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.1.2]
9+
10+
### Changed
11+
- @wallacbe: Removed `sleep` after `connect`; no-op issued to make sure the
12+
target is ready for debugging.
13+
814
## [0.1.1]
915

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

0 commit comments

Comments
 (0)