Skip to content

Commit 772b7c0

Browse files
committed
add changelog
1 parent 12afa65 commit 772b7c0

File tree

1 file changed

+109
-0
lines changed

1 file changed

+109
-0
lines changed

CHANGELOG.md

Lines changed: 109 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,109 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
- added CHANGELOG
11+
12+
## [1.2.7] - 2023-11-15
13+
14+
Changes since v1.2.6:
15+
- Respect BUILD_SHARED_LIBS
16+
- Update CMake
17+
18+
## [1.2.6] - 2023-03-31
19+
20+
Changes in v1.2.6:
21+
- Adding inline keyword on (deprecated) solve_eiquadprog2 implemented in header
22+
- Ignore Wsign-conversion warnings
23+
24+
## [1.2.5] - 2022-09-12
25+
26+
Changes in v1.2.5:
27+
- fix trace solver
28+
29+
30+
## [1.2.4] - 2022-09-05
31+
32+
Changes in v1.2.4:
33+
- tests are now optional
34+
- Remove memory allocations and expose dual variables to the user
35+
- fix warning about cast of unused parameters
36+
- modernize CMake
37+
- update tools & badges
38+
- reformat
39+
40+
41+
## [1.2.3] - 2021-03-10
42+
43+
Maintenance release
44+
45+
## [1.2.2] - 2020-09-21
46+
47+
Changes in v1.2.2:
48+
- Update package.xml for ROS release
49+
50+
## [1.2.1] - 2020-09-09
51+
52+
Changes in v1.2.1:
53+
- add TRACE_SOLVER option
54+
- fix packaging
55+
56+
## [1.2.0] - 2020-05-26
57+
58+
Changes in v1.2.0:
59+
- add a shared library
60+
61+
## [1.1.3] - 2020-03-24
62+
63+
Changes since v1.1.2:
64+
- CMake: export project and use exports from dependencies
65+
- CMake: keep minimal required instructions
66+
67+
## [1.1.2] - 2020-03-11
68+
69+
Changes since v1.1.1:
70+
- fix build on 16.04, where Eigen3Config.cmake doesn't provide a version
71+
72+
## [1.1.1] - 2020-03-11
73+
74+
Changes since v1.1.0:
75+
- update README
76+
77+
## [1.1.0] - 2020-03-11
78+
79+
Changes since v1.0.0:
80+
- Added CMake Export
81+
82+
## [1.0.0] - 2019-10-24
83+
84+
Changes since v0.0.3:
85+
- Add eiquadprog-rt
86+
- Fix license
87+
- Configure CI
88+
- Reformat
89+
- update CMake
90+
91+
## [0.0.3] - 2019-10-08
92+
93+
Initial Release
94+
95+
[unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/v1.2.7...HEAD
96+
[1.2.7]: https://github.com/stack-of-tasks/eiquadprog/v1.2.6...v1.2.7
97+
[1.2.6]: https://github.com/stack-of-tasks/eiquadprog/v1.2.5...v1.2.6
98+
[1.2.5]: https://github.com/stack-of-tasks/eiquadprog/v1.2.4...v1.2.5
99+
[1.2.4]: https://github.com/stack-of-tasks/eiquadprog/v1.2.3...v1.2.4
100+
[1.2.3]: https://github.com/stack-of-tasks/eiquadprog/v1.2.2...v1.2.3
101+
[1.2.2]: https://github.com/stack-of-tasks/eiquadprog/v1.2.1...v1.2.2
102+
[1.2.1]: https://github.com/stack-of-tasks/eiquadprog/v1.2.0...v1.2.1
103+
[1.2.0]: https://github.com/stack-of-tasks/eiquadprog/v1.1.3...v1.2.0
104+
[1.1.3]: https://github.com/stack-of-tasks/eiquadprog/v1.1.2...v1.1.3
105+
[1.1.2]: https://github.com/stack-of-tasks/eiquadprog/v1.1.1...v1.1.2
106+
[1.1.1]: https://github.com/stack-of-tasks/eiquadprog/v1.1.0...v1.1.1
107+
[1.1.0]: https://github.com/stack-of-tasks/eiquadprog/v1.0.0...v1.1.0
108+
[1.0.0]: https://github.com/stack-of-tasks/eiquadprog/v0.0.3...v1.0.0
109+
[0.0.3]: https://github.com/olivierlacan/keep-a-changelog/releases/tag/v0.0.3

0 commit comments

Comments
 (0)