Skip to content

Releases: bos-cli-rs/bos-cli-rs

0.3.19 - 2024-12-19

19 Dec 16:48
54d7564
Compare
Choose a tag to compare

Release Notes

Other

  • updates near-* dependencies to 0.28 release (#105)

Install bos-cli 0.3.19

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/bos-cli-rs/bos-cli-rs/releases/download/v0.3.19/bos-cli-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy ByPass -c "irm https://github.com/bos-cli-rs/bos-cli-rs/releases/download/v0.3.19/bos-cli-installer.ps1 | iex"

Install prebuilt binaries into your npm project

npm install bos-cli@0.3.19

Download bos-cli 0.3.19

File Platform Checksum
bos-cli-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
bos-cli-x86_64-apple-darwin.tar.gz Intel macOS checksum
bos-cli-x86_64-pc-windows-msvc.tar.gz x64 Windows checksum
bos-cli-x86_64-pc-windows-msvc.msi x64 Windows checksum
bos-cli-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum

0.3.18 - 2024-11-19

19 Nov 12:31
dbc396c
Compare
Choose a tag to compare

Release Notes

Other

  • updates near-* dependencies to 0.27 release (#104)
  • Updated near-* dependencies to 0.26 release (#102)

Install bos-cli 0.3.18

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/bos-cli-rs/bos-cli-rs/releases/download/v0.3.18/bos-cli-installer.sh | sh

Install prebuilt binaries via powershell script

irm https://github.com/bos-cli-rs/bos-cli-rs/releases/download/v0.3.18/bos-cli-installer.ps1 | iex

Install prebuilt binaries into your npm project

npm install bos-cli@0.3.18

Download bos-cli 0.3.18

File Platform Checksum
bos-cli-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
bos-cli-x86_64-apple-darwin.tar.gz Intel macOS checksum
bos-cli-x86_64-pc-windows-msvc.tar.gz x64 Windows checksum
bos-cli-x86_64-pc-windows-msvc.msi x64 Windows checksum
bos-cli-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum

0.3.17 - 2024-09-03

03 Sep 20:01
5c27833
Compare
Choose a tag to compare

Release Notes

Added

  • Added TEACH-ME mode (activate it with bos --teach-me) (#101)

Other

  • devcontainer and deployment e2e test (#99)

Install bos-cli 0.3.17

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/bos-cli-rs/bos-cli-rs/releases/download/v0.3.17/bos-cli-installer.sh | sh

Install prebuilt binaries via powershell script

irm https://github.com/bos-cli-rs/bos-cli-rs/releases/download/v0.3.17/bos-cli-installer.ps1 | iex

Install prebuilt binaries into your npm project

npm install bos-cli@0.3.17

Download bos-cli 0.3.17

File Platform Checksum
bos-cli-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
bos-cli-x86_64-apple-darwin.tar.gz Intel macOS checksum
bos-cli-x86_64-pc-windows-msvc.tar.gz x64 Windows checksum
bos-cli-x86_64-pc-windows-msvc.msi x64 Windows checksum
bos-cli-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum

0.3.16 - 2024-08-21

21 Aug 15:08
508d985
Compare
Choose a tag to compare

Release Notes

Other

  • Updated near-* dependencies to the latest versions (nearcore crates 0.24.1 and near-cli-rs 0.14.1) (#98)
  • updated deps to 0.23 version (#96)

Install bos-cli 0.3.16

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/bos-cli-rs/bos-cli-rs/releases/download/v0.3.16/bos-cli-installer.sh | sh

Install prebuilt binaries via powershell script

irm https://github.com/bos-cli-rs/bos-cli-rs/releases/download/v0.3.16/bos-cli-installer.ps1 | iex

Install prebuilt binaries into your npm project

npm install bos-cli@0.3.16

Download bos-cli 0.3.16

File Platform Checksum
bos-cli-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
bos-cli-x86_64-apple-darwin.tar.gz Intel macOS checksum
bos-cli-x86_64-pc-windows-msvc.tar.gz x64 Windows checksum
bos-cli-x86_64-pc-windows-msvc.msi x64 Windows checksum
bos-cli-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum

0.3.15 - 2024-06-21

21 Jun 11:28
47a37a9
Compare
Choose a tag to compare

Release Notes

Fixed

  • Brings support for deploying nested folders on Windows (account for \ path delimiter) (#94)
  • Updated the starter project template to fix links in npm run dev

Install bos-cli 0.3.15

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/bos-cli-rs/bos-cli-rs/releases/download/v0.3.15/bos-cli-installer.sh | sh

Install prebuilt binaries via powershell script

irm https://github.com/bos-cli-rs/bos-cli-rs/releases/download/v0.3.15/bos-cli-installer.ps1 | iex

Install prebuilt binaries into your npm project

npm install bos-cli@0.3.15

Download bos-cli 0.3.15

File Platform Checksum
bos-cli-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
bos-cli-x86_64-apple-darwin.tar.gz Intel macOS checksum
bos-cli-x86_64-pc-windows-msvc.tar.gz x64 Windows checksum
bos-cli-x86_64-pc-windows-msvc.msi x64 Windows checksum
bos-cli-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum

0.3.14 - 2024-05-28

29 May 18:30
6dfa50c
Compare
Choose a tag to compare

Release Notes

Added

  • Upgraded the new project template to fix multiple imports and exports in a single file and introduce Continuous Deployment workflows

Fixed

  • Fixed a syntax error in CI (publish-to-npm.yml)

Install bos-cli 0.3.14

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/bos-cli-rs/bos-cli-rs/releases/download/v0.3.14/bos-cli-installer.sh | sh

Install prebuilt binaries via powershell script

irm https://github.com/bos-cli-rs/bos-cli-rs/releases/download/v0.3.14/bos-cli-installer.ps1 | iex

Install prebuilt binaries into your npm project

npm install bos-cli@0.3.14

Download bos-cli 0.3.14

File Platform Checksum
bos-cli-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
bos-cli-x86_64-apple-darwin.tar.gz Intel macOS checksum
bos-cli-x86_64-pc-windows-msvc.tar.gz x64 Windows checksum
bos-cli-x86_64-pc-windows-msvc.msi x64 Windows checksum
bos-cli-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum

0.3.13 - 2024-02-03

03 Feb 11:16
030c4c1
Compare
Choose a tag to compare

Release Notes

Other

  • Updated binary releases pipeline to use cargo-dist v0.9.0 (previously v0.7.2) (#91)
  • Fixed NPM_PACKAGE_NAME configuration in publish-to-npm.yml
  • Enable manual triggering for publish-to-npm.yml

Install bos-cli 0.3.13

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/bos-cli-rs/bos-cli-rs/releases/download/v0.3.13/bos-cli-installer.sh | sh

Install prebuilt binaries via powershell script

irm https://github.com/bos-cli-rs/bos-cli-rs/releases/download/v0.3.13/bos-cli-installer.ps1 | iex

Install prebuilt binaries into your npm project

npm install bos-cli@0.3.13

Download bos-cli 0.3.13

File Platform Checksum
bos-cli-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
bos-cli-x86_64-apple-darwin.tar.gz Intel macOS checksum
bos-cli-x86_64-pc-windows-msvc.tar.gz x64 Windows checksum
bos-cli-x86_64-pc-windows-msvc.msi x64 Windows checksum
bos-cli-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum

0.3.12 - 2024-01-30

30 Jan 14:27
6830698
Compare
Choose a tag to compare

Release Notes

Other

  • Create releases using a private access token to trigger downstream workflows (publish-to-npm)

Install bos-cli 0.3.12

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/bos-cli-rs/bos-cli-rs/releases/download/v0.3.12/bos-cli-installer.sh | sh

Install prebuilt binaries via powershell script

irm https://github.com/bos-cli-rs/bos-cli-rs/releases/download/v0.3.12/bos-cli-installer.ps1 | iex

Install prebuilt binaries into your npm project

npm install bos-cli@0.3.12

Download bos-cli 0.3.12

File Platform Checksum
bos-cli-aarch64-apple-darwin.tar.gz macOS Apple Silicon checksum
bos-cli-x86_64-apple-darwin.tar.gz macOS Intel checksum
bos-cli-x86_64-pc-windows-msvc.tar.gz Windows x64 checksum
bos-cli-x86_64-unknown-linux-gnu.tar.gz Linux x64 checksum
bos-cli-x86_64-pc-windows-msvc.msi Windows x64 checksum

0.3.11 - 2024-01-23

23 Jan 09:47
028b001
Compare
Choose a tag to compare

Release Notes

Other

  • Upgraded NEAR crates to 0.20.0 release (#88)
  • Updated binary releases pipeline to use cargo-dist v0.7.2 (previously v0.1.0-prerelease.3) (#87)
  • Added the documentation for --social-db-folder option in components subcommand (#85)

Install bos-cli 0.3.11

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/bos-cli-rs/bos-cli-rs/releases/download/v0.3.11/bos-cli-installer.sh | sh

Install prebuilt binaries via powershell script

irm https://github.com/bos-cli-rs/bos-cli-rs/releases/download/v0.3.11/bos-cli-installer.ps1 | iex

Install prebuilt binaries into your npm project

npm install bos-cli@0.3.11

Download bos-cli 0.3.11

File Platform Checksum
bos-cli-aarch64-apple-darwin.tar.gz macOS Apple Silicon checksum
bos-cli-x86_64-apple-darwin.tar.gz macOS Intel checksum
bos-cli-x86_64-pc-windows-msvc.tar.gz Windows x64 checksum
bos-cli-x86_64-unknown-linux-gnu.tar.gz Linux x64 checksum
bos-cli-x86_64-pc-windows-msvc.msi Windows x64 checksum

0.3.10 - 2024-01-16

16 Jan 09:25
4ab3429
Compare
Choose a tag to compare

Release Notes

Added

  • Updated new project template ot the latest version

Install bos-cli 0.3.10

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/bos-cli-rs/bos-cli-rs/releases/download/v0.3.10/bos-cli-installer.sh | sh

Install prebuilt binaries via powershell script

irm https://github.com/bos-cli-rs/bos-cli-rs/releases/download/v0.3.10/bos-cli-installer.ps1 | iex

Install prebuilt binaries into your npm project

npm install bos-cli@0.3.10

Download bos-cli 0.3.10

bos-cli-aarch64-apple-darwin.tar.gz checksum
bos-cli-x86_64-apple-darwin.tar.gz checksum
bos-cli-x86_64-pc-windows-msvc.tar.gz checksum
bos-cli-x86_64-unknown-linux-gnu.tar.gz checksum