Skip to content

Commit 434abf5

Browse files
authored
Merge pull request #52 from mruby/1.3.0-release
mruby 1.3.0 released
2 parents edd2b58 + 9a0be5e commit 434abf5

File tree

6 files changed

+35
-8
lines changed

6 files changed

+35
-8
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
layout: post
3+
title: "mruby 1.3.0 released"
4+
date: 2017-07-04 09:15:00
5+
categories: releases
6+
---
7+
8+
mruby 1.3.0 released
9+
====================
10+
11+
mruby 1.3.0 is released. Download [mruby 1.3.0][mruby-1.3.0-dl] now.
12+
13+
[mruby-1.3.0-dl]: https://github.com/mruby/mruby/archive/1.3.0.zip
14+
15+
## mruby 1.3.0 by the numbers
16+
17+
* 1,175 commits
18+
* 248 issues fixed
19+
* 262 pull requests merged
20+
* 14 [contributors][contributors]
21+
* 221 changed files
22+
* 12,760 additions(+)
23+
* 3,734 deletions(-)
24+
25+
[See the full diff](https://github.com/mruby/mruby/compare/1.2.0...1.3.0).
26+
27+
[contributors]: https://github.com/mruby/mruby/graphs/contributors

docs/api/file.README.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ <h2>What is mruby</h2>
9494

9595
<h2>How to get mruby</h2>
9696

97-
<p>The stable version 1.2.0 of mruby can be downloaded via the following URL: <a href="https://github.com/mruby/mruby/archive/1.2.0.zip">https://github.com/mruby/mruby/archive/1.2.0.zip</a></p>
97+
<p>The stable version 1.3.0 of mruby can be downloaded via the following URL: <a href="https://github.com/mruby/mruby/archive/1.3.0.zip">https://github.com/mruby/mruby/archive/1.3.0.zip</a></p>
9898

9999
<p>The latest development version of mruby can be downloaded via the following URL: <a href="https://github.com/mruby/mruby/zipball/master">https://github.com/mruby/mruby/zipball/master</a></p>
100100

@@ -174,4 +174,4 @@ <h2>How to Contribute</h2>
174174
</div>
175175

176176
</body>
177-
</html>
177+
</html>

docs/api/file.debugger.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ <h2>2.1 Building mrdb</h2>
111111
<p>To confirm mrdb was installed properly, run mrdb with the <code>--version</code> option:</p>
112112

113113
<pre class="code bash"><code class="bash">$ mrdb --version
114-
mruby 1.2.0 (2014-11-17)
114+
mruby 1.3.0 (2017-07-04)
115115
</code></pre>
116116

117117
<h2>2.2 Basic Operation</h2>
@@ -466,4 +466,4 @@ <h4>Step Command</h4>
466466
</div>
467467

468468
</body>
469-
</html>
469+
</html>

docs/api/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ <h2>What is mruby</h2>
9494

9595
<h2>How to get mruby</h2>
9696

97-
<p>The stable version 1.2.0 of mruby can be downloaded via the following URL: <a href="https://github.com/mruby/mruby/archive/1.2.0.zip">https://github.com/mruby/mruby/archive/1.2.0.zip</a></p>
97+
<p>The stable version 1.3.0 of mruby can be downloaded via the following URL: <a href="https://github.com/mruby/mruby/archive/1.3.0.zip">https://github.com/mruby/mruby/archive/1.3.0.zip</a></p>
9898

9999
<p>The latest development version of mruby can be downloaded via the following URL: <a href="https://github.com/mruby/mruby/zipball/master">https://github.com/mruby/mruby/zipball/master</a></p>
100100

@@ -174,4 +174,4 @@ <h2>How to Contribute</h2>
174174
</div>
175175

176176
</body>
177-
</html>
177+
</html>

downloads/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<div>
88
<h2>Downloads</h2>
99
<p>
10-
<b>Current stable</b>: <a href="https://github.com/mruby/mruby/archive/1.2.0.zip">mruby 1.2.0</a>
10+
<b>Current stable</b>: <a href="https://github.com/mruby/mruby/archive/1.3.0.zip">mruby 1.3.0</a>
1111
</p>
1212
</div>
1313
</div>

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</p>
1212

1313
<div class="mruby-is-get">
14-
<a href="https://github.com/mruby/mruby/archive/1.2.0.zip" class="btn btn-lg btn-default" role="button">Download 1.2.0 Source</a>
14+
<a href="https://github.com/mruby/mruby/archive/1.3.0.zip" class="btn btn-lg btn-default" role="button">Download 1.3.0 Source</a>
1515
&nbsp; or &nbsp;
1616
<a href="https://github.com/mruby/mruby" class="btn btn-lg btn-default" role="button">Find on GitHub</a>
1717
</div>

0 commit comments

Comments
 (0)