Skip to content

Commit ec3c660

Browse files
v1.3.2
1 parent 0906849 commit ec3c660

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Sonic Changelog
22
===============
33

4-
## Unreleased
4+
## 1.3.2 (2021-11-09)
55

66
### Bug Fixes
77

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sonic-server"
3-
version = "1.3.1"
3+
version = "1.3.2"
44
description = "Fast, lightweight and schema-less search backend."
55
readme = "README.md"
66
license = "MPL-2.0"

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -92,13 +92,13 @@ You might find it convenient to run Sonic via Docker. You can find the pre-built
9292
First, pull the `valeriansaliou/sonic` image:
9393

9494
```bash
95-
docker pull valeriansaliou/sonic:v1.3.1
95+
docker pull valeriansaliou/sonic:v1.3.2
9696
```
9797

9898
Then, seed it a configuration file and run it (replace `/path/to/your/sonic/config.cfg` with the path to your configuration file):
9999

100100
```bash
101-
docker run -p 1491:1491 -v /path/to/your/sonic/config.cfg:/etc/sonic.cfg -v /path/to/your/sonic/store/:/var/lib/sonic/store/ valeriansaliou/sonic:v1.3.1
101+
docker run -p 1491:1491 -v /path/to/your/sonic/config.cfg:/etc/sonic.cfg -v /path/to/your/sonic/store/:/var/lib/sonic/store/ valeriansaliou/sonic:v1.3.2
102102
```
103103

104104
In the configuration file, ensure that:

0 commit comments

Comments
 (0)