Release/0.8.0 (#155)

* Version 0.8.0

* Add Changelog entry
This commit is contained in:
Pedro Piñera Buendía 2018-11-05 09:28:44 -05:00 committed by GitHub
parent 71f4a1fbbb
commit 3a15268a32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 12 additions and 28 deletions

View File

@ -9,7 +9,7 @@ xcodebuild_arguments:
- tuist.xcodeproj
- -scheme
- tuist-Package
swift_version: "4.2"
swift_version: '4.2.1'
min_acl: public
readme: README.md
custom_categories:
@ -37,5 +37,3 @@ custom_categories:
- TestAction
- BuildAction
- Arguments

View File

@ -1 +1 @@
4.2
4.2.1

View File

@ -4,6 +4,12 @@ Please, check out guidelines: https://keepachangelog.com/en/1.0.0/
## Next version
## 0.8.0
### Added
- Swift 4.2.1 compatibility by @pepibumur.
### Removed
- Module loader https://github.com/tuist/tuist/pull/150/files by @pepibumur.

View File

@ -5,7 +5,7 @@ public class Constants {
public static let binFolderName = ".tuist-bin"
public static let binName = "tuist"
public static let gitRepositoryURL = "https://github.com/tuist/tuist.git"
public static let version = "0.7.0"
public static let swiftVersion: String = "4.1.2"
public static let version = "0.8.0"
public static let swiftVersion: String = "4.2.1"
public static let bundleName: String = "tuist.zip"
}

View File

@ -158,10 +158,7 @@
<section class='section'>
<div class='section-content'>
<p align="center">
<img src="https://github.com/tuist/tuist/raw/master/assets/logo.png" width="250" align="center"/>
<br/><br/>
</p>
<p><img src="assets/tuist.png" width="200" align="center"/></p>
<p><a href="https://github.com/prettier/prettier"><img src="https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square" alt="code style: prettier"></a>
<a href="https://circleci.com/gh/tuist/tuist"><img src="https://circleci.com/gh/tuist/tuist.svg?style=svg" alt="CircleCI"></a>
@ -253,13 +250,6 @@ tuist generate <span class="c"># Generates Xcode project</span>
<p><a href="https://github.com/tuist"><img src="https://img.shields.io/badge/powered%20by-Tuist-green.svg?longCache=true" alt="Tuist Badge"></a></p>
<pre class="highlight markdown"><code><span class="p">[</span><span class="nv">![Tuist Badge</span><span class="p">](</span><span class="sx">https://img.shields.io/badge/powered%20by-Tuist-green.svg?longCache=true</span><span class="p">)</span>](https://github.com/tuist)
</code></pre>
<h2 id='donations' class='heading'>Donations</h2>
<p>Tuist is a non-profit project run entirely by unpaid volunteers. We need your funds to pay for software, hardware and hosting around continuous integration and future improvements to the project. Every donation will be spent on making Tuist better for our users.</p>
<p>Please consider a regular donation through Patreon:</p>
<p><a href="https://www.patreon.com/tuist"><img src="https://img.shields.io/badge/patreon-donate-green.svg" alt="Donate with Patreon"></a></p>
<h2 id='open-source' class='heading'>Open source</h2>
<p>Tuist is a proud supporter of the <a href="https://sfconservancy.org/">Software Freedom Conservacy</a></p>

Binary file not shown.

View File

@ -158,10 +158,7 @@
<section class='section'>
<div class='section-content'>
<p align="center">
<img src="https://github.com/tuist/tuist/raw/master/assets/logo.png" width="250" align="center"/>
<br/><br/>
</p>
<p><img src="assets/tuist.png" width="200" align="center"/></p>
<p><a href="https://github.com/prettier/prettier"><img src="https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square" alt="code style: prettier"></a>
<a href="https://circleci.com/gh/tuist/tuist"><img src="https://circleci.com/gh/tuist/tuist.svg?style=svg" alt="CircleCI"></a>
@ -253,13 +250,6 @@ tuist generate <span class="c"># Generates Xcode project</span>
<p><a href="https://github.com/tuist"><img src="https://img.shields.io/badge/powered%20by-Tuist-green.svg?longCache=true" alt="Tuist Badge"></a></p>
<pre class="highlight markdown"><code><span class="p">[</span><span class="nv">![Tuist Badge</span><span class="p">](</span><span class="sx">https://img.shields.io/badge/powered%20by-Tuist-green.svg?longCache=true</span><span class="p">)</span>](https://github.com/tuist)
</code></pre>
<h2 id='donations' class='heading'>Donations</h2>
<p>Tuist is a non-profit project run entirely by unpaid volunteers. We need your funds to pay for software, hardware and hosting around continuous integration and future improvements to the project. Every donation will be spent on making Tuist better for our users.</p>
<p>Please consider a regular donation through Patreon:</p>
<p><a href="https://www.patreon.com/tuist"><img src="https://img.shields.io/badge/patreon-donate-green.svg" alt="Donate with Patreon"></a></p>
<h2 id='open-source' class='heading'>Open source</h2>
<p>Tuist is a proud supporter of the <a href="https://sfconservancy.org/">Software Freedom Conservacy</a></p>