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 74c1470 commit f459fceCopy full SHA for f459fce
CHANGELOG.md
@@ -2,7 +2,7 @@
2
3
All notable changes to this project will be documented in this file.
4
5
-## Unreleased
+## [1.1.0] - 2022/11/29
6
7
### Added
8
@@ -11,6 +11,7 @@ All notable changes to this project will be documented in this file.
11
12
### Changed
13
14
+- CI: run loader tests in separate jobs (avoids a memory limit)
15
- Command-line: only require yourdfpy for show command
16
- Pinocchio: bump minimum supported version to 2.6.10
17
robot_descriptions/__init__.py
@@ -19,4 +19,4 @@
19
Import open source robot description as Python modules.
20
"""
21
22
-__version__ = "1.1.0rc0"
+__version__ = "1.1.0"
0 commit comments