Skip to content

Commit

Permalink
Prepare for 15.1.0 release (gazebosim#1502)
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Peters <[email protected]>
  • Loading branch information
scpeters authored and udaya2899 committed Nov 14, 2024
1 parent 4a6e8b4 commit 9d7abc2
Show file tree
Hide file tree
Showing 3 changed files with 31 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 (sdformat15 VERSION 15.0.0)
project (sdformat15 VERSION 15.1.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
29 changes: 29 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
## libsdformat 15.X

### libsdformat 15.1.0 (2024-11-13)

1. Bazel CI
* [Pull request #1500](https://github.com/gazebosim/sdformat/pull/1500)

1. Add bzlmod support to sdf15
* [Pull request #1493](https://github.com/gazebosim/sdformat/pull/1493)

1. Support removing the actor, light, or model from the root
* [Pull request #1492](https://github.com/gazebosim/sdformat/pull/1492)

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

1. Improve installation instructions
* [Pull request #1496](https://github.com/gazebosim/sdformat/pull/1496)

1. Permit building python bindings separately from libsdformat library
* [Pull request #1491](https://github.com/gazebosim/sdformat/pull/1491)

1. Change sdf\_config.h to sdf/config.hh everywhere
* [Pull request #1494](https://github.com/gazebosim/sdformat/pull/1494)

1. Improve installation instructions
* [Pull request #1490](https://github.com/gazebosim/sdformat/pull/1490)

1. Fix symbol checking test when compiled with debug symbols
* [Pull request #1474](https://github.com/gazebosim/sdformat/pull/1474)

### libsdformat 15.0.0 (2024-09-25)

1. **Baseline:** this includes all changes from 14.5.0 and earlier.
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>sdformat15</name>
<version>15.0.0</version>
<version>15.1.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 9d7abc2

Please sign in to comment.