You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,13 @@
2
2
3
3
All notable changes to libfranka in this file.
4
4
5
-
## [Unreleased]
5
+
## [0.20.2]
6
+
### libfranka - C++
7
+
- Fix the github workflow to push all the debian packages from 20.4, 22.04 and 24.04
6
8
### pylibfranka - Python
7
9
#### Added
8
10
- Automated publishing to PyPI via GitHub Actions workflow. When a version tag is pushed, the workflow automatically builds wheels for Python 3.9, 3.10, 3.11, and 3.12, and publishes them to PyPI. Users can now install pylibfranka directly from PyPI using `pip install pylibfranka`.
11
+
- Fix the pylibfranka pybind error with std::nullopt
0 commit comments