Skip to content

Commit 75cb391

Browse files
v1.3.4
1 parent 56bb3d7 commit 75cb391

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

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

4+
## 1.3.4 (2022-07-10)
5+
6+
* Dependencies have been bumped to latest versions (namely: `rocksdb`, `clap`, `regex`) [[@valeriansaliou](https://github.com/valeriansaliou)].
7+
8+
### Changes
9+
410
## 1.3.3 (2022-07-07)
511

612
### Changes

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.3
95+
docker pull valeriansaliou/sonic:v1.3.4
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.3
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.4
102102
```
103103

104104
In the configuration file, ensure that:

0 commit comments

Comments
 (0)