Skip to content

Releases: parallelchain-io/pchain-compile

v0.4.3

11 Apr 03:56
26ecfee
Compare
Choose a tag to compare

This release is about using the latest docker image (0.4.3) which installed the latest stable Rust version 1.77.1. (See #9)

Changes:

  • Update docker image tag to "0.4.3". (to use the older docker image, please use the argument use-docker-tag).
  • Upgrade version of ubuntu (22.04) for the prebuilt executable.
  • Upgrade version of macOS (14, Apple Silicon) for the prebuilt executable.
  • Improve README documentation.

v0.4.3-alpha

10 Apr 04:11
Compare
Choose a tag to compare
v0.4.3-alpha Pre-release
Pre-release
v0.4.3 alpha

v0.4.2

31 Aug 09:58
f54b4df
Compare
Choose a tag to compare

This release is mainly about various fixes and improvement to pchain_compile.

Feature:

  • Feature to support dockerless compilation (#7)

Fixes

  • Error when source path is relative beginning with '../' (#3) (#4)

Enhancement

  • An option to build source code with locked dependencies in Cargo.lock (#2) (#8)
  • Display cargo build logs in the error message (#5)

v0.4.1

12 Jul 03:32
43f3f20
Compare
Choose a tag to compare

This release is mainly about code improvement on initial version of pchain_compile.

Changes

  • Code refactoring, add tests and add crate support (#1)

v0.4.0

29 May 01:40
Compare
Choose a tag to compare

This is the first release of the pchain_compile command-line tool.

Attach pre-built binaries for different platforms:

  • Ubuntu 20.04
  • MacOS Big Sur
  • Windows 11