File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ cmake_minimum_required(VERSION 3.14)
10
10
11
11
project (
12
12
Aedis
13
- VERSION 1.2 .0
13
+ VERSION 1.3 .0
14
14
DESCRIPTION "A redis client designed for performance and scalability"
15
15
HOMEPAGE_URL "https://mzimbres.github.io/aedis"
16
16
LANGUAGES CXX
Original file line number Diff line number Diff line change 51
51
"CMAKE_CXX_FLAGS" : " -Wall -Wextra -fsanitize=address" ,
52
52
"CMAKE_SHARED_LINKER_FLAGS" : " -fsanitize=address" ,
53
53
"CMAKE_CXX_STANDARD_REQUIRED" : " ON" ,
54
- "CMAKE_CXX_COMPILER" : " clang++-11" ,
55
54
"PROJECT_BINARY_DIR" : " ${sourceDir}/build/dev" ,
56
55
"DOXYGEN_OUTPUT_DIRECTORY" : " ${sourceDir}/build/dev/doc/"
57
56
}
Original file line number Diff line number Diff line change @@ -865,7 +865,7 @@ another.
865
865
866
866
## Changelog
867
867
868
- ### master
868
+ ### v1.3.0
869
869
870
870
* Removes automatic sending of the ` HELLO ` command. This can't be
871
871
implemented properly without bloating the connection class. It is
You can’t perform that action at this time.
0 commit comments