Skip to content

Commit

Permalink
Prepare for 14.7.0 (#1533)
Browse files Browse the repository at this point in the history
Signed-off-by: Addisu Z. Taddese <[email protected]>
  • Loading branch information
azeey authored Feb 5, 2025
1 parent a7ac86e commit 33b8c91
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if(COMMAND CMAKE_POLICY)
CMAKE_POLICY(SET CMP0004 NEW)
endif(COMMAND CMAKE_POLICY)

project (sdformat14 VERSION 14.6.0)
project (sdformat14 VERSION 14.7.0)

# The protocol version has nothing to do with the package version.
# It represents the current version of SDFormat implemented by the software
Expand Down
12 changes: 12 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
## libsdformat 14.X

### libsdformat 14.7.0 (2025-01-30)

1. Resolve auto inertia based on input mass
* [Pull request #1513](https://github.com/gazebosim/sdformat/pull/1513)
* [Pull request #1530](https://github.com/gazebosim/sdformat/pull/1530)

1. Print auto inertial values with gz sdf --print --expand-auto-inertials
* [Pull request #1422](https://github.com/gazebosim/sdformat/pull/1422)

1. Only look for psutil if testing is enabled
* [Pull request #1495](https://github.com/gazebosim/sdformat/pull/1495)

### libsdformat 14.6.0 (2024-11-18)

1. Support removing the actor, light, or model from the root.
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>sdformat14</name>
<version>14.6.0</version>
<version>14.7.0</version>
<description>SDFormat is an XML file format that describes environments, objects, and robots
in a manner suitable for robotic applications</description>

Expand Down

0 comments on commit 33b8c91

Please sign in to comment.