Skip to content

Commit 7449d78

Browse files
committedMar 25, 2020
Bumped version to 0.8.1
1 parent 56b3ed3 commit 7449d78

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed
 

Diff for: ‎CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
### Version 0.8.1
2+
- Replace unnecessary raw loops (#338)
3+
- Fix readability-braces-around-statements warnings (#340)
4+
- Fix hicpp-use-auto warnings
5+
- Revert "Fix hicpp-use-auto warnings"
6+
- Fix hicpp-use-auto warnings (#341)
7+
- [clang-tidy] hicpp-move-const-arg (#342)
8+
- modernize-use-equals-default + modernize-use-using (#344)
9+
- Readability implicit bool conversion (#345)
10+
- Readability uppercase literal suffix (#346)
11+
- hicpp-explicit-conversions (#347)
12+
- Update CMakeLists.txt (#348)
13+
114
### Version 0.8.0
215
- Binary lib (#312)
316
- Change default run name from "R0" to "PISA" (#314)

Diff for: ‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p align="center"><img src="https://pisa-engine.github.io/images/logo250.png" width="250px"></p>
22

3-
# PISA: Performant Indexes and Search for Academia v0.8.0
3+
# PISA: Performant Indexes and Search for Academia v0.8.1
44

55
[![Build Status](https://travis-ci.com/pisa-engine/pisa.svg?branch=master)](https://travis-ci.com/pisa-engine/pisa)
66
[![codecov](https://codecov.io/gh/pisa-engine/pisa/branch/master/graph/badge.svg)](https://codecov.io/gh/pisa-engine/pisa)

Diff for: ‎external/trecpp

0 commit comments

Comments
 (0)
Please sign in to comment.