Skip to content

Commit

Permalink
0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
napalmpapalam committed May 19, 2024
1 parent bd6b893 commit 3eee433
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.7] - 2024-05-20
### Changed
- Trying to fix macos binary

## [0.2.6] - 2024-05-19
### Changed
- Trying to fix macos binary
Expand Down Expand Up @@ -84,8 +88,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Initial release


[Unreleased]: https://github.com/napalmpapalam/rlx/compare/rust_v0.2.6...HEAD
[0.2.6]: https://github.com/napalmpapalam/rlx/compare/rust_v0.2.6...rust_v0.2.6
[Unreleased]: https://github.com/napalmpapalam/rlx/compare/rust_v0.2.7...HEAD
[0.2.7]: https://github.com/napalmpapalam/rlx/compare/rust_v0.2.6...rust_v0.2.7
[0.2.6]: https://github.com/napalmpapalam/rlx/compare/rust_v0.2.5...rust_v0.2.6
[0.2.5]: https://github.com/napalmpapalam/rlx/compare/rust_v0.2.4...rust_v0.2.5
[0.2.4]: https://github.com/napalmpapalam/rlx/compare/rust_v0.2.3...rust_v0.2.4
[0.2.3]: https://github.com/napalmpapalam/rlx/compare/rust_v0.2.2...rust_v0.2.3
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rlx"
version = "0.2.6"
version = "0.2.7"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion npm/binary.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const getPlatformMetadata = () => {
const getBinary = () => {
const platformMetadata = getPlatformMetadata()
const macArch = platformMetadata.TYPE === "Darwin" ? `-${platformMetadata.ARCHITECTURE}` : ""
const url = `${repository.url}/releases/download / rust_v${version} /${NAME}-v${version}-${platformMetadata.RUST_TARGET}${macArch}.tar.gz`
const url = `${repository.url}/releases/download/rust_v${version}/${NAME}-v${version}-${platformMetadata.RUST_TARGET}${macArch}.tar.gz`
return new Binary(platformMetadata.BINARY_NAME, url, version, {
installDirectory: join(__dirname, "node_modules", ".bin")
})
Expand Down
2 changes: 1 addition & 1 deletion npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@napalmpapalam/rlx",
"version": "0.2.6",
"version": "0.2.7",
"description": "Work with releases with ease",
"author": "Semen Loktionov <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 3eee433

Please sign in to comment.