Skip to content

Commit

Permalink
add release notes to tsr api cmd. Related #714
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsisazevedo committed Jul 1, 2014
1 parent 6f277db commit c06273c
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/_static/resources/styles/application.css
Expand Up @@ -422,3 +422,18 @@ datalist {
width: device-width;
zoom: 1;
}

.warning {
height: 50px;
border: 1px solid red;
margin: 20px 0;
padding-left: 20px;
}

.warning .admonition-title {
display: none;
}

.warning p {
line-height: 50px !important;
}
17 changes: 17 additions & 0 deletions docs/releases/tsr/0.5.1.rst
@@ -0,0 +1,17 @@
.. warning::

Version under development

=======================
tsr 0.5.1 release notes
=======================

Welcome to tsr 0.5.1!

.. _`new features`: `What's new in tsr 0.5.1`_

What's new in tsr 0.5.1
=======================

* **tsr api** now checks tsuru.conf file and don't starts if it is misconfigured.
You can check your config with **tsr api -t** flag. (`#714 <https://github.com/tsuru/tsuru/issues/714>`_)

0 comments on commit c06273c

Please sign in to comment.