File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22All notable changes to [ Solang] ( https://github.com/hyperledger-labs/solang/ )
33will be documented here.
44
5- ## [ Unreleased ]
5+ ## [ 0.1.5 ]
66
77### Added
88- Function types are implemented
Original file line number Diff line number Diff line change 11[package ]
22name = " solang"
3- version = " 0.1.4 "
3+ version = " 0.1.5 "
44authors = [" Sean Young <sean@mess.org>" ]
55homepage = " https://github.com/hyperledger-labs/solang"
66documentation = " https://solang.readthedocs.io/"
Original file line number Diff line number Diff line change 2222author = 'Sean Young <sean@mess.org>'
2323
2424# The full version, including alpha/beta/rc tags
25- release = '0.1.4 '
25+ release = '0.1.5 '
2626
2727
2828# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change @@ -8,18 +8,22 @@ Download release binaries
88
99For Linux x86-64, there is a binary available in the github releases:
1010
11- `<https://github.com/hyperledger-labs/solang/releases/download/v0.1.4 /solang_linux >`_
11+ `<https://github.com/hyperledger-labs/solang/releases/download/v0.1.5 /solang_linux >`_
1212
13- For Windows x64, there is also a binary available:
13+ For Windows x64, there is a binary available:
1414
15- `<https://github.com/hyperledger-labs/solang/releases/download/v0.1.4/solang.exe >`_
15+ `<https://github.com/hyperledger-labs/solang/releases/download/v0.1.5/solang.exe >`_
16+
17+ For MacOS, there is a binary available:
18+
19+ `<https://github.com/hyperledger-labs/solang/releases/download/v0.1.5/solang_mac >`_
1620
1721Using hyperledgerlabs/solang docker hub images
1822----------------------------------------------
1923
2024New images are automatically made available on
2125`docker hub <https://hub.docker.com/repository/docker/hyperledgerlabs/solang/ >`_.
22- There is a release `v0.1.4 ` tag and a `latest ` tag:
26+ There is a release `v0.1.5 ` tag and a `latest ` tag:
2327
2428.. code-block :: bash
2529
You can’t perform that action at this time.
0 commit comments