Skip to content

Commit e8fa92a

Browse files
committed
Docu for 2.68.1
1 parent e56b99f commit e8fa92a

File tree

9 files changed

+18
-8
lines changed

9 files changed

+18
-8
lines changed

documentation/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
bake 2.68.0
1+
bake 2.68.1
22
===========
33

44
bake, building software **fast** and **easy**!

documentation/source/changelog.rst

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
Changelog
22
=========
33

4+
March 8, 2021 - bake-toolkit 2.68.1
5+
* Add support/workaround for latest ARM GCC which writes ``<drive letter>\:\some\folder`` into dependency files on Windows systems (note the additional ``\`` sign).
6+
47
March 2, 2021 - bake-toolkit 2.68.0
58
* Enhance ``--abs-paths`` so it affects not only error messages but also sources, objects, includes, library and executable names.
69
* Add project filter to adapt-command-line-option, e.g. ``--adapt coverage[lib1,lib2,safety*]``

install-docs/_sources/index.rst.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
bake 2.68.0
1+
bake 2.68.1
22
===========
33

44
bake, building software **fast** and **easy**!

install-docs/_sources/source/changelog.rst.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
Changelog
22
=========
33

4+
March 8, 2021 - bake-toolkit 2.68.1
5+
* Add support/workaround for latest ARM GCC which writes ``<drive letter>\:\some\folder`` into dependency files on Windows systems (note the additional ``\`` sign).
6+
47
March 2, 2021 - bake-toolkit 2.68.0
58
* Enhance ``--abs-paths`` so it affects not only error messages but also sources, objects, includes, library and executable names.
69
* Add project filter to adapt-command-line-option, e.g. ``--adapt coverage[lib1,lib2,safety*]``

install-docs/index.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<meta name="viewport" content="width=device-width, initial-scale=1.0">
99

10-
<title>bake 2.68.0 &mdash; bake documentation</title>
10+
<title>bake 2.68.1 &mdash; bake documentation</title>
1111

1212

1313

@@ -148,7 +148,7 @@
148148

149149
<li><a href="#" class="icon icon-home"></a> &raquo;</li>
150150

151-
<li>bake 2.68.0</li>
151+
<li>bake 2.68.1</li>
152152

153153

154154
<li class="wy-breadcrumbs-aside">
@@ -167,8 +167,8 @@
167167
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
168168
<div itemprop="articleBody">
169169

170-
<div class="section" id="bake-2-68-0">
171-
<h1>bake 2.68.0<a class="headerlink" href="#bake-2-68-0" title="Permalink to this headline"></a></h1>
170+
<div class="section" id="bake-2-68-1">
171+
<h1>bake 2.68.1<a class="headerlink" href="#bake-2-68-1" title="Permalink to this headline"></a></h1>
172172
<p>bake, building software <strong>fast</strong> and <strong>easy</strong>!</p>
173173
<a class="reference internal image-reference" href="_images/bake_tagcloud.png"><img alt="_images/bake_tagcloud.png" src="_images/bake_tagcloud.png" style="width: 300px;" /></a>
174174
<div class="toctree-wrapper compound">

install-docs/objects.inv

0 Bytes
Binary file not shown.

install-docs/searchindex.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

install-docs/source/changelog.html

+4
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,10 @@
171171
<div class="section" id="changelog">
172172
<h1>Changelog<a class="headerlink" href="#changelog" title="Permalink to this headline"></a></h1>
173173
<dl>
174+
<dt>March 8, 2021 - bake-toolkit 2.68.1</dt><dd><ul class="simple">
175+
<li><p>Add support/workaround for latest ARM GCC which writes <code class="docutils literal notranslate"><span class="pre">&lt;drive</span> <span class="pre">letter&gt;\:\some\folder</span></code> into dependency files on Windows systems (note the additional <code class="docutils literal notranslate"><span class="pre">\</span></code> sign).</p></li>
176+
</ul>
177+
</dd>
174178
<dt>March 2, 2021 - bake-toolkit 2.68.0</dt><dd><ul class="simple">
175179
<li><p>Enhance <code class="docutils literal notranslate"><span class="pre">--abs-paths</span></code> so it affects not only error messages but also sources, objects, includes, library and executable names.</p></li>
176180
<li><p>Add project filter to adapt-command-line-option, e.g. <code class="docutils literal notranslate"><span class="pre">--adapt</span> <span class="pre">coverage[lib1,lib2,safety*]</span></code></p></li>

lib/common/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module Bake
22
class Version
33
def self.number
4-
"2.68.0"
4+
"2.68.1"
55
end
66

77
def self.printBakeVersion(ry = "")

0 commit comments

Comments
 (0)