Skip to content

Commit

Permalink
chore: Release v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aszepieniec committed Feb 11, 2025
1 parent c551251 commit b60b15a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@

## [0.1.0](https://github.com/Neptune-Crypto/neptune-core/compare/v0.0.11..v0.1.0) - 2025-02-11

### ⚙️ Miscellaneous

- Set default CLI parameter network to "main" ([c551251f](https://github.com/Neptune-Crypto/neptune-core/commit/c551251f))

Note: (!) indicates a breaking change.

## [0.1.0](https://github.com/Neptune-Crypto/neptune-core/compare/v0.0.12..v0.1.0) - 2025-02-11

### ✨ Features
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "neptune-cash"
description = "A layer-1 cryptocurrency featuring scalable privacy and post-quantum security."
authors = ["Triton Software"]

version = "0.1.0"
version = "0.1.1"
edition = "2021"
license = "Apache-2.0"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ With a functioning version of cargo, compilation on Windows should just work out

- Generate a wallet file: `neptune-cli generate-wallet`
- Run neptune-core daemon: `neptune-core` with flags
- `--peers [ip_address:port]` to connect to a given peer, for instance `--peers 51.15.139.238:9798` or `--peers 139.162.193.206:9798` or both
- `--peers [ip_address:port]` to connect to a given peer, for instance `--peers 51.15.139.238:9798` or `--peers 139.162.193.206:9798` or `--peers [2001:bc8:17c0:41e:46a8:42ff:fe22:e8e9]:9798
- `--compose --guess` to mine — if you want to generate testnet coins to test sending and receiving
- `--help` to get a list of available command-line arguments

Expand Down

0 comments on commit b60b15a

Please sign in to comment.