Skip to content

Commit

Permalink
YARP 3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
drdanz committed Nov 10, 2021
1 parent b3c640c commit 387a5a9
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ endif()
# Main project
project(
YARP
VERSION 3.5.0
VERSION 3.5.1
LANGUAGES C CXX
)
set(PROJECT_DESCRIPTION "YARP: A thin middleware for humanoid robots and more")
Expand Down
5 changes: 3 additions & 2 deletions COPYING
Original file line number Diff line number Diff line change
Expand Up @@ -103,14 +103,14 @@ The list of committers in the YARP repository (ordered by number of commit) is:
Elena Ceseracciu
Francesco Romano
Stefano Bernagozzi
Ettore Landini
Matteo Brunettini
Giacomo Spigler
Giorgio Metta
Vadim Tikhanoff
Ettore Landini
Bartek Łukawski
Davide Perrone
Alessandro Roncone
Bartek Łukawski
Valentina Gaggero
Giulia Martino
Claudio Fantacci
Expand Down Expand Up @@ -176,6 +176,7 @@ The list of committers in the YARP repository (ordered by number of commit) is:
Giuseppe L'Erario
Jason Chevrie
Marco Monforte
Marco Randazzo
Massimiliano Iacono
Matej Hoffmann
Pedro Vicente
Expand Down
3 changes: 2 additions & 1 deletion doc/download.dox
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Latest YARP release is:

+ \ref v3_5_0
+ \ref v3_5_1

\section download_source_code Source Code

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

__Previous releases version and dates__:

+ \ref v3_5_0
+ \ref v3_4_6
+ \ref v3_4_5
+ \ref v3_4_4
Expand Down
28 changes: 23 additions & 5 deletions doc/release/yarp_3_5.md → doc/release/v3_5_1.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
YARP <yarp-3.5> (UNRELEASED) {#yarp_3_5}
============================
YARP 3.5.1 (2021-11-10) {#v3_5_1}
=======================

[TOC]

YARP <yarp-3.5> Release Notes
=============================
YARP 3.5.1 Release Notes
========================


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


New Features
Expand Down Expand Up @@ -216,3 +216,21 @@ New Features
#### Python

* Enable compilation of `libYARP_math` in the Python wheels

Contributors
------------

This is a list of people that contributed to this release (generated from the
git history using `git shortlog -ens --no-merges v3.5.0..v3.5.1`):

```
26 Daniele E. Domenichelli <[email protected]>
23 Marco Randazzo <[email protected]>
20 Ettore Landini <[email protected]>
6 Diego Ferigo <[email protected]>
2 Bartek Łukawski <[email protected]>
1 Marco Randazzo <[email protected]>
1 Silvio Traversaro <[email protected]>
1 Stefano Bernagozzi <[email protected]>
1 Ugo Pattacini <[email protected]>
```
2 changes: 1 addition & 1 deletion doc/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ YARP ChangeLog {#changelog}
This page lists the main changes introduced in YARP at each release.

## YARP 3.5 Series {#yarp_3_5_series}
* \subpage yarp_3_5
* \subpage v3_5_1
* \subpage v3_5_0

## YARP 3.4 Series {#yarp_3_4_series}
Expand Down

0 comments on commit 387a5a9

Please sign in to comment.