Skip to content

Commit 1177cf1

Browse files
committed
New logo, releasing 1.0.0
1 parent 15bd6ab commit 1177cf1

File tree

6 files changed

+13
-7
lines changed

6 files changed

+13
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Foreman Changelog
22

3+
## 1.0.0
4+
- No changes since 0.6.0.
5+
- Initial release on crates.io.
6+
37
## 0.6.0
48
- Added `foreman github-auth` command for authenticating with GitHub.
59

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "foreman"
33
description = "Toolchain manager for simple binary tools"
4-
version = "0.6.0"
4+
version = "1.0.0"
55
authors = ["Lucien Greathouse <[email protected]>"]
66
license = "MIT"
77
homepage = "https://github.com/rojo-rbx/foreman#readme"

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1+
<img align="right" width="300" src="foreman.png" />
2+
13
# Foreman
4+
[![Actions Status](https://github.com/rojo-rbx/foreman/workflows/CI/badge.svg)](https://github.com/rojo-rbx/foreman/actions?query=workflow%3ACI)
5+
[![Latest Release on crates.io](https://img.shields.io/crates/v/foreman.svg?label=latest%20release)](https://crates.io/crates/foreman)
6+
27
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).
38

49
Foreman is inspired by [rustup](https://rustup.rs) and [asdf](https://github.com/asdf-vm/asdf).
@@ -14,10 +19,10 @@ You can download pre-built Foreman releases for Windows, macOS, and Linux from t
1419
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.
1520

1621
### From Source
17-
If you have [Rust](https://www.rust-lang.org/) 1.41.0 or newer installed, you can also compile Foreman directly from Git yourself:
22+
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):
1823

1924
```bash
20-
cargo install --git https://github.com/rojo-rbx/foreman.git
25+
cargo install foreman
2126
```
2227

2328
## Usage

foreman.png

87.1 KB
Loading

foreman.toml

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)