Skip to content

Releases: swiftyfinch/Rugby

🎃 Rugby 2.2.0

27 Oct 05:10
Compare
Choose a tag to compare

What's Changed 🚢

Warning

The output level of some commands was changed.
Read more in 📖 Commands Help.

Changed the recommended custom way command in 🐳 Remote Cache documentation:

rugby warmup --analyse --quiet --output raw | grep "^-\s"
  • 🪵 Rework logger by @swiftyfinch in #257
    • New output type: --output raw to print without colors/shifts/icons
    • New flag --quiet to reduce output level
    • Renamed --output quiet to --output silent
  • 🐛 Pass shell friendly project path to xcodebuild by @swiftyfinch in #259
  • ⚛️ Add fallback to parent relative path in hashContext by @swiftyfinch in #258

Full Changelog: 2.1.2...2.2.0

How to Update 📦

Use this command to update Rugby from 2.0.0b2 or newer:

> rugby update

Or read the guide 🦮 how to install it.
Check out the 📖 readme. You can find there all information.

🎃 Rugby 2.1.2

18 Oct 19:22
Compare
Choose a tag to compare

What's Changed 🚢

Full Changelog: 2.1.1...2.1.2

How to Update 📦

Use this command to update Rugby from 2.0.0b2 or newer:

> rugby update

Or read the guide 🦮 how to install it.
Check out the 📖 readme. You can find there all information.

🎃 Rugby 2.1.1

16 Oct 16:19
Compare
Choose a tag to compare

What's Changed 🚢

Full Changelog: 2.1.0...2.1.1

How to Update 📦

Use this command to update Rugby from 2.0.0b2 or newer:

> rugby update

Or read the guide 🦮 how to install it.
Check out the 📖 readme. You can find there all information.

🏈 Rugby 2.1.0

10 Oct 18:38
Compare
Choose a tag to compare

Note

Rugby is opened source 🏈 Again!

Feel free to open a pull request / an issue or a discussion.
You are welcome to contribute here 👋🏻

What's Changed 🚢

New Contributors 👨‍👩‍👧‍👦

Full Changelog: 2.0.3...2.1.0

How to Update 📦

Use this command to update Rugby from 2.0.0b2 or newer:

> rugby update

Or read the guide 🦮 how to install it.
Check out the 📖 readme. You can find there all information.

🏈 Rugby 2.0.3

18 Sep 16:56
e4d8e5d
Compare
Choose a tag to compare

Changelog

  • ⚙️ Internal: Done a huge refactoring before Open Source.

How to update

Use this command to update Rugby from 2.0.0b2 or newer:

> rugby update

Or read the guide 🦮 how to install it.
Check out the 📖 readme. You can find there all information.

🏈 Remastered 2.0.2

06 Aug 16:13
617e54d
Compare
Choose a tag to compare

Changelog

Warning

The short version -r of --targets-as-regex flag will be renamed to -g.
I hope that there are no many uses and it's much convenient to use -r as short version of --rollback.

  • ♻️ Now you can pass --rollback flag to default commands.
    Instead of rugby && rugby --rollback you can call shorter version rugby -r.
    If you change your plan without making changes in Pods project, you can call such command.
  • 📖 Added mermaid graphs to Commands Help page for explaining all Rugby commands structure;
  • 📦 Added one line Rugby installing script to How to install page.
> curl -Ls https://raw.githubusercontent.com/swiftyfinch/Rugby/main/.github/scripts/install.sh | bash

How to update

Use this command to update Rugby from 2.0.0b2 or newer:

> rugby update

Or read the guide 🦮 how to install it.
Check out the 📖 readme. You can find there all information.


🏈 Remastered 2.0.1

10 Jul 16:51
Compare
Choose a tag to compare

Changelog

  • 🎨 Enabled the color mode for CI env. Use NO_COLOR to disable this behaviour;
  • 🐳 Now warmup errors don't interrupt the plan. But you can find such errors in the log file;
  • 👀 Now env command appeared in the help output. See the previous release for more info;
  • 🐛 Fixed an issue where errors would appear at the top of output;
  • 🐛 Fixed an issue where multi-proj configuration wouldn't build successfully in some cases.

How to update

Use this command to update Rugby from 2.0.0b2 or newer:

> rugby update

Or read the guide 🦮 how to install it.
Check out the 📖 readme. You can find there all information.


🏈 Remastered 2.0.0

22 Apr 12:31
Compare
Choose a tag to compare

🏈 Rugby: Remastered has been finally released 🥳

I've published a new post in my blog about this.
Thanks a lot to everyone who used the beta versions! There were 14 125 usage count 🚀

Use this command to update Rugby from 2.0.0b2+:

> rugby update

Or read the guide 🦮 how to install it.
Check out the 📖 readme. You can find there all information.

Changelog

  • 🐛 Fix the bug with the 12-hours format;
  • 🏛️ Return the arch: auto option and made it as default one.
    Now, the auto means getting an architecture of the mac CPU instead of the current process;
  • 👨🏻‍🔧 Added some changes in getting env. Now, you can use rugby env to find out Rugby environment:
> rugby env
Rugby version: 2.0.0
Swift: 5.7.1
CLT: Xcode 14.1 (Build version 14B47b)
CPU: Apple M1 Max (arm64)
Project: Unknown
Git branch: main

🏈 Remastered GM

11 Apr 06:09
Compare
Choose a tag to compare
🏈 Remastered GM Pre-release
Pre-release

Use this command to update Rugby from 2.0.0b2+:

rugby update --beta

Please, check out the 📖 readme, you can find there all information.
The previous release is here.

Changelog

  • 🐛 Added the full Swift version to hash algorithm #226 (comment);
  • 🐛 Fixed issue with $(inherited) keys in hash algorithm;
  • 🐛 Handled a missing Xcode CLT;
  • ⛳️ Added flag --delete-sources as it was in the Rugby1.x;
  • 🚑 Added doctor command as it was in the Rugby1.x;
  • 📊 Stopped sending analytics;
  • 📖 Added more docs;
  • 🏛️ Removed the auto architecture and used arm64 by default.

🏈 Rugby 1.23.0 (The Latest 1.x Release)

07 Apr 18:21
Compare
Choose a tag to compare

What's Changed

  • Updated How to install 📦 section in README;
  • I'm stopping to support the distribution way via 🍺 Homebrew. It's just a specific of Homebrew manager. It won't work from not the default branch in not very popular repositories. I'm going to release 🏈 Rugby 2.x version to the main branch and Rugby 1.x will be available only from this the latest tag.