mirror of
https://github.com/httpie/cli.git
synced 2024-11-21 23:33:12 +01:00
v1.0.0
This commit is contained in:
parent
932d3224f4
commit
b5625e3d75
@ -6,7 +6,7 @@ This document records all notable changes to `HTTPie <http://httpie.org>`_.
|
||||
This project adheres to `Semantic Versioning <http://semver.org/>`_.
|
||||
|
||||
|
||||
`1.0.0-dev`_ (unreleased)
|
||||
`1.0.0`_ (2018-10-02)
|
||||
-------------------------
|
||||
|
||||
* Added ``--style=auto`` which follows the terminal ANSI color styles.
|
||||
@ -340,4 +340,4 @@ This project adheres to `Semantic Versioning <http://semver.org/>`_.
|
||||
.. _0.9.6: https://github.com/jakubroztocil/httpie/compare/0.9.4...0.9.6
|
||||
.. _0.9.8: https://github.com/jakubroztocil/httpie/compare/0.9.6...0.9.8
|
||||
.. _0.9.9: https://github.com/jakubroztocil/httpie/compare/0.9.8...0.9.9
|
||||
.. _1.0.0-dev: https://github.com/jakubroztocil/httpie/compare/0.9.8...master
|
||||
.. _1.0.0: https://github.com/jakubroztocil/httpie/compare/0.9.9...1.0.0
|
||||
|
@ -2,7 +2,7 @@
|
||||
HTTPie - a CLI, cURL-like tool for humans.
|
||||
|
||||
"""
|
||||
__version__ = '1.0.0-dev'
|
||||
__version__ = '1.0.0'
|
||||
__author__ = 'Jakub Roztocil'
|
||||
__licence__ = 'BSD'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user