We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca61215 commit beee984Copy full SHA for beee984
CMakeLists.txt
@@ -1,7 +1,7 @@
1
cmake_minimum_required(VERSION 2.8)
2
3
project(bear C)
4
-set(BEAR_VERSION "2.4.3")
+set(BEAR_VERSION "2.4.4")
5
6
option(USE_SHELL_COMPLETION "Optionally add shell completion" ON)
7
ChangeLog.md
@@ -1,3 +1,10 @@
+## 2.4.4 (2020-10-10)
+
+Bugfixes:
+ - Don't cache the value of `_NSGetEnviron` on macOS (@saagarjha, #290)
+ - Add `--remove-flags` argument (@wangnangg, #288)
+ - Use bash-completions conditionally in CMake (@Ergus, #292)
8
## 2.4.3 (2020-01-26)
9
10
Features:
0 commit comments