Skip to content

Commit f9dc49a

Browse files
Update changelog format
1 parent 2fefab2 commit f9dc49a

File tree

1 file changed

+36
-17
lines changed

1 file changed

+36
-17
lines changed

CHANGELOG.md

Lines changed: 36 additions & 17 deletions
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+
## [Unreleased]
66

77
### Added
88

@@ -12,7 +12,7 @@ All notable changes to this project will be documented in this file.
1212
- Description: UNITREE H1 (thanks to @lvjonok)
1313
- Description: UR10e (MJCF)
1414

15-
## [1.6.0] - 2023/5/23
15+
## [1.6.0] - 2023-05-23
1616

1717
### Added
1818

@@ -24,7 +24,7 @@ All notable changes to this project will be documented in this file.
2424

2525
- Update Stretch description to v1.0.0
2626

27-
## [1.5.0] - 2023/4/13
27+
## [1.5.0] - 2023-04-13
2828

2929
### Added
3030

@@ -37,7 +37,7 @@ All notable changes to this project will be documented in this file.
3737

3838
- Update Upkie description to v1.2.0
3939

40-
## [1.4.1] - 2023/2/28
40+
## [1.4.1] - 2023-02-28
4141

4242
### Added
4343

@@ -48,7 +48,7 @@ All notable changes to this project will be documented in this file.
4848

4949
- CI: switch to ruff
5050

51-
## [1.4.0] - 2023/2/8
51+
## [1.4.0] - 2023-02-08
5252

5353
### Added
5454

@@ -59,7 +59,7 @@ All notable changes to this project will be documented in this file.
5959

6060
- Recover from empty or invalid cache git repositories
6161

62-
## [1.3.1] - 2023/1/13
62+
## [1.3.1] - 2023-01-13
6363

6464
### Added
6565

@@ -71,7 +71,7 @@ All notable changes to this project will be documented in this file.
7171
- A1: use original URDF from Unitree
7272
- Updated ``unitree_ros`` repository
7373

74-
## [1.3.0] - 2022/12/16
74+
## [1.3.0] - 2022-12-16
7575

7676
### Changed
7777

@@ -82,13 +82,13 @@ All notable changes to this project will be documented in this file.
8282

8383
- CI: check code style
8484

85-
## [1.2.0] - 2022/12/07
85+
## [1.2.0] - 2022-12-07
8686

8787
### Added
8888

8989
- Loader: iDynTree
9090

91-
## [1.1.0] - 2022/11/29
91+
## [1.1.0] - 2022-11-29
9292

9393
### Added
9494

@@ -106,7 +106,7 @@ All notable changes to this project will be documented in this file.
106106
- CI: remove exceptions for bugs that have been fixed upstream
107107
- Examples: remove exception on Crazyflie 2.0 description as it has been fixed
108108

109-
## [1.0.0] - 2022/10/31
109+
## [1.0.0] - 2022-10-31
110110

111111
### Added
112112

@@ -126,15 +126,15 @@ All notable changes to this project will be documented in this file.
126126
- Shadow Hand MJCF: upstream fix to joint axes
127127
- Update cached repository after a description was updated
128128

129-
## [0.6.0] - 2022/09/28
129+
## [0.6.0] - 2022-09-28
130130

131131
### Added
132132

133133
- CI: check that all URDF descriptions load in yourdfpy
134134
- Example: load in yourdfpy
135135
- Loader: yourdfpy
136136

137-
## [0.5.0] - 2022/09/19
137+
## [0.5.0] - 2022-09-19
138138

139139
### Added
140140

@@ -152,7 +152,7 @@ All notable changes to this project will be documented in this file.
152152
- Pinocchio loader: no root joint by default
153153
- Update MuJoCo Menagerie repository to propagate fix
154154

155-
## [0.4.0] - 2022/09/14
155+
## [0.4.0] - 2022-09-14
156156

157157
### Added
158158

@@ -175,7 +175,7 @@ All notable changes to this project will be documented in this file.
175175
- Match cache path with package name when it helps PyBullet
176176
- Remove ``MESHES_PATH`` attribute
177177

178-
## [0.3.0] - 2022/09/12
178+
## [0.3.0] - 2022-09-12
179179

180180
### Added
181181

@@ -203,7 +203,7 @@ All notable changes to this project will be documented in this file.
203203
- Renamed former "Atlas" description to "Atlas DRC"
204204
- Switch to a dual MJCF/URDF descriptions for A1
205205

206-
## [0.2.0] - 2022/09/07
206+
## [0.2.0] - 2022-09-07
207207

208208
### Added
209209

@@ -228,14 +228,14 @@ All notable changes to this project will be documented in this file.
228228

229229
- iCub description
230230

231-
## [0.1.1] - 2022/09/06
231+
## [0.1.1] - 2022-09-06
232232

233233
### Fixed
234234

235235
- Command line usage instructions
236236
- Upload coverage results based on ``USING_COVERAGE`` setting
237237

238-
## [0.1.0] - 2022/09/05
238+
## [0.1.0] - 2022-09-05
239239

240240
This initial release includes 33 robot descriptions:
241241

@@ -279,3 +279,22 @@ This initial release includes 33 robot descriptions:
279279
- Command line to show or animate robot descriptions
280280
- Contributing instructions
281281
- This changelog
282+
283+
[unreleased]: https://github.com/qpsolvers/qpsolvers/compare/v1.7.0...HEAD
284+
[1.7.0]: https://github.com/qpsolvers/qpsolvers/compare/v1.6.0...v1.7.0
285+
[1.6.0]: https://github.com/qpsolvers/qpsolvers/compare/v1.5.0...v1.6.0
286+
[1.5.0]: https://github.com/qpsolvers/qpsolvers/compare/v1.4.1...v1.5.0
287+
[1.4.1]: https://github.com/qpsolvers/qpsolvers/compare/v1.4.0...v1.4.1
288+
[1.4.0]: https://github.com/qpsolvers/qpsolvers/compare/v1.3.1...v1.4.0
289+
[1.3.1]: https://github.com/qpsolvers/qpsolvers/compare/v1.3.0...v1.3.1
290+
[1.3.0]: https://github.com/qpsolvers/qpsolvers/compare/v1.2.0...v1.3.0
291+
[1.2.0]: https://github.com/qpsolvers/qpsolvers/compare/v1.1.0...v1.2.0
292+
[1.1.0]: https://github.com/qpsolvers/qpsolvers/compare/v1.0.0...v1.1.0
293+
[1.0.0]: https://github.com/qpsolvers/qpsolvers/compare/v0.6.0...v1.0.0
294+
[0.6.0]: https://github.com/qpsolvers/qpsolvers/compare/v0.5.0...v0.6.0
295+
[0.5.0]: https://github.com/qpsolvers/qpsolvers/compare/v0.4.0...v0.5.0
296+
[0.4.0]: https://github.com/qpsolvers/qpsolvers/compare/v0.3.0...v0.4.0
297+
[0.3.0]: https://github.com/qpsolvers/qpsolvers/compare/v0.2.0...v0.3.0
298+
[0.2.0]: https://github.com/qpsolvers/qpsolvers/compare/v0.1.1...v0.2.0
299+
[0.1.1]: https://github.com/qpsolvers/qpsolvers/compare/v0.1.0...v0.1.1
300+
[0.1.0]: https://github.com/qpsolvers/qpsolvers/releases/tag/v0.1.0

0 commit comments

Comments
 (0)