Skip to content

Commit

Permalink
release note 3.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
gsemet committed Apr 3, 2019
1 parent 51c97ac commit 388677e
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,4 @@ docs/_build/
guake/paths.py
releasenotes/notes/reno.cache
data/gschemas.compiled
RELEASENOTES.rst
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ install:


script:
- git fetch --unshallow
- git fetch --all
- git fetch --tags
# users should be able to build without python dev dependencies
- make
# for dev
Expand Down
8 changes: 8 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Release Notes
=============

3.0.6
-----

Bug Fixes
~~~~~~~~~

- Hotfix of #1198 (Ctrl+D in the terminal does not close) and #1014 (guake hangs on exit)

3.0.5
-----

Expand Down
4 changes: 3 additions & 1 deletion releasenotes/config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
branch: master
earliest_version: 3.0.0.a4
branch_name_re: stable/.+
branch_name_prefix: stable/
unreleased_version_title: "(unreleased)"
collapse_pre_releases: true
pre_release_tag_re: (?P<pre_release>\.(?:\d*[ab]|rc)+\d*)$
stop_at_branch_base: true
Expand Down
4 changes: 4 additions & 0 deletions releasenotes/notes/hotfix-1642766d9469f453.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
fixes:
- |
Hotfix of #1198 (Ctrl+D in the terminal does not close)
and #1014 (guake hangs on exit)

0 comments on commit 388677e

Please sign in to comment.