Skip to content

Commit 5620752

Browse files
committed
v1.2.0
1 parent 5dc677c commit 5620752

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.1.1
13+
VERSION 1.2.0
1414
DESCRIPTION "A redis client designed for performance and scalability"
1515
HOMEPAGE_URL "https://mzimbres.github.io/aedis"
1616
LANGUAGES CXX

README.md

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

835835
## Changelog
836836

837-
### master
837+
### v1.2.0
838838

839839
* `aedis::adapt` supports now tuples created with `std::tie`.
840840
`aedis::ignore` is now an alias to the type of `std::ignore`.

0 commit comments

Comments
 (0)