Skip to content

Commit

Permalink
Release version v0.7.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
Anaminus committed May 23, 2021
1 parent a6db9a9 commit 81d03d2
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 14 deletions.
16 changes: 12 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,23 @@ This document describes changes between versions of rbxmk. The `imperative`
branch is the latest unreleased version.

## imperative
**Fixes:**
- Fix fragments failing to resolve due to case-sensitivity.

See a [comparison with the previous version][cmp-imperative] for a thorough list of changes.

The [Documentation page][doc-imperative] provides a complete reference for this version of rbxmk.

[doc-imperative]: https://github.com/Anaminus/rbxmk/blob/imperative/doc/README.md#user-content-rbxmk-reference
[cmp-imperative]: https://github.com/Anaminus/rbxmk/compare/v0.7.1...imperative
[cmp-imperative]: https://github.com/Anaminus/rbxmk/compare/v0.7.2...imperative

## v0.7.2
**Fixes:**
- Fix fragments failing to resolve due to case-sensitivity.

See a [comparison with the previous version][cmp-v0.7.2] for a thorough list of changes.

The [Documentation page][doc-v0.7.2] provides a complete reference for this version of rbxmk.

[doc-v0.7.2]: https://github.com/Anaminus/rbxmk/blob/v0.7.2/doc/README.md#user-content-rbxmk-reference
[cmp-v0.7.2]: https://github.com/Anaminus/rbxmk/compare/v0.7.1...v0.7.2

## v0.7.1
**Highlights:**
Expand Down
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ for more simple actions, such as downloading models or publishing games.
[lua]: https://lua.org

## Download
The current version of rbxmk is **<version>v0.7.1</version>**. The following
The current version of rbxmk is **<version>v0.7.2</version>**. The following
builds are available for download:

| Windows | Mac | Linux |
Expand All @@ -28,13 +28,13 @@ See the [Release page][release] for more information on the current version.
in progress. Please practice redundancy and use backups to reduce the risk of
data loss. Be sure to [report][issues] issues as you encounter them!*

[win64]: https://github.com/Anaminus/rbxmk/releases/download/v0.7.1/rbxmk-v0.7.1-windows-amd64.zip
[win32]: https://github.com/Anaminus/rbxmk/releases/download/v0.7.1/rbxmk-v0.7.1-windows-386.zip
[macos]: https://github.com/Anaminus/rbxmk/releases/download/v0.7.1/rbxmk-v0.7.1-darwin-amd64.zip
[linux64]: https://github.com/Anaminus/rbxmk/releases/download/v0.7.1/rbxmk-v0.7.1-linux-amd64.zip
[linux32]: https://github.com/Anaminus/rbxmk/releases/download/v0.7.1/rbxmk-v0.7.1-linux-386.zip
[source]: https://github.com/Anaminus/rbxmk/archive/v0.7.1.zip
[release]: https://github.com/Anaminus/rbxmk/releases/tag/v0.7.1
[win64]: https://github.com/Anaminus/rbxmk/releases/download/v0.7.2/rbxmk-v0.7.2-windows-amd64.zip
[win32]: https://github.com/Anaminus/rbxmk/releases/download/v0.7.2/rbxmk-v0.7.2-windows-386.zip
[macos]: https://github.com/Anaminus/rbxmk/releases/download/v0.7.2/rbxmk-v0.7.2-darwin-amd64.zip
[linux64]: https://github.com/Anaminus/rbxmk/releases/download/v0.7.2/rbxmk-v0.7.2-linux-amd64.zip
[linux32]: https://github.com/Anaminus/rbxmk/releases/download/v0.7.2/rbxmk-v0.7.2-linux-386.zip
[source]: https://github.com/Anaminus/rbxmk/archive/v0.7.2.zip
[release]: https://github.com/Anaminus/rbxmk/releases/tag/v0.7.2
[issues]: https://github.com/Anaminus/rbxmk/issues

## Usage
Expand Down Expand Up @@ -75,7 +75,7 @@ If you installed Go correctly, this will install the latest version of rbxmk to
`$GOPATH/bin`, which will allow you run it directly from a shell.

A specific version of rbxmk may be installed by replacing `latest` with a
version number (e.g. `v0.7.1`).
version number (e.g. `v0.7.2`).

### Development
To compile and install the bleeding-edge version, the best way is to clone the
Expand Down
2 changes: 1 addition & 1 deletion rbxmk/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package main

const Version = "0.7.1"
const Version = "0.7.2"

0 comments on commit 81d03d2

Please sign in to comment.