We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dc677c commit 5620752Copy full SHA for 5620752
CMakeLists.txt
@@ -10,7 +10,7 @@ cmake_minimum_required(VERSION 3.14)
10
11
project(
12
Aedis
13
- VERSION 1.1.1
+ VERSION 1.2.0
14
DESCRIPTION "A redis client designed for performance and scalability"
15
HOMEPAGE_URL "https://mzimbres.github.io/aedis"
16
LANGUAGES CXX
README.md
@@ -834,7 +834,7 @@ another.
834
835
## Changelog
836
837
-### master
+### v1.2.0
838
839
* `aedis::adapt` supports now tuples created with `std::tie`.
840
`aedis::ignore` is now an alias to the type of `std::ignore`.
0 commit comments