File tree 2 files changed +9
-6
lines changed
2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
4
5
5
## [ Unreleased]
6
6
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
+
7
13
## [ 1.8.0] - 2024-01-24
8
14
9
15
### Added
@@ -15,10 +21,6 @@ All notable changes to this project will be documented in this file.
15
21
16
22
- Bump yourdfpy minimum version to 0.0.56
17
23
18
- ### Changed
19
-
20
- - Update example-robot-data to version 4.0.9 (thanks to @htadashi )
21
-
22
24
### Fixed
23
25
24
26
- Path to UNITREE H1 (thanks to @lvjonok )
@@ -302,7 +304,8 @@ This initial release includes 33 robot descriptions:
302
304
- Contributing instructions
303
305
- This changelog
304
306
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
306
309
[ 1.8.0 ] : https://github.com/qpsolvers/qpsolvers/compare/v1.7.0...v1.8.0
307
310
[ 1.7.0 ] : https://github.com/qpsolvers/qpsolvers/compare/v1.6.0...v1.7.0
308
311
[ 1.6.0 ] : https://github.com/qpsolvers/qpsolvers/compare/v1.5.0...v1.6.0
Original file line number Diff line number Diff line change 6
6
7
7
"""Import open source robot description as Python modules."""
8
8
9
- __version__ = "1.8.0 "
9
+ __version__ = "1.8.1 "
You can’t perform that action at this time.
0 commit comments