Skip to content

Commit

Permalink
Release 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guewen committed Nov 21, 2016
1 parent 16616c0 commit 8545499
Showing 1 changed file with 20 additions and 5 deletions.
25 changes: 20 additions & 5 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,23 @@ Release History
Unreleased
++++++++++

.. **Features and Improvements**
.. **Bugfixes**
.. **Libraries**
.. **Build**
.. **Documentation**
1.7.0 (2016-11-21)
++++++++++++++++++

**Features and Improvements**

* Export PG* environment variables for convenience, so in shell we can connect
* Export PG* environment variables for convenience, so in a shell we can connect
on the current database with:

``docker-compose run --rm odoo psql -l``
Expand All @@ -36,15 +50,16 @@ Unreleased

``sh -c 'PGPASSWORD=$DB_PASSWORD psql -h db -U $DB_USER -f path/to/file.sql $DB_NAME'``

* Use unbuffer when calling marabunta, to have the output line by line

**Bugfixes**

**Libraries**
* Change 'pip list' invocation to remove a deprecation warning

* Upgrade marabunta to 0.6.0
**Libraries**

**Build**
* Upgrade marabunta to 0.6.0 (https://github.com/camptocamp/marabunta/releases/tag/0.6.0)

**Documentation**

1.6.2 (2016-10-26)
++++++++++++++++++
Expand Down

0 comments on commit 8545499

Please sign in to comment.