Skip to content

Commit e9dab97

Browse files
committed
v1.3.0
1 parent 2e8cad8 commit e9dab97

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ cmake_minimum_required(VERSION 3.14)
1010

1111
project(
1212
Aedis
13-
VERSION 1.2.0
13+
VERSION 1.3.0
1414
DESCRIPTION "A redis client designed for performance and scalability"
1515
HOMEPAGE_URL "https://mzimbres.github.io/aedis"
1616
LANGUAGES CXX

CMakePresets.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
"CMAKE_CXX_FLAGS": "-Wall -Wextra -fsanitize=address",
5252
"CMAKE_SHARED_LINKER_FLAGS": "-fsanitize=address",
5353
"CMAKE_CXX_STANDARD_REQUIRED": "ON",
54-
"CMAKE_CXX_COMPILER": "clang++-11",
5554
"PROJECT_BINARY_DIR": "${sourceDir}/build/dev",
5655
"DOXYGEN_OUTPUT_DIRECTORY": "${sourceDir}/build/dev/doc/"
5756
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -865,7 +865,7 @@ another.
865865

866866
## Changelog
867867

868-
### master
868+
### v1.3.0
869869

870870
* Removes automatic sending of the `HELLO` command. This can't be
871871
implemented properly without bloating the connection class. It is

0 commit comments

Comments
 (0)