File tree 1 file changed +20
-5
lines changed
1 file changed +20
-5
lines changed Original file line number Diff line number Diff line change @@ -21,9 +21,23 @@ Release History
21
21
Unreleased
22
22
++++++++++
23
23
24
+ .. **Features and Improvements**
25
+
26
+ .. **Bugfixes**
27
+
28
+ .. **Libraries**
29
+
30
+ .. **Build**
31
+
32
+ .. **Documentation**
33
+
34
+
35
+ 1.7.0 (2016-11-21)
36
+ ++++++++++++++++++
37
+
24
38
**Features and Improvements **
25
39
26
- * Export PG* environment variables for convenience, so in shell we can connect
40
+ * Export PG* environment variables for convenience, so in a shell we can connect
27
41
on the current database with:
28
42
29
43
``docker-compose run --rm odoo psql -l ``
@@ -36,15 +50,16 @@ Unreleased
36
50
37
51
``sh -c 'PGPASSWORD=$DB_PASSWORD psql -h db -U $DB_USER -f path/to/file.sql $DB_NAME' ``
38
52
53
+ * Use unbuffer when calling marabunta, to have the output line by line
54
+
39
55
**Bugfixes **
40
56
41
- ** Libraries **
57
+ * Change 'pip list' invocation to remove a deprecation warning
42
58
43
- * Upgrade marabunta to 0.6.0
59
+ ** Libraries **
44
60
45
- ** Build **
61
+ * Upgrade marabunta to 0.6.0 (https://github.com/camptocamp/marabunta/releases/tag/0.6.0)
46
62
47
- **Documentation **
48
63
49
64
1.6.2 (2016-10-26)
50
65
++++++++++++++++++
You can’t perform that action at this time.
0 commit comments