Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.0.0"
".": "1.0.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file.

## [1.0.1](https://github.com/embedded-pro/robotics-toolbox-cpp/compare/v1.0.0...v1.0.1) (2026-08-01)


### Miscellaneous

* Add controllers roadmap ([#7](https://github.com/embedded-pro/robotics-toolbox-cpp/issues/7)) ([8037258](https://github.com/embedded-pro/robotics-toolbox-cpp/commit/80372581af94815e507213e205427f3a83818d1f))

## 1.0.0

Initial release. Robot-manipulator kinematics and dynamics extracted from
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ if (ROBOTICS_TOOLBOX_STANDALONE)
FetchContent_MakeAvailable(numerical_toolbox)
endif()

project(robotics-toolbox LANGUAGES C CXX ASM VERSION 1.0.0) # x-release-please-version
project(robotics-toolbox LANGUAGES C CXX ASM VERSION 1.0.1) # x-release-please-version

set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED On)
Expand Down
Loading