Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Releases: axodotdev/axoproject

Version 0.7.1 (2024-04-16)

16 Apr 18:34
Compare
Choose a tag to compare
  • Updates several dependencies, including a relaxed axoasset range. Also removes the proof-of-concept axoasset binary.

Version 0.7.0 (2024-02-16)

16 Feb 01:16
Compare
Choose a tag to compare

Release Notes

  • Updates several dependencies, including a breaking change to miette.

Install axoproject 0.7.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/axoproject/releases/download/v0.7.0/axoproject-installer.sh | sh

Install prebuilt binaries via powershell script

irm https://github.com/axodotdev/axoproject/releases/download/v0.7.0/axoproject-installer.ps1 | iex

Download axoproject 0.7.0

axoproject-aarch64-apple-darwin.tar.xz checksum
axoproject-x86_64-apple-darwin.tar.xz checksum
axoproject-x86_64-pc-windows-msvc.zip checksum
axoproject-x86_64-unknown-linux-gnu.tar.xz checksum

Version 0.6.1 (2024-01-19)

19 Jan 14:48
Compare
Choose a tag to compare

Release Notes

  • Adds more platforms and improves their display names

Install axoproject 0.6.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/axoproject/releases/download/v0.6.1/axoproject-installer.sh | sh

Install prebuilt binaries via powershell script

irm https://github.com/axodotdev/axoproject/releases/download/v0.6.1/axoproject-installer.ps1 | iex

Download axoproject 0.6.1

axoproject-aarch64-apple-darwin.tar.xz checksum
axoproject-x86_64-apple-darwin.tar.xz checksum
axoproject-x86_64-pc-windows-msvc.zip checksum
axoproject-x86_64-unknown-linux-gnu.tar.xz checksum

Version 0.6.0 (2023-11-09)

09 Nov 20:23
Compare
Choose a tag to compare

Release Notes

  • Adds a new language-agnostic "generic" project type, with the package definition coming from a new dist.toml metadata file. This is gated behind the new generic-projects feature.

Install axoproject 0.6.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/axoproject/releases/download/v0.6.0/axoproject-installer.sh | sh

Install prebuilt binaries via powershell script

irm https://github.com/axodotdev/axoproject/releases/download/v0.6.0/axoproject-installer.ps1 | iex

Download axoproject 0.6.0

axoproject-aarch64-apple-darwin.tar.xz checksum
axoproject-x86_64-apple-darwin.tar.xz checksum
axoproject-x86_64-pc-windows-msvc.zip checksum
axoproject-x86_64-unknown-linux-gnu.tar.xz checksum

Version 0.5.0 (2023-11-01)

01 Nov 16:34
Compare
Choose a tag to compare

Release Notes

  • Uses axoasset's reexports of toml_edit and serde_json in place of direct dependencies

Install axoproject 0.5.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/axoproject/releases/download/v0.5.0/axoproject-installer.sh | sh

Install prebuilt binaries via powershell script

irm https://github.com/axodotdev/axoproject/releases/download/v0.5.0/axoproject-installer.ps1 | iex

Download axoproject 0.5.0

axoproject-aarch64-apple-darwin.tar.xz checksum
axoproject-x86_64-apple-darwin.tar.xz checksum
axoproject-x86_64-pc-windows-msvc.zip checksum
axoproject-x86_64-unknown-linux-gnu.tar.xz checksum

Version 0.4.7 (2023-09-05)

05 Sep 18:14
Compare
Choose a tag to compare

Release Notes

  • Now uses parse_changelog::title_no_link to strip links on titles
  • autoincludes are now found for all packages, including libraries

Install axoproject 0.4.7

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/axoproject/releases/download/v0.4.7/axoproject-installer.sh | sh

Install prebuilt binaries via powershell script

irm https://github.com/axodotdev/axoproject/releases/download/v0.4.7/axoproject-installer.ps1 | iex

Download axoproject 0.4.7

axoproject-aarch64-apple-darwin.tar.xz checksum
axoproject-x86_64-apple-darwin.tar.xz checksum
axoproject-x86_64-pc-windows-msvc.zip checksum
axoproject-x86_64-unknown-linux-gnu.tar.xz checksum

Version 0.4.6 (2023-08-28)

28 Aug 22:46
Compare
Choose a tag to compare

Release Notes

  • Upgrades cargo-dist config and rustc for release build.

Install axoproject 0.4.6

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/axoproject/releases/download/v0.4.6/axoproject-installer.sh | sh

Install prebuilt binaries via powershell script

irm https://github.com/axodotdev/axoproject/releases/download/v0.4.6/axoproject-installer.ps1 | iex

Download axoproject 0.4.6

axoproject-aarch64-apple-darwin.tar.xz checksum
axoproject-x86_64-apple-darwin.tar.xz checksum
axoproject-x86_64-pc-windows-msvc.zip checksum
axoproject-x86_64-unknown-linux-gnu.tar.xz checksum

Version 0.4.4 (2023-08-22)

22 Aug 22:55
Compare
Choose a tag to compare

Release Notes

  • WorkspaceInfo now supports the new features PackageInfo received in 0.4.3.
  • GithubRepo is now correctly exposed as public.

Install axoproject 0.4.4

Install prebuilt binaries via shell script

# WARNING: this installer is experimental
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/axoproject/releases/download/v0.4.4/axoproject-v0.4.4-installer.sh | sh

Install prebuilt binaries via powershell script

# WARNING: this installer is experimental
irm https://github.com/axodotdev/axoproject/releases/download/v0.4.4/axoproject-v0.4.4-installer.ps1 | iex

Download axoproject 0.4.4

target kind download
aarch64-apple-darwin tarball axoproject-v0.4.4-aarch64-apple-darwin.tar.xz
x86_64-apple-darwin tarball axoproject-v0.4.4-x86_64-apple-darwin.tar.xz
x86_64-pc-windows-msvc tarball axoproject-v0.4.4-x86_64-pc-windows-msvc.zip
x86_64-unknown-linux-gnu tarball axoproject-v0.4.4-x86_64-unknown-linux-gnu.tar.xz

Version 0.4.3 (2023-08-09)

09 Aug 20:12
Compare
Choose a tag to compare

Release Notes

  • Updated dependencies.
  • PackageInfo can now parse the owner and repository name from a URL.
  • PackageInfo can now return a normalized web URL for a GitHub repository.
  • PackageInfo and WorkspaceInfo now have a "changelog_for_version" method based on the version from cargo-dist.

Install axoproject 0.4.3

Install prebuilt binaries via shell script

# WARNING: this installer is experimental
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/axoproject/releases/download/v0.4.3/axoproject-v0.4.3-installer.sh | sh

Install prebuilt binaries via powershell script

# WARNING: this installer is experimental
irm https://github.com/axodotdev/axoproject/releases/download/v0.4.3/axoproject-v0.4.3-installer.ps1 | iex

Download axoproject 0.4.3

target kind download
aarch64-apple-darwin tarball axoproject-v0.4.3-aarch64-apple-darwin.tar.xz
x86_64-apple-darwin tarball axoproject-v0.4.3-x86_64-apple-darwin.tar.xz
x86_64-pc-windows-msvc tarball axoproject-v0.4.3-x86_64-pc-windows-msvc.zip
x86_64-unknown-linux-gnu tarball axoproject-v0.4.3-x86_64-unknown-linux-gnu.tar.xz

Version 0.4.2 (2023-07-04)

04 Jul 14:45
Compare
Choose a tag to compare

Release Notes

Updating dependencies, specifically axoasset, to remove OpenSSL dependency.

Install axoproject 0.4.2

Install prebuilt binaries via shell script

# WARNING: this installer is experimental
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/axoproject/releases/download/v0.4.2/axoproject-v0.4.2-installer.sh | sh

Install prebuilt binaries via powershell script

# WARNING: this installer is experimental
irm https://github.com/axodotdev/axoproject/releases/download/v0.4.2/axoproject-v0.4.2-installer.ps1 | iex

Download axoproject 0.4.2

target kind download
aarch64-apple-darwin tarball axoproject-v0.4.2-aarch64-apple-darwin.tar.xz
x86_64-apple-darwin tarball axoproject-v0.4.2-x86_64-apple-darwin.tar.xz
x86_64-pc-windows-msvc tarball axoproject-v0.4.2-x86_64-pc-windows-msvc.zip
x86_64-unknown-linux-gnu tarball axoproject-v0.4.2-x86_64-unknown-linux-gnu.tar.xz