Commit 26eafdb3 authored by Yuanle Song's avatar Yuanle Song
Browse files

released rd-api 1.1.0.0 on pypi

parent 8923e359
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -7,7 +7,8 @@ Time-stamp: <2018-05-10>
- update version number in package.yaml, src/CliVersion.hs
- build binary
  stack build --test
  stack exec hlint -- src api client
  stack exec hlint -- -g
- update README file
- release binary on PyPI
  export TWINE_PASSWORD=xxx
  make all -C pypi
+5 −0
Original line number Diff line number Diff line
@@ -76,6 +76,11 @@ easy installation on linux system. Reliable download only runs in linux.
ChangeLog
---------

* v1.1.0.0 2018-05-10

  - feature: support passing arguments using env variables, for cli arg --redis-host, the env variable will be REDIS_HOST.
  - bugfix: fix cli argument parsing for string types

* v1.0.0.3 2018-05-09

  - update installation doc, rd-api requires redis server
+1 −1
Original line number Diff line number Diff line
module CliVersion where

cliVersion :: String
cliVersion = "1.0.0.3"
cliVersion = "1.1.0.0"