Skip to content

Commit

Permalink
update README, CHANGELOG, configure.ac (#292)
Browse files Browse the repository at this point in the history
  • Loading branch information
titeup committed Jan 10, 2022
1 parent 811cb3f commit c81e19c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG
@@ -1,5 +1,20 @@
Verificarlo CHANGELOG


# [v0.7.0] 2022/01/22

## Removed
* Remove the MPFR backend, and related tests

## Fixed
* Minor bugfixes in test_mca_rng
* Minor improvements to README

## Changed
* Change license to Apache License v2.0 with LLVM Exceptions



# [v0.6.0] 2021/10/14

## Added
Expand Down
4 changes: 2 additions & 2 deletions README.md
@@ -1,4 +1,4 @@
## Verificarlo v0.6.0
## Verificarlo v0.7.0

A tool for debugging and assessing floating point precision and reproducibility.

Expand Down Expand Up @@ -166,7 +166,7 @@ under the Apache License v2.0 with LLVM Exceptions.
SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception.
See https://llvm.org/LICENSE.txt for license information.

Copyright (c) 2019-2021
Copyright (c) 2019-2022
Verificarlo Contributors

Copyright (c) 2018
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.69])
AC_INIT([verificarlo], [0.6.0], [])
AC_INIT([verificarlo], [0.7.0], [])
AM_SILENT_RULES([yes])
AC_CONFIG_AUX_DIR(autoconf)
AC_CONFIG_MACRO_DIR([m4])
Expand Down

0 comments on commit c81e19c

Please sign in to comment.