We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 264730d commit 655a440Copy full SHA for 655a440
CHANGELOG.md
@@ -2,6 +2,13 @@
2
3
All notable changes to this project will be documented in this file.
4
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
12
## [0.1.0] - 2022/09/05
13
14
### New robot descriptions
robot_descriptions/__init__.py
@@ -19,4 +19,4 @@
19
Import open source robot description as Python modules.
20
"""
21
22
-__version__ = "0.1.0"
+__version__ = "0.1.1"
0 commit comments