Skip to content

Commit 8c012d5

Browse files
authored
Preparation for release 2.0.2 (#590)
Preparation for 2.0.2 release * Updated CHANGELOG.md * Updated CMakeLists.txt * Updated README.md
1 parent ddb95cf commit 8c012d5

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Change Log
22
All notable changes to the CLAW Compiler project are documented in this file.
33

4+
## [2.0.2] - 2020-07-27
5+
* OMNI Compiler submodule now pointing to
6+
omni-compiler/xcodeml-tools@3bbc8ec4caa31113a7f67ae7371e678c28d613fc
7+
* Added support for NAG compiler
8+
* Various bug fixes
9+
410
## [2.0.1] - 2019-09-18
511
* Serialization is now disabled by default.
612
* Driver: Add option `sca_forward_update_disabled` to switch globally updates.

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
cmake_minimum_required(VERSION 3.0)
88

9-
project("CLAW Compiler" VERSION 2.0.1)
9+
project("CLAW Compiler" VERSION 2.0.2)
1010

1111
# Add local cmake modules
1212
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/module")

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
![CLAW Logo](resources/logo_full_black.png)
22

3-
<a target="_blank" href="http://semver.org">![Version](https://img.shields.io/badge/Version-2.0.1-lightgray.svg)</a> [![Build Status](https://travis-ci.org/claw-project/claw-compiler.svg?branch=master)](https://travis-ci.org/claw-project/claw-compiler)
3+
<a target="_blank" href="http://semver.org">![Version](https://img.shields.io/badge/Version-2.0.2-lightgray.svg)</a> [![Build Status](https://travis-ci.org/claw-project/claw-compiler.svg?branch=master)](https://travis-ci.org/claw-project/claw-compiler)
44
<a target="_blank" href="https://claw-compiler.slack.com/">![Slack](https://img.shields.io/badge/Collab-Slack-yellow.svg)</a>
55
<a target="_blank" href="https://claw-project.github.io/">![Doc](https://img.shields.io/badge/Documentation-link-lightgray.svg)</a>
66
![](https://img.shields.io/spack/v/claw.svg)

0 commit comments

Comments
 (0)