Skip to content

Commit

Permalink
Prepare for 12.1.0 release (#743)
Browse files Browse the repository at this point in the history
Signed-off-by: Nate Koenig <[email protected]>

Co-authored-by: Nate Koenig <[email protected]>
  • Loading branch information
nkoenig and Nate Koenig authored Nov 9, 2021
1 parent b240384 commit 6307392
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ project (sdformat12)
set (SDF_PROTOCOL_VERSION 1.9)

set (SDF_MAJOR_VERSION 12)
set (SDF_MINOR_VERSION 0)
set (SDF_MINOR_VERSION 1)
set (SDF_PATCH_VERSION 0)

set (SDF_VERSION ${SDF_MAJOR_VERSION}.${SDF_MINOR_VERSION})
Expand Down
5 changes: 5 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## libsdformat 12.X

### libsdformat 12.1.0 (2021-11-09)

1. Support accessing mutable sensor types.
* [Pull request #737](https://github.com/ignitionrobotics/sdformat/pull/737)

### libsdformat 12.0.0 (2021-09-30)

1. Make exception for plugins when checking for name uniqueness
Expand Down

0 comments on commit 6307392

Please sign in to comment.