diff --git a/CHANGELOG.md b/CHANGELOG.md index 5110b8175..e457bf491 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to [Solang](https://github.com/hyperledger-labs/solang/) will be documented here. -## [Unreleased] +## [0.1.8] ### Added - Added a strength reduce pass to eliminate 256/128 bit multiply, division, diff --git a/Cargo.toml b/Cargo.toml index 46270d8ab..496a8a69d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "solang" -version = "0.1.7" +version = "0.1.8" authors = ["Sean Young "] homepage = "https://github.com/hyperledger-labs/solang" documentation = "https://solang.readthedocs.io/" diff --git a/docs/conf.py b/docs/conf.py index b3d906b0f..8adbd9781 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ author = 'Sean Young ' # The full version, including alpha/beta/rc tags -release = '0.1.7' +release = '0.1.8' # -- General configuration --------------------------------------------------- diff --git a/docs/installing.rst b/docs/installing.rst index 682f5dd38..7cebb65ba 100644 --- a/docs/installing.rst +++ b/docs/installing.rst @@ -8,24 +8,25 @@ Download release binaries For Linux x86-64, there is a binary available in the github releases: -``_ +``_ For Windows x64, there is a binary available: -``_ +``_ -For MacOS, there is an intel binary available. -Remember to remove the quarantine attribute using ``xattr -d com.apple.quarantine solang-mac`` in the terminal. +For MacOS, there is an arm and intel binary available. +Remember to remove the quarantine attribute using ``xattr -d com.apple.quarantine solang-mac-arm`` in the terminal. -``_ +``_ +``_ Using hyperledgerlabs/solang docker hub images ---------------------------------------------- New images are automatically made available on `docker hub `_. -There is a release `v0.1.7` tag and a `latest` tag: +There is a release `v0.1.8` tag and a `latest` tag: .. code-block:: bash