Skip to content

Commit

Permalink
🎈 1.0.0~pre2 (#17)
Browse files Browse the repository at this point in the history
Signed-off-by: Louise Poubel <[email protected]>
  • Loading branch information
chapulina authored Mar 22, 2021
1 parent fb890df commit 5ff07a4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ find_package(ignition-cmake2 2.0.0 REQUIRED)
# Configure the project
#============================================================================
set(c++standard 17)
ign_configure_project(VERSION_SUFFIX pre1)
ign_configure_project(VERSION_SUFFIX pre2)

#============================================================================
# Set project-specific options
Expand Down
7 changes: 7 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

## Ignition Utils 1.0.0 (2021-XX-XX)

1. Add basic support for bazel build system.
* [Pull request #14](https://github.com/ignitionrobotics/ign-utils/pull/14)

1. Ignition ImplPtr
* [Pull request 1](https://github.com/ignitionrobotics/ign-utils/pull/1)
* [Pull request 4](https://github.com/ignitionrobotics/ign-utils/pull/4)
Expand All @@ -16,3 +19,7 @@
* [Pull request 10](https://github.com/ignitionrobotics/ign-utils/pull/10)
* [Pull request 11](https://github.com/ignitionrobotics/ign-utils/pull/11)

1. Pre-release cleanup
* [Pull request #16](https://github.com/ignitionrobotics/ign-utils/pull/16)
* [Pull request #15](https://github.com/ignitionrobotics/ign-utils/pull/15)

0 comments on commit 5ff07a4

Please sign in to comment.