Merge branch 'release/0.1.8'

This commit is contained in:
Rostislav Raykov 2019-09-21 23:19:47 +02:00
commit a822d34c5a
3 changed files with 3 additions and 3 deletions

View file

@ -8,10 +8,10 @@ name: Publish
jobs:
build:
name: Build
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macOS-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@master

2
Cargo.lock generated
View file

@ -153,7 +153,7 @@ dependencies = [
[[package]]
name = "cloudflare-ddns"
version = "0.1.7"
version = "0.1.8"
dependencies = [
"exitcode 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",

View file

@ -1,6 +1,6 @@
[package]
name = "cloudflare-ddns"
version = "0.1.7"
version = "0.1.8"
authors = ["Rostislav Raykov <z@zbrox.org>"]
edition = "2018"
description = "A simple CLI tool to use Cloudflare's free DDNS service"