We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8d8f7f commit bd84ec3Copy full SHA for bd84ec3
CHANGELOG.md
@@ -1,6 +1,10 @@
1
# Change Log
2
3
-## [0.5.0] 2017-05-11
+## [0.5.2] 2017-05-11
4
+### Fixed
5
+- Fix typo in supernode
6
+
7
+## [0.5.1] 2017-05-11
8
### Added
9
- New IPv4 and IPv6 supernodes
10
ci/install.sh
@@ -8,6 +8,7 @@ main() {
if [ $TRAVIS_OS_NAME = linux ]; then
target=x86_64-unknown-linux-gnu
sort=sort
11
+ sudo apt-get update
12
sudo apt-get install -y libdbus-1-dev dbus-x11
13
else
14
target=x86_64-apple-darwin
0 commit comments