Skip to content

Commit 8818c1d

Browse files
committed
bump version to 2.1.2
1 parent f4fea1f commit 8818c1d

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

NEWS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11

2+
* Version 2.1.2 (May 19, 2021)
3+
4+
- Fix empty strings.
5+
6+
- Remove all uses of #nil.
7+
8+
29
* Version 2.1.1 (May 19, 2021)
310

411
- Fix build with Guile 3.0.7.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ commands, pipelining and Pub/Sub.
99

1010
Download the latest tarball and untar it:
1111

12-
- [guile-redis-2.1.1.tar.gz](https://download.savannah.gnu.org/releases/guile-redis/guile-redis-2.1.1.tar.gz)
12+
- [guile-redis-2.1.2.tar.gz](https://download.savannah.gnu.org/releases/guile-redis/guile-redis-2.1.2.tar.gz)
1313

1414
If you are cloning the repository make sure you run this first:
1515

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# along with guile-redis. If not, see https://www.gnu.org/licenses/.
2121
#
2222

23-
AC_INIT([guile-redis], [2.1.1], [aconchillo@gmail.com])
23+
AC_INIT([guile-redis], [2.1.2], [aconchillo@gmail.com])
2424
AC_CONFIG_MACRO_DIRS([m4])
2525
AC_CONFIG_SRCDIR(redis.scm)
2626
AC_CONFIG_AUX_DIR([build-aux])

0 commit comments

Comments
 (0)