mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-06-12 14:01:02 +00:00
release resolc-0.1.0-dev.8 (#170)
Signed-off-by: xermicus <cyrill@parity.io>
This commit is contained in:
@@ -2,16 +2,22 @@
|
|||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
## v0.1.0-dev.8
|
||||||
|
|
||||||
This is a development pre-release.
|
This is a development pre-release.
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- The `revive-llvm-builder` crate with the `revive-llvm` helper utility for streamlined management of the LLVM framework dependency.
|
- The `revive-llvm-builder` crate with the `revive-llvm` helper utility for streamlined management of the LLVM framework dependency.
|
||||||
|
- Initial support for running `resolc` in the browser.
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- The minimum supported Rust version is `1.81.0`.
|
- The minimum supported Rust version is `1.81.0`.
|
||||||
|
- Error out early instead of invoking `solc` with invalid base or include path flags.
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- Decouple the LLVM target dependency from the LLVM host dependency.
|
- Decouple the LLVM target dependency from the LLVM host dependency.
|
||||||
|
- Do not error out if no files and no errors were produced. This aligns resolc closer to solc.
|
||||||
|
- Fixes input normalization in the Wasm version.
|
||||||
|
|
||||||
## v0.1.0-dev.7
|
## v0.1.0-dev.7
|
||||||
|
|
||||||
|
|||||||
+3
-4
@@ -6,7 +6,6 @@ To create a new pre-release:
|
|||||||
|
|
||||||
1. Merge a release PR which updates the `-dev.X` versions in the workspace `Cargo.toml` and updates the `CHANGELOG.md` accordingly
|
1. Merge a release PR which updates the `-dev.X` versions in the workspace `Cargo.toml` and updates the `CHANGELOG.md` accordingly
|
||||||
2. Push a release tag to `main`
|
2. Push a release tag to `main`
|
||||||
3. Manually trigger the `Build revive-debian` action
|
3. Create a __pre-release__ from the tag and manually upload the `resolc` binary from docker image
|
||||||
4. Create a __pre-release__ from the tag and manually upload the build artifact generated by the action
|
4. Manually upload `resolc.js` and `resolc.wasm` from the `build-revive-wasm` action artifacts.
|
||||||
5. Manually upload `resolc.js` and `resolc.wasm` from the `build-revive-wasm` action artifacts.
|
5. Update the [contract-docs](https://github.com/paritytech/contract-docs/) accordingly
|
||||||
6. Update the [contract-docs](https://github.com/paritytech/contract-docs/) accordingly
|
|
||||||
|
|||||||
Reference in New Issue
Block a user