Skip to content

Commit b6e7648

Browse files
committed
CHG: bumb version
1 parent 1ebafe3 commit b6e7648

File tree

4 files changed

+5
-9
lines changed

4 files changed

+5
-9
lines changed

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ authors:
88
given-names: Krzysztof
99
orcid: https://orcid.org/0009-0004-6749-1833
1010
title: "Robotiq Hand-E ROS 2 Driver"
11-
version: 0.1.0
11+
version: 0.2.0
1212
identifiers:
1313
- type: doi
1414
value: 10.5281/zenodo.15047950
15-
date-released: 2025-03-18
15+
date-released: 2025-08-25

robotiq_hande_driver/CHANGELOG.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to the `robotiq_hande_driver` package will be documented in
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [0.2.0] - 2025-08-25
99

1010
### Added
1111

@@ -32,8 +32,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3232
* Encapsulated whole `Communication` config into `CommunicationConfig` struct.
3333
* renamed `tty` param to `tty_port` for better clarity.
3434

35-
### Deprecated
36-
3735
### Removed
3836

3937
* [PR-24](https://github.com/AGH-CEAI/robotiq_hande_driver/pull/24) - Cleanup of unused variables.
@@ -47,8 +45,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4745
* Fixed typos with wrong values in `GRIPPER_OUTPUT_FIRST_REG` and `GRIPPER_INPUT_FIRST_REG`.
4846
* [PR-16](https://github.com/AGH-CEAI/robotiq_hande_driver/pull/16) - Fixed URDF typos in the `test_load_hw_interface.cpp` file.
4947

50-
### Security
51-
5248
## [0.1.0] - 2025-03-13
5349

5450
### Added

robotiq_hande_driver/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>robotiq_hande_driver</name>
5-
<version>0.1.0</version>
5+
<version>0.2.0</version>
66
<description>The driver of the Robotiq Hand-E gripper for the ros2_control framework.</description>
77
<maintainer email="ceai@agh.edu.pl">AGH Center of Excellence in Artificial Intelligence</maintainer>
88
<license>Apache-2.0</license>

robotiq_hande_driver/robotiq_hande_driver.repos

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ repositories:
22
robotiq_hande_description:
33
type: git
44
url: https://github.com/AGH-CEAI/robotiq_hande_description
5-
version: 2190af7c85569fc9a85f4b78096edd433c0dbad1
5+
version: 1488abfd156f18c175c8b2740289f5715f7ee499

0 commit comments

Comments
 (0)