Skip to content

Commit

Permalink
[Release] Bump to 0.3.1 (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
odesenfans authored Jun 6, 2022
1 parent ab8b836 commit 2bdf719
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
Changelog
=========

Version 0.3.1
=============

This release fixes a synchronisation issue introduced in 0.3.0. Messages where the "item_type"
field was not specified could not be processed in real-time and had to wait for the on-chain
confirmation to be processed.

Version 0.3.0
=============

Expand Down
2 changes: 1 addition & 1 deletion deployment/samples/docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ volumes:
services:
pyaleph:
restart: always
image: alephim/pyaleph-node:v0.3.0
image: alephim/pyaleph-node:v0.3.1
command: --config /opt/pyaleph/config.yml --key-dir /opt/pyaleph/keys -v
ports:
- "127.0.0.1:8000:8000/tcp"
Expand Down
2 changes: 1 addition & 1 deletion deployment/samples/docker-monitoring/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ volumes:
services:
pyaleph:
restart: always
image: alephim/pyaleph-node:v0.3.0
image: alephim/pyaleph-node:v0.3.1
command: --config /opt/pyaleph/config.yml --key-dir /opt/pyaleph/keys -vv
ports:
- "127.0.0.1:8000:8000/tcp"
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,5 +293,5 @@


rst_epilog = """
.. |pyaleph_version| replace:: v0.3.0
.. |pyaleph_version| replace:: v0.3.1
"""

0 comments on commit 2bdf719

Please sign in to comment.