Skip to content

Commit beee984

Browse files
committed
prepare new release
1 parent ca61215 commit beee984

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 2.8)
22

33
project(bear C)
4-
set(BEAR_VERSION "2.4.3")
4+
set(BEAR_VERSION "2.4.4")
55

66
option(USE_SHELL_COMPLETION "Optionally add shell completion" ON)
77

ChangeLog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 2.4.4 (2020-10-10)
2+
3+
Bugfixes:
4+
- Don't cache the value of `_NSGetEnviron` on macOS (@saagarjha, #290)
5+
- Add `--remove-flags` argument (@wangnangg, #288)
6+
- Use bash-completions conditionally in CMake (@Ergus, #292)
7+
18
## 2.4.3 (2020-01-26)
29

310
Features:

0 commit comments

Comments
 (0)