diff options
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 |