Skip to content

Commit c22d408

Browse files
committed
0.16
1 parent e98ba27 commit c22d408

File tree

3 files changed

+42
-5
lines changed

3 files changed

+42
-5
lines changed

docs/0.16.rst

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
.. Copyright 2018 David Malcolm <[email protected]>
2+
Copyright 2018 Red Hat, Inc.
3+
4+
This is free software: you can redistribute it and/or modify it
5+
under the terms of the GNU General Public License as published by
6+
the Free Software Foundation, either version 3 of the License, or
7+
(at your option) any later version.
8+
9+
This program is distributed in the hope that it will be useful, but
10+
WITHOUT ANY WARRANTY; without even the implied warranty of
11+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12+
General Public License for more details.
13+
14+
You should have received a copy of the GNU General Public License
15+
along with this program. If not, see
16+
<http://www.gnu.org/licenses/>.
17+
18+
0.16
19+
~~~~
20+
21+
This releases adds support for gcc 7 and gcc 8 (along with continued
22+
support for gcc 4.6, 4.7, 4.8, 4.9, 5 and 6).
23+
24+
The upstream location for the plugin has moved from fedorahosted.org
25+
to https://github.com/davidmalcolm/gcc-python-plugin
26+
27+
Additionally, this release contains the following improvements:
28+
29+
* add :py:class:`gcc.RichLocation` for GCC 6 onwards
30+
31+
* :py:class:`gcc.Location`
32+
33+
* add :py:attr:`~gcc.Location.caret`, :py:attr:`~gcc.Location.start`,
34+
:py:attr:`~gcc.Location.finish` attributes for GCC 7 onwards
35+
36+
* add :py:meth:`gcc.Location.offset_column` method

docs/conf.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -58,16 +58,16 @@
5858

5959
# General information about the project.
6060
project = u'gcc-python-plugin'
61-
copyright = u'2011-2016, David Malcolm'
61+
copyright = u'2011-2018, David Malcolm'
6262

6363
# The version info for the project you're documenting, acts as replacement for
6464
# |version| and |release|, also used in various other places throughout the
6565
# built documents.
6666
#
6767
# The short X.Y version.
68-
version = '0.15'
68+
version = '0.16'
6969
# The full version, including alpha/beta/rc tags.
70-
release = '0.15'
70+
release = '0.16'
7171

7272
# The language for content autogenerated by Sphinx. Refer to documentation
7373
# for a list of supported languages.

docs/release-notes.rst

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
.. Copyright 2011-2016 David Malcolm <[email protected]>
2-
Copyright 2011-2016 Red Hat, Inc.
1+
.. Copyright 2011-2018 David Malcolm <[email protected]>
2+
Copyright 2011-2018 Red Hat, Inc.
33
44
This is free software: you can redistribute it and/or modify it
55
under the terms of the GNU General Public License as published by
@@ -20,6 +20,7 @@ Release Notes
2020

2121
.. toctree::
2222

23+
0.16.rst
2324
0.15.rst
2425
0.14.rst
2526
0.13.rst

0 commit comments

Comments
 (0)