Skip to content

Commit

Permalink
New logo, releasing 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LPGhatguy committed Mar 4, 2020
1 parent 15bd6ab commit 1177cf1
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Foreman Changelog

## 1.0.0
- No changes since 0.6.0.
- Initial release on crates.io.

## 0.6.0
- Added `foreman github-auth` command for authenticating with GitHub.

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "foreman"
description = "Toolchain manager for simple binary tools"
version = "0.6.0"
version = "1.0.0"
authors = ["Lucien Greathouse <[email protected]>"]
license = "MIT"
homepage = "https://github.com/rojo-rbx/foreman#readme"
Expand Down
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<img align="right" width="300" src="foreman.png" />

# Foreman
[![Actions Status](https://github.com/rojo-rbx/foreman/workflows/CI/badge.svg)](https://github.com/rojo-rbx/foreman/actions?query=workflow%3ACI)
[![Latest Release on crates.io](https://img.shields.io/crates/v/foreman.svg?label=latest%20release)](https://crates.io/crates/foreman)

Foreman is a toolchain manager to help Roblox developers manage their installations of tools like [Rojo](https://github.com/rojo-rbx/rojo), [Remodel](https://github.com/rojo-rbx/remodel), [Tarmac](https://github.com/rojo-rbx/tarmac), and [Selene](https://github.com/Kampfkarren/selene).

Foreman is inspired by [rustup](https://rustup.rs) and [asdf](https://github.com/asdf-vm/asdf).
Expand All @@ -14,10 +19,10 @@ You can download pre-built Foreman releases for Windows, macOS, and Linux from t
You can use the official [setup-foreman](https://github.com/rojo-rbx/setup-foreman) action to install Foreman as part of your GitHub Actions workflow.

### From Source
If you have [Rust](https://www.rust-lang.org/) 1.41.0 or newer installed, you can also compile Foreman directly from Git yourself:
If you have [Rust](https://www.rust-lang.org/) 1.41.0 or newer installed, you can also compile Foreman by installing it from [crates.io](https://crates.io):

```bash
cargo install --git https://github.com/rojo-rbx/foreman.git
cargo install foreman
```

## Usage
Expand Down
Binary file added foreman.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 0 additions & 3 deletions foreman.toml

This file was deleted.

0 comments on commit 1177cf1

Please sign in to comment.