Skip to content

Commit f459fce

Browse files
stephane-caronStéphane Caron
authored andcommitted
Release v1.1.0
1 parent 74c1470 commit f459fce

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
## Unreleased
5+
## [1.1.0] - 2022/11/29
66

77
### Added
88

@@ -11,6 +11,7 @@ All notable changes to this project will be documented in this file.
1111

1212
### Changed
1313

14+
- CI: run loader tests in separate jobs (avoids a memory limit)
1415
- Command-line: only require yourdfpy for show command
1516
- Pinocchio: bump minimum supported version to 2.6.10
1617

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__ = "1.1.0rc0"
22+
__version__ = "1.1.0"

0 commit comments

Comments
 (0)