Skip to content

Commit 118b9b4

Browse files
Release v1.8.1
1 parent 785cc52 commit 118b9b4

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

Diff for: CHANGELOG.md

+8-5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [1.8.1] - 2024-01-29
8+
9+
### Changed
10+
11+
- Update example-robot-data to version 4.0.9 (thanks to @htadashi)
12+
713
## [1.8.0] - 2024-01-24
814

915
### Added
@@ -15,10 +21,6 @@ All notable changes to this project will be documented in this file.
1521

1622
- Bump yourdfpy minimum version to 0.0.56
1723

18-
### Changed
19-
20-
- Update example-robot-data to version 4.0.9 (thanks to @htadashi)
21-
2224
### Fixed
2325

2426
- Path to UNITREE H1 (thanks to @lvjonok)
@@ -302,7 +304,8 @@ This initial release includes 33 robot descriptions:
302304
- Contributing instructions
303305
- This changelog
304306

305-
[unreleased]: https://github.com/qpsolvers/qpsolvers/compare/v1.8.0...HEAD
307+
[unreleased]: https://github.com/qpsolvers/qpsolvers/compare/v1.8.1...HEAD
308+
[1.8.1]: https://github.com/qpsolvers/qpsolvers/compare/v1.8.0...v1.8.1
306309
[1.8.0]: https://github.com/qpsolvers/qpsolvers/compare/v1.7.0...v1.8.0
307310
[1.7.0]: https://github.com/qpsolvers/qpsolvers/compare/v1.6.0...v1.7.0
308311
[1.6.0]: https://github.com/qpsolvers/qpsolvers/compare/v1.5.0...v1.6.0

Diff for: robot_descriptions/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66

77
"""Import open source robot description as Python modules."""
88

9-
__version__ = "1.8.0"
9+
__version__ = "1.8.1"

0 commit comments

Comments
 (0)