From 4973a41b1a7504ed849d1ebdb941f4ebebb064f8 Mon Sep 17 00:00:00 2001 From: Louise Poubel Date: Tue, 30 Mar 2021 14:48:45 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=88=201.0.0=20(#18)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Louise Poubel --- CMakeLists.txt | 2 +- Changelog.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3f17f99..67958a7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ find_package(ignition-cmake2 2.0.0 REQUIRED) # Configure the project #============================================================================ set(c++standard 17) -ign_configure_project(VERSION_SUFFIX pre2) +ign_configure_project(VERSION_SUFFIX) #============================================================================ # Set project-specific options diff --git a/Changelog.md b/Changelog.md index 4fc4558..b88ee14 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,7 +2,7 @@ ## Ignition Utils 1.x.x (20XX-XX-XX) -## Ignition Utils 1.0.0 (2021-XX-XX) +## Ignition Utils 1.0.0 (2021-03-30) 1. Add basic support for bazel build system. * [Pull request #14](https://github.com/ignitionrobotics/ign-utils/pull/14)