Skip to content

Commit

Permalink
bump to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tsloughter committed Sep 26, 2024
1 parent 18c4c9a commit c1f1632
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 5 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.5.0] - 2024-09-14
## [0.6.0] - 2024-09-26

### Added

- Support binary install of erlang on macos

### Fixed

- Search with .exe and without in windows for bins

## [0.5.0] - 2024-09-15

### Added

Expand Down Expand Up @@ -89,6 +99,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Support default build options in config and env var

[0.6.0]: https://github.com///compare/v0.5.0..0.6.0
[0.5.0]: https://github.com///compare/v0.4.7..v0.5.0
[0.4.7]: https://github.com///compare/v0.4.6..v0.4.7
[0.4.6]: https://github.com///compare/v0.4.5..v0.4.6
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,6 +1,6 @@
[package]
name = "beamup"
version = "0.5.0"
version = "0.6.0"
description = " Install and control active BEAM languages and components"
edition = "2021"
authors = ["Tristan Sloughter <[email protected]>"]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ component support to come in the future.
An install script is provided for both Linux/Mac:

```
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/tsloughter/beamup/releases/download/v0.5.0/beamup-installer.sh | sh
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/tsloughter/beamup/releases/download/v0.6.0/beamup-installer.sh | sh
```

And Windows Powershell:

```
powershell -c "irm
https://github.com/tsloughter/beamup/releases/download/v0.5.0/beamup-installer.ps1
https://github.com/tsloughter/beamup/releases/download/v0.6.0/beamup-installer.ps1
| iex"
```

Expand Down

0 comments on commit c1f1632

Please sign in to comment.