Skip to content

Commit 655a440

Browse files
Release v0.1.1
1 parent 264730d commit 655a440

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.1.1] - 2022/09/06
6+
7+
### Fixed
8+
9+
- Command line usage instructions
10+
- Upload coverage results based on ``USING_COVERAGE`` setting
11+
512
## [0.1.0] - 2022/09/05
613

714
### New robot descriptions

robot_descriptions/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
Import open source robot description as Python modules.
2020
"""
2121

22-
__version__ = "0.1.0"
22+
__version__ = "0.1.1"

0 commit comments

Comments
 (0)