Skip to content

Commit 13755bc

Browse files
YARP 3.12.1
1 parent 08f8ead commit 13755bc

File tree

6 files changed

+34
-13
lines changed

6 files changed

+34
-13
lines changed

.github/workflows/nightly-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Nightly Merge
1717
uses: robotology/[email protected]
1818
with:
19-
stable_branch: 'master'
19+
stable_branch: 'yarp-3.12'
2020
development_branch: 'master'
2121
allow_ff: false
2222
user_name: 'robotology-bot'

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ endif()
1717
# Main project
1818
project(
1919
YARP
20-
VERSION 3.12.0
20+
VERSION 3.12.1
2121
LANGUAGES C CXX
2222
)
2323
set(PROJECT_DESCRIPTION "YARP: A thin middleware for humanoid robots and more")

COPYING

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ The list of committers in the YARP repository (ordered by number of commit) is:
107107
Matteo Brunettini
108108
Giacomo Spigler
109109
Giorgio Metta
110-
Vadim Tikhanoff
111110
Bartek Łukawski
111+
Vadim Tikhanoff
112112
Davide Perrone
113113
Alessandro Roncone
114114
Valentina Gaggero
@@ -156,8 +156,11 @@ The list of committers in the YARP repository (ordered by number of commit) is:
156156
Bertrand Higy
157157
David-Estevez
158158
Francesco Giovannini
159+
Jacopo Losi
160+
Pasquale
159161
Stefano Berti
160162
hypothe
163+
Bartek Łukawski
161164
Bruno Nery
162165
Davide
163166
Davide Pollarolo
@@ -167,6 +170,7 @@ The list of committers in the YARP repository (ordered by number of commit) is:
167170
Gabriele Nava
168171
Gianpaolo Bontempo
169172
Holger Friedrich
173+
Jacopo
170174
Johnny Willemsen
171175
Mohamed Babiker Mohamed Elobaid
172176
Naeem Assif Mirza
@@ -176,7 +180,6 @@ The list of committers in the YARP repository (ordered by number of commit) is:
176180
Alessandro Croci
177181
Alvaro14
178182
Austin Kothig
179-
Bartek Łukawski
180183
Carlo Ciliberto
181184
Carlotta Sartore
182185
Claudia Latella
@@ -199,7 +202,6 @@ The list of committers in the YARP repository (ordered by number of commit) is:
199202
Massimiliano Iacono
200203
Matej Hoffmann
201204
Mattia Fussi
202-
Pasquale
203205
Pedro Vicente
204206
Serena Ivaldi
205207
Vítor Galvão
@@ -209,7 +211,7 @@ The list of committers in the YARP repository (ordered by number of commit) is:
209211

210212
The list of copyright holders for YARP is:
211213
Copyright (C) 1995, 2000, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024, 2025
212-
Istituto Italiano di Tecnologia (IIT) (2774 files)
214+
Istituto Italiano di Tecnologia (IIT) (2785 files)
213215
RobotCub Consortium (718 files)
214216
Daniel Krieg <[email protected]> (16 files)
215217
Anne van Rossum <[email protected]> (11 files)

doc/001_installation/1_download.dox

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
Latest YARP release is:
77

8-
+ \ref v3_12_0
8+
+ \ref v3_12_1
99

1010
\section download_source_code Source Code
1111

@@ -23,6 +23,7 @@ Previous versions are hosted on [GitHub](https://github.com/robotology/yarp/rele
2323

2424
__Previous releases version and dates__:
2525

26+
+ \ref v3_12_0
2627
+ \ref v3_11_2
2728
+ \ref v3_11_1
2829
+ \ref v3_11_0

doc/release/yarp_3_12.md renamed to doc/release/v3_12_1.md

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
YARP <yarp-3.12> (UNRELEASED) {#yarp_3_12}
2-
============================
1+
YARP 3.12.1 (2025-08-26) {#v3_12_1}
2+
=======================
33

44
[TOC]
55

6-
YARP <yarp-3.12> Release Notes
7-
=============================
6+
YARP 3.12.1 Release Notes
7+
========================
88

99

1010
A (partial) list of bug fixed and issues resolved in this release can be found
11-
[here](https://github.com/robotology/yarp/issues?q=label%3A%22Fixed+in%3A+YARP+yarp-3.12%22).
11+
[here](https://github.com/robotology/yarp/issues?q=label%3A%22Fixed+in%3A+YARP+v3.12.1%22).
1212

1313
New Features
1414
----------------
@@ -88,3 +88,21 @@ Breaking Changes
8888
#### `libYARP_dev`
8989

9090
* `SensorMeasurments` datatype moved from `multipleAnalogSensorsMsgs` to lib `libYARP_dev`
91+
92+
Contributors
93+
------------
94+
95+
This is a list of people that contributed to this release (generated from the
96+
git history using `git shortlog -ens --no-merges v3.12.0..v3.12.1`):
97+
98+
```
99+
19 Marco Randazzo <[email protected]>
100+
3 Jacopo Losi <[email protected]>
101+
2 Bartek Łukawski <[email protected]>
102+
2 Jacopo <[email protected]>
103+
2 Nicolò Genesio <[email protected]>
104+
2 Pasquale <[email protected]>
105+
2 robotology-bot (Tag Repository Action) <[email protected]>
106+
1 Bartek Łukawski <[email protected]>
107+
1 Silvio Traversaro <[email protected]>
108+
```

doc/releases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ YARP ChangeLog {#changelog}
44
This page lists the main changes introduced in YARP at each release.
55

66
## YARP 3.12 Series {#yarp_3_12_series}
7-
* \subpage yarp_3_12
7+
* \subpage v3_12_1
88
* \subpage v3_12_0
99

1010
## YARP 3.11 Series {#yarp_3_11_series}

0 commit comments

Comments
 (0)