ソースを参照

All major Solidity language features implemented

Added
- `event` can be declared and emitted with `emit`
- Function modifiers have been implemented
- Tags in doc comments are parsed and resolved
- All major Solidity language features implemented, see our language status page:
  https://solang.readthedocs.io/en/latest/status.html

Signed-off-by: Sean Young <sean@mess.org>
Sean Young 5 年 前
コミット
e411916521
4 ファイル変更9 行追加7 行削除
  1. 3 1
      CHANGELOG.md
  2. 1 1
      Cargo.toml
  3. 1 1
      docs/conf.py
  4. 4 4
      docs/installing.rst

+ 3 - 1
CHANGELOG.md

@@ -2,12 +2,14 @@
 All notable changes to [Solang](https://github.com/hyperledger-labs/solang/)
 will be documented here.
 
-## [Unreleased]
+## [0.1.4]
 
 ### Added
 - `event` can be declared and emitted with `emit`
 - Function modifiers have been implemented
 - Tags in doc comments are parsed and resolved
+- All major Solidity language features implemented, see our language status page:
+  https://solang.readthedocs.io/en/latest/status.html
 
 ## [0.1.3]
 

+ 1 - 1
Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 name = "solang"
-version = "0.1.3"
+version = "0.1.4"
 authors = ["Sean Young <sean@mess.org>"]
 homepage = "https://github.com/hyperledger-labs/solang"
 documentation = "https://solang.readthedocs.io/"

+ 1 - 1
docs/conf.py

@@ -22,7 +22,7 @@ copyright = '2019, 2020 Sean Young <sean@mess.org>'
 author = 'Sean Young <sean@mess.org>'
 
 # The full version, including alpha/beta/rc tags
-release = '0.1.3'
+release = '0.1.4'
 
 
 # -- General configuration ---------------------------------------------------

+ 4 - 4
docs/installing.rst

@@ -8,18 +8,18 @@ Download release binaries
 
 For Linux x86-64, there is a binary available in the github releases:
 
-`<https://github.com/hyperledger-labs/solang/releases/download/v0.1.3/solang_linux>`_
+`<https://github.com/hyperledger-labs/solang/releases/download/v0.1.4/solang_linux>`_
 
 For Windows x64, there is also a binary available:
 
-`<https://github.com/hyperledger-labs/solang/releases/download/v0.1.3/solang.exe>`_
+`<https://github.com/hyperledger-labs/solang/releases/download/v0.1.4/solang.exe>`_
 
 Using hyperledgerlabs/solang docker hub images
 ----------------------------------------------
 
 New images are automatically made available on
-`docker hub <https://hub.docker.com/repository/docker/hyperledgerlabs/solang/>`_. 
-There is a release `v0.1.3` tag and a `latest` tag:
+`docker hub <https://hub.docker.com/repository/docker/hyperledgerlabs/solang/>`_.
+There is a release `v0.1.4` tag and a `latest` tag:
 
 .. code-block:: bash