Skip to content

Commit

Permalink
YARP 3.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robotology-bot committed Nov 26, 2024
1 parent 71a2dcf commit aff0b4b
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Nightly Merge
uses: robotology/gh-action-nightly-merge@v1.3.3
with:
stable_branch: 'master'
stable_branch: 'yarp-3.10'
development_branch: 'master'
allow_ff: false
user_name: 'robotology-bot'
Expand Down
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.10.0
VERSION 3.10.1
LANGUAGES C CXX
)
set(PROJECT_DESCRIPTION "YARP: A thin middleware for humanoid robots and more")
Expand Down
2 changes: 1 addition & 1 deletion COPYING
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,9 @@ The list of committers in the YARP repository (ordered by number of commit) is:
Andrea Del Prete
Arjan Gijsberts
Carlos Beltran-Gonzalez
robotology-bot (Tag Repository Action)
Claudio Castellini
Daniel Krieg
robotology-bot (Tag Repository Action)
Simone Girardi
Fabio Valla
Arren Glover
Expand Down
3 changes: 2 additions & 1 deletion doc/001_installation/1_download.dox
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Latest YARP release is:

+ \ref v3_10_0
+ \ref v3_10_1

\section download_source_code Source Code

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

__Previous releases version and dates__:

+ \ref v3_10_0
+ \ref v3_9_1
+ \ref v3_9_0
+ \ref v3_8_1
Expand Down
31 changes: 31 additions & 0 deletions doc/release/v3_10_1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
YARP 3.10.1 (2024-11-26) {#v3_10_1}
=======================

[TOC]

YARP 3.10.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+v3.10.1%22).

Fixes
-----

### `bindings`

* Fixed regression bug in yarp.i: the file swig_python_windows_preable.i is no more included when a downstream
project (like icub-main) includes the file in its own .i swig binding file. See https://github.com/robotology/yarp/pull/3148

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

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

```
2 Silvio Traversaro <silvio.traversaro@iit.it>
2 robotology-bot (Tag Repository Action) <robotology@iit.it>
1 Marco Randazzo <marco.randazzo@iit.it>
```
19 changes: 0 additions & 19 deletions doc/release/yarp_3_10.md

This file was deleted.

0 comments on commit aff0b4b

Please sign in to comment.