robotology / idyntree-yarp-tools

Tools based on the iDynTree library that depend on YARP.
GNU Lesser General Public License v2.1
6 stars 2 forks source link

Bump to 0.0.3 #21

Closed traversaro closed 2 years ago

traversaro commented 2 years ago

After thinking about it, better release the bug fix before I forget about it.

S-Dafarra commented 2 years ago

Ok to me. We just need to understand how to deal with devel, that depends on iDynTree devel

traversaro commented 2 years ago

Ok to me. We just need to understand how to deal with devel, that depends on iDynTree devel

Ah damn, I forgot about that. Let me forward merge master with devel.

traversaro commented 2 years ago

Ok to me. We just need to understand how to deal with devel, that depends on iDynTree devel

I merged main in devel. Until we merge devel in main, we can continue to release main with no problems, what do you think?

traversaro commented 2 years ago

Ack, I guess your confuson. For some reason we added the breaking change in https://github.com/robotology/idyntree-yarp-tools/commit/d815c9c84907e5d3747dff3bf35b372c6c11ab34 under 0.0.2, even if 0.0.2 was already release under main. I think we can fix that by moving that change under unreleased.

S-Dafarra commented 2 years ago

I think what you suggested makes sense. I guess we need to merge main in devel also after this PR gets merged then.