Skip to content

Commit 95552e0

Browse files
committed
Substrate 2.0 and Solidity Function Types
- Function types are implemented - An experimental [Solana](https://solana.com/) target has been added - Binaries are generated for Mac - The Substrate target requires Substrate 2.0 - Various bug fixes (see git log) Signed-off-by: Sean Young <sean@mess.org>
1 parent 0396e36 commit 95552e0

4 files changed

Lines changed: 11 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
All notable changes to [Solang](https://github.com/hyperledger-labs/solang/)
33
will be documented here.
44

5-
## [Unreleased]
5+
## [0.1.5]
66

77
### Added
88
- Function types are implemented

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "solang"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
authors = ["Sean Young <sean@mess.org>"]
55
homepage = "https://github.com/hyperledger-labs/solang"
66
documentation = "https://solang.readthedocs.io/"

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = '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 ---------------------------------------------------

docs/installing.rst

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,22 @@ Download release binaries
88

99
For 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

1721
Using hyperledgerlabs/solang docker hub images
1822
----------------------------------------------
1923

2024
New 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

0 commit comments

Comments
 (0)