Skip to content

Commit f246c4f

Browse files
Bump version to 0.5.0
1 parent 89baf23 commit f246c4f

File tree

9 files changed

+91
-91
lines changed

9 files changed

+91
-91
lines changed

Cargo.lock

+78-78
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ homepage = "https://mintlayer.org"
55
repository = "https://github.com/mintlayer/mintlayer-core"
66
readme = "README.md"
77
license = "MIT"
8-
version = "0.4.3"
8+
version = "0.5.0"
99
authors = ["Samer Afach <[email protected]>", "Ben Marsh <[email protected]>", "Enrico Rubboli <[email protected]>"]
1010
edition = "2021"
1111

@@ -123,7 +123,7 @@ utxo = { path = "utxo" }
123123
[workspace.package]
124124
edition = "2021"
125125
rust-version = "1.75"
126-
version = "0.4.3"
126+
version = "0.5.0"
127127
license = "MIT"
128128

129129
[workspace.dependencies]

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -62,16 +62,16 @@ Here are the commands as recommended for different scenarios:
6262

6363
#### Assuming you're using the source code
6464

65-
Every release has a tag and a release branch. Make sure you checkout the release you need. For example, if you need v0.4.3, you should first run the following to check out the release branch:
65+
Every release has a tag and a release branch. Make sure you checkout the release you need. For example, if you need v0.5.0, you should first run the following to check out the release branch:
6666

6767
```sh
68-
git checkout release-v0.4.3
68+
git checkout release-v0.5.0
6969
```
7070

7171
or to checkout the tag:
7272

7373
```sh
74-
git checkout tags/v0.4.3
74+
git checkout tags/v0.5.0
7575
```
7676

7777
Release branches are more recommended than tags, because they get necessary security patches, if any. Tags are just markers.

build-tools/docker/BUILD.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The result should similar to the following:
3333

3434
```
3535
$ docker images |grep mintlayer
36-
mintlayer/wallet-cli 0.4.3 57dcc4898a30 2 minutes ago 125MB
37-
mintlayer/node-gui 0.4.3 a2ed3937e081 2 minutes ago 290MB
38-
mintlayer/node-daemon 0.4.3 ad830bf576e3 3 minutes ago 119MB
36+
mintlayer/wallet-cli 0.5.0 57dcc4898a30 2 minutes ago 125MB
37+
mintlayer/node-gui 0.5.0 a2ed3937e081 2 minutes ago 290MB
38+
mintlayer/node-daemon 0.5.0 ad830bf576e3 3 minutes ago 119MB
3939
```

build-tools/docker/example-mainnet-dns-server/.env

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ DOCKERHUB_USERNAME=mintlayer
77
# The version of mintlayer binaries to use.
88
# This will be used together with DOCKERHUB_USERNAME to form full names of docker images
99
# (i.e. $DOCKERHUB_USERNAME/image_name:$ML_SOFTWARE_VERSION)
10-
ML_SOFTWARE_VERSION=0.4.3
10+
ML_SOFTWARE_VERSION=0.5.0
1111

1212
# The user and group ids that will be used to run the software.
1313
ML_USER_ID=10001

build-tools/docker/example-mainnet/.env

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ DOCKERHUB_USERNAME=mintlayer
77
# The version of mintlayer binaries to use.
88
# This will be used together with DOCKERHUB_USERNAME to form full names of docker images
99
# (i.e. $DOCKERHUB_USERNAME/image_name:$ML_SOFTWARE_VERSION)
10-
ML_SOFTWARE_VERSION=0.4.3
10+
ML_SOFTWARE_VERSION=0.5.0
1111

1212
# The user and group ids that will be used to run the software.
1313
ML_USER_ID=10001

node-daemon/docs/RPC.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# RPC documentation for Mintlayer node
22

3-
Version `0.4.3`.
3+
Version `0.5.0`.
44

55
## Module `node`
66

node-daemon/docs/RPC_DEV.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# RPC documentation for Mintlayer node developer functions
22

3-
Version `0.4.3`.
3+
Version `0.5.0`.
44

55
These functions are used for testing and only enabled in regtest.
66

wallet/wallet-rpc-daemon/docs/RPC.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# RPC documentation for Mintlayer node wallet
22

3-
Version `0.4.3`.
3+
Version `0.5.0`.
44

55
## Module `WalletRpc`
66

0 commit comments

Comments
 (0)