Skip to content

Commit dc1de18

Browse files
committed
docu for 2.66.0
1 parent 06651d1 commit dc1de18

File tree

7 files changed

+28
-7
lines changed

7 files changed

+28
-7
lines changed

documentation/changelog.rst

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

4+
October 23, 2020 - bake-toolkit 2.66
5+
* Bugfix: --list failed when Project.meta contains an Adapt
6+
* Bugfix: circular extension of projects not detected during load
7+
* Changed: llvm-lib is now used to archive when using Clang on Windows
8+
* Added: Automatic path completion for Makefile command, e.g.
9+
10+
.. code-block:: console
11+
12+
Makefile "someProject/Makefile", target: all, lib: "someProject/output/libresult.a"
13+
414
September 18, 2020 - bake-toolkit 2.65.2
515
* Bugfix: if pathname length of dependency file is > 255 on Windows, the compilation check might break.
616
* Added: now Adapts can be also filtered

documentation/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
bake 2.65.2
1+
bake 2.66.0
22
==========================================
33
bake, building software **fast** and **easy**!
44

install-docs/changelog.html

+11
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,17 @@
117117
<div class="section" id="changelog">
118118
<h1>Changelog<a class="headerlink" href="#changelog" title="Permalink to this headline"></a></h1>
119119
<dl>
120+
<dt>October 23, 2020 - bake-toolkit 2.66</dt><dd><ul>
121+
<li><p>Bugfix: –list failed when Project.meta contains an Adapt</p></li>
122+
<li><p>Bugfix: circular extension of projects not detected during load</p></li>
123+
<li><p>Changed: llvm-lib is now used to archive when using Clang on Windows</p></li>
124+
<li><p>Added: Automatic path completion for Makefile command, e.g.</p>
125+
<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="go">Makefile &quot;someProject/Makefile&quot;, target: all, lib: &quot;someProject/output/libresult.a&quot;</span>
126+
</pre></div>
127+
</div>
128+
</li>
129+
</ul>
130+
</dd>
120131
<dt>September 18, 2020 - bake-toolkit 2.65.2</dt><dd><ul class="simple">
121132
<li><p>Bugfix: if pathname length of dependency file is &gt; 255 on Windows, the compilation check might break.</p></li>
122133
<li><p>Added: now Adapts can be also filtered</p></li>

install-docs/index.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta charset="utf-8" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7-
<title>bake 2.65.2 &#8212; bake documentation</title>
7+
<title>bake 2.66.0 &#8212; bake documentation</title>
88
<link rel="stylesheet" href="_static/bootstrap-sphinx.css" type="text/css" />
99
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
1010
<link rel="stylesheet" type="text/css" href="_static/custom.css" />
@@ -83,7 +83,7 @@
8383
<ul class="dropdown-menu localtoc"
8484
role="menu"
8585
aria-labelledby="dLabelLocalToc"><ul>
86-
<li><a class="reference internal" href="#">bake 2.65.2</a><ul>
86+
<li><a class="reference internal" href="#">bake 2.66.0</a><ul>
8787
</ul>
8888
</li>
8989
</ul>
@@ -115,8 +115,8 @@
115115
<div class="row">
116116
<div class="body col-md-12 content" role="main">
117117

118-
<div class="section" id="bake-2-65-2">
119-
<h1>bake 2.65.2<a class="headerlink" href="#bake-2-65-2" title="Permalink to this headline"></a></h1>
118+
<div class="section" id="bake-2-66-0">
119+
<h1>bake 2.66.0<a class="headerlink" href="#bake-2-66-0" title="Permalink to this headline"></a></h1>
120120
<p>bake, building software <strong>fast</strong> and <strong>easy</strong>!</p>
121121
<table class="docutils align-default">
122122
<colgroup>

install-docs/objects.inv

-1 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.

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.65.2"
4+
"2.66.0"
55
end
66

77
def self.printBakeVersion(ry = "")

0 commit comments

Comments
 (0)