Skip to content

Commit d299058

Browse files
committed
Increment the version and update the NEWS
Signed-off-by: Gavin D. Howard <gavin@gavinhoward.com>
1 parent 89d6c34 commit d299058

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

NEWS.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# News
22

3+
## 7.0.2
4+
5+
This is a production release that fixes `Ctrl+d` on FreeBSD and Linux when using
6+
`editline`.
7+
8+
This bug was caused by the macOS fix in `7.0.0`. Unfortunately, this means that
9+
macOS does not respond properly to `Ctrl+d`.
10+
311
## 7.0.1
412

513
This is a production release that fixes a warning using GCC on FreeBSD.

include/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@
3737
#define BC_VERSION_H
3838

3939
/// The current version.
40-
#define VERSION 7.0.1
40+
#define VERSION 7.0.2
4141

4242
#endif // BC_VERSION_H

0 commit comments

Comments
 (0)