diff options
author | Sam T <pxqr.sta@gmail.com> | 2013-08-27 02:11:35 +0400 |
---|---|---|
committer | Sam T <pxqr.sta@gmail.com> | 2013-08-27 02:11:35 +0400 |
commit | 6f8a2a89b2c728d98a41b34565b3484d450be9e7 (patch) | |
tree | a7ad18418188f670a5727638bf5795e4c0e95610 /krpc.cabal | |
parent | c30bd05cd274426ff299135984f2ef1c452d984e (diff) |
~ Bump version.
Diffstat (limited to 'krpc.cabal')
-rw-r--r-- | krpc.cabal | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,5 +1,5 @@ | |||
1 | name: krpc | 1 | name: krpc |
2 | version: 0.1.1.0 | 2 | version: 0.2.0.0 |
3 | license: MIT | 3 | license: MIT |
4 | license-file: LICENSE | 4 | license-file: LICENSE |
5 | author: Sam T. | 5 | author: Sam T. |
@@ -22,6 +22,9 @@ description: | |||
22 | * /0.1.0.0:/ Initial version. | 22 | * /0.1.0.0:/ Initial version. |
23 | . | 23 | . |
24 | * /0.1.1.0:/ Allow passing raw argument\/result dictionaries. | 24 | * /0.1.1.0:/ Allow passing raw argument\/result dictionaries. |
25 | . | ||
26 | * /0.2.0.0:/ Async API have been removed, use /async/ package instead. | ||
27 | Expose caller address in handlers. | ||
25 | 28 | ||
26 | source-repository head | 29 | source-repository head |
27 | type: git | 30 | type: git |