Skip to content

Commit ae81aed

Browse files
Release v1.8.0
1 parent 090145a commit ae81aed

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Diff for: CHANGELOG.md

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

55
## [Unreleased]
66

7+
## [1.8.0] - 2024-01-24
8+
79
### Added
810

911
- Description: UNITREE Z1 (thanks to @lvjonok)
@@ -296,7 +298,8 @@ This initial release includes 33 robot descriptions:
296298
- Contributing instructions
297299
- This changelog
298300

299-
[unreleased]: https://github.com/qpsolvers/qpsolvers/compare/v1.7.0...HEAD
301+
[unreleased]: https://github.com/qpsolvers/qpsolvers/compare/v1.8.0...HEAD
302+
[1.8.0]: https://github.com/qpsolvers/qpsolvers/compare/v1.7.0...v1.8.0
300303
[1.7.0]: https://github.com/qpsolvers/qpsolvers/compare/v1.6.0...v1.7.0
301304
[1.6.0]: https://github.com/qpsolvers/qpsolvers/compare/v1.5.0...v1.6.0
302305
[1.5.0]: https://github.com/qpsolvers/qpsolvers/compare/v1.4.1...v1.5.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.7.0"
9+
__version__ = "1.8.0"

0 commit comments

Comments
 (0)