Skip to content

Commit c1f1632

Browse files
committed
bump to 0.6.0
1 parent 18c4c9a commit c1f1632

File tree

4 files changed

+16
-5
lines changed

4 files changed

+16
-5
lines changed

CHANGELOG.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,17 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [0.5.0] - 2024-09-14
8+
## [0.6.0] - 2024-09-26
9+
10+
### Added
11+
12+
- Support binary install of erlang on macos
13+
14+
### Fixed
15+
16+
- Search with .exe and without in windows for bins
17+
18+
## [0.5.0] - 2024-09-15
919

1020
### Added
1121

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

90100
- Support default build options in config and env var
91101

102+
[0.6.0]: https://github.com///compare/v0.5.0..0.6.0
92103
[0.5.0]: https://github.com///compare/v0.4.7..v0.5.0
93104
[0.4.7]: https://github.com///compare/v0.4.6..v0.4.7
94105
[0.4.6]: https://github.com///compare/v0.4.5..v0.4.6

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "beamup"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
description = " Install and control active BEAM languages and components"
55
edition = "2021"
66
authors = ["Tristan Sloughter <[email protected]>"]

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ component support to come in the future.
1515
An install script is provided for both Linux/Mac:
1616

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

2121
And Windows Powershell:
2222

2323
```
2424
powershell -c "irm
25-
https://github.com/tsloughter/beamup/releases/download/v0.5.0/beamup-installer.ps1
25+
https://github.com/tsloughter/beamup/releases/download/v0.6.0/beamup-installer.ps1
2626
| iex"
2727
```
2828

0 commit comments

Comments
 (0)