Skip to content

Commit 36a42cc

Browse files
committed
Release v1.2.2
1 parent 56a0851 commit 36a42cc

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## v1.2.2
4+
5+
### Bug fixes and improvements
6+
7+
* Make parsing large bulk strings *a lot* faster. See [the pull request](https://github.com/whatyouhide/redix/pull/247) for benchmarks. This causes no functional changes, just a speed improvement.
8+
39
## v1.2.1
410

511
### Bug fixes and improvements

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ defmodule Redix.Mixfile do
55

66
@repo_url "https://github.com/whatyouhide/redix"
77

8-
@version "1.2.1"
8+
@version "1.2.2"
99

1010
def project() do
1111
[

0 commit comments

Comments
 (0)