Skip to content

Commit

Permalink
prepare for 4.0.0 release (#52)
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Chen <[email protected]>
  • Loading branch information
iche033 committed Sep 30, 2020
1 parent e089045 commit f8366f2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ find_package(ignition-cmake2 REQUIRED)
#============================================================================
# Configure the project
#============================================================================
ign_configure_project(VERSION_SUFFIX pre1)
ign_configure_project(VERSION_SUFFIX)

#============================================================================
# Set project-specific options
Expand Down
17 changes: 13 additions & 4 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,23 @@

### Ignition Sensors 4.X.X

### Ignition Sensors 4.0.0 (20XX-XX-XX)
### Ignition Sensors 4.0.0 (2020-09-30)

1. Fix link in README.md
* [Pull request 51](https://github.com/ignitionrobotics/ign-sensors/pull/51)

1. Move installation instructions from README.md to Installation tutorial
* [Pull request 50](https://github.com/ignitionrobotics/ign-sensors/pull/50)

1. Bump ign-math to 6.6
* [Pull request 48](https://github.com/ignitionrobotics/ign-sensors/pull/48)

1. Replaced common::Time with std::chrono
* [Pull request 41](https://github.com/ignitionrobotics/ign-sensors/pull/41)

1. Depend on ign-msgs6, ign-transport9, sdf10
* [Pull request 31](https://github.com/ignitionrobotics/ign-sensors/pull/31)

1. GitHub migration
* [Pull request 12](https://github.com/ignitionrobotics/ign-sensors/pull/12)
* [Pull request 16](https://github.com/ignitionrobotics/ign-sensors/pull/16)
Expand All @@ -18,9 +30,6 @@
1. Depend on ign-rendering4
* [BitBucket pull request 111](https://osrf-migration.github.io/ignition-gh-pages/#!/ignitionrobotics/ign-sensors/pull-requests/111)

1. Depend on ign-msgs6, ign-transport9, sdf10
* [Pull request 31](https://github.com/ignitionrobotics/ign-sensors/pull/31)

## Ignition Sensors 3

### Ignition Sensors 3.0.0 (2019-12-10)
Expand Down

0 comments on commit f8366f2

Please sign in to comment.